Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-4759 (GCVE-0-2023-4759)
Vulnerability from cvelistv5 – Published: 2023-09-12 09:12 – Updated: 2024-08-02 07:37| Vendor | Product | Version | |
|---|---|---|---|
| Eclipse Foundation | Eclipse JGit |
Affected:
0.0.0 , ≤ 6.6.0.202305301015-r
(semver)
Unaffected: 5.13.3.202401111512-r |
{
"containers": {
"adp": [
{
"affected": [
{
"cpes": [
"cpe:2.3:a:eclipse:jgit:*:*:*:*:*:*:*:*"
],
"defaultStatus": "unaffected",
"product": "jgit",
"vendor": "eclipse",
"versions": [
{
"lessThanOrEqual": "6.6.0.202305301015-r",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
},
{
"cpes": [
"cpe:2.3:a:eclipse:jgit:5.13.3.202401111512-r:*:*:*:*:*:*:*"
],
"defaultStatus": "unaffected",
"product": "jgit",
"vendor": "eclipse",
"versions": [
{
"status": "unaffected",
"version": "5.13.3.202401111512-r"
}
]
}
],
"metrics": [
{
"other": {
"content": {
"id": "CVE-2023-4759",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-07-19T03:55:38.083883Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-07-19T13:51:38.023Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2024-08-02T07:37:59.574Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/11"
},
{
"tags": [
"x_transferred"
],
"url": "https://projects.eclipse.org/projects/technology.jgit/releases/6.6.1"
},
{
"tags": [
"x_transferred"
],
"url": "https://git.eclipse.org/c/jgit/jgit.git/commit/?id=9072103f3b3cf64dd12ad2949836ab98f62dabf1"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://git.eclipse.org/c/jgit/jgit.git/",
"defaultStatus": "unaffected",
"product": "Eclipse JGit",
"vendor": "Eclipse Foundation",
"versions": [
{
"lessThanOrEqual": "6.6.0.202305301015-r",
"status": "affected",
"version": "0.0.0",
"versionType": "semver"
},
{
"status": "unaffected",
"version": " 5.13.3.202401111512-r"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"user": "00000000-0000-4000-9000-000000000000",
"value": "RyotaK"
}
],
"datePublic": "2023-09-12T10:00:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cp\u003eArbitrary File Overwrite in Eclipse JGit \u0026lt;= 6.6.0\u003c/p\u003e\u003cp\u003eIn Eclipse JGit, all versions \u0026lt;= 6.6.0.202305301015-r, a symbolic link present in a specially crafted git repository can be used to write a file to locations outside the working tree when this repository is cloned with JGit to a case-insensitive filesystem, or when a checkout from a clone of such a repository is performed on a case-insensitive filesystem.\u003c/p\u003e\u003cp\u003eThis can happen on checkout (\u003ccode\u003eDirCacheCheckout\u003c/code\u003e), merge (\u003ccode\u003eResolveMerger\u003c/code\u003e\u0026nbsp;via its \u003ccode\u003eWorkingTreeUpdater\u003c/code\u003e), pull (\u003ccode\u003ePullCommand\u003c/code\u003e\u0026nbsp;using merge), and when applying a patch (\u003ccode\u003ePatchApplier\u003c/code\u003e). This can be exploited for remote code execution (RCE), for instance if the file written outside the working tree is a git filter that gets executed on a subsequent git command.\u003c/p\u003e\u003cp\u003eThe issue occurs only on case-\u003cstrong\u003ein\u003c/strong\u003esensitive filesystems, like the default filesystems on Windows and macOS. The user performing the clone or checkout must have the rights to create symbolic links for the problem to occur, and symbolic links must be enabled in the git configuration.\u003c/p\u003e\u003cp\u003eSetting git configuration option \u003ccode\u003ecore.symlinks = false\u003c/code\u003e\u0026nbsp;before checking out avoids the problem.\u003c/p\u003e\u003cp\u003eThe issue was fixed in Eclipse JGit version 6.6.1.202309021850-r and 6.7.0.202309050840-r, available via \u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://repo1.maven.org/maven2/org/eclipse/jgit/\"\u003eMaven Central\u003c/a\u003e\u0026nbsp;and \u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://repo.eclipse.org/content/repositories/jgit-releases/\"\u003erepo.eclipse.org\u003c/a\u003e. A backport is available in 5.13.3 starting from 5.13.3.202401111512-r.\u003cbr\u003e\u003c/p\u003e\u003cp\u003eThe JGit maintainers would like to thank RyotaK for finding and reporting this issue.\u003cbr\u003e\u003c/p\u003e\u003cbr\u003e"
}
],
"value": "Arbitrary File Overwrite in Eclipse JGit \u003c= 6.6.0\n\nIn Eclipse JGit, all versions \u003c= 6.6.0.202305301015-r, a symbolic link present in a specially crafted git repository can be used to write a file to locations outside the working tree when this repository is cloned with JGit to a case-insensitive filesystem, or when a checkout from a clone of such a repository is performed on a case-insensitive filesystem.\n\nThis can happen on checkout (DirCacheCheckout), merge (ResolveMerger\u00a0via its WorkingTreeUpdater), pull (PullCommand\u00a0using merge), and when applying a patch (PatchApplier). This can be exploited for remote code execution (RCE), for instance if the file written outside the working tree is a git filter that gets executed on a subsequent git command.\n\nThe issue occurs only on case-insensitive filesystems, like the default filesystems on Windows and macOS. The user performing the clone or checkout must have the rights to create symbolic links for the problem to occur, and symbolic links must be enabled in the git configuration.\n\nSetting git configuration option core.symlinks = false\u00a0before checking out avoids the problem.\n\nThe issue was fixed in Eclipse JGit version 6.6.1.202309021850-r and 6.7.0.202309050840-r, available via Maven Central https://repo1.maven.org/maven2/org/eclipse/jgit/ \u00a0and repo.eclipse.org https://repo.eclipse.org/content/repositories/jgit-releases/ . A backport is available in 5.13.3 starting from 5.13.3.202401111512-r.\n\n\nThe JGit maintainers would like to thank RyotaK for finding and reporting this issue.\n\n\n\n"
}
],
"impacts": [
{
"capecId": "CAPEC-132",
"descriptions": [
{
"lang": "en",
"value": "CAPEC-132 Symlink Attack"
}
]
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-59",
"description": "CWE-59 Improper Link Resolution Before File Access (\u0027Link Following\u0027)",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-178",
"description": "CWE-178 Improper Handling of Case Sensitivity",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-01-12T15:21:24.101Z",
"orgId": "e51fbebd-6053-4e49-959f-1b94eeb69a2c",
"shortName": "eclipse"
},
"references": [
{
"url": "https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/11"
},
{
"url": "https://projects.eclipse.org/projects/technology.jgit/releases/6.6.1"
},
{
"url": "https://git.eclipse.org/c/jgit/jgit.git/commit/?id=9072103f3b3cf64dd12ad2949836ab98f62dabf1"
}
],
"source": {
"discovery": "EXTERNAL"
},
"title": "Improper handling of case insensitive filesystems in Eclipse JGit allows arbitrary file write",
"workarounds": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cp\u003eSetting git configuration option \u003ccode\u003ecore.symlinks = false\u003c/code\u003e\u0026nbsp;before checking out avoids the problem.\u003c/p\u003e"
}
],
"value": "Setting git configuration option core.symlinks = false\u00a0before checking out avoids the problem.\n\n"
}
],
"x_generator": {
"engine": "Vulnogram 0.1.0-dev"
}
}
},
"cveMetadata": {
"assignerOrgId": "e51fbebd-6053-4e49-959f-1b94eeb69a2c",
"assignerShortName": "eclipse",
"cveId": "CVE-2023-4759",
"datePublished": "2023-09-12T09:12:10.254Z",
"dateReserved": "2023-09-04T16:06:00.689Z",
"dateUpdated": "2024-08-02T07:37:59.574Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-4759",
"date": "2026-05-28",
"epss": "0.01001",
"percentile": "0.77285"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-4759\",\"sourceIdentifier\":\"emo@eclipse.org\",\"published\":\"2023-09-12T10:15:29.977\",\"lastModified\":\"2024-11-21T08:35:55.110\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Arbitrary File Overwrite in Eclipse JGit \u003c= 6.6.0\\n\\nIn Eclipse JGit, all versions \u003c= 6.6.0.202305301015-r, a symbolic link present in a specially crafted git repository can be used to write a file to locations outside the working tree when this repository is cloned with JGit to a case-insensitive filesystem, or when a checkout from a clone of such a repository is performed on a case-insensitive filesystem.\\n\\nThis can happen on checkout (DirCacheCheckout), merge (ResolveMerger\u00a0via its WorkingTreeUpdater), pull (PullCommand\u00a0using merge), and when applying a patch (PatchApplier). This can be exploited for remote code execution (RCE), for instance if the file written outside the working tree is a git filter that gets executed on a subsequent git command.\\n\\nThe issue occurs only on case-insensitive filesystems, like the default filesystems on Windows and macOS. The user performing the clone or checkout must have the rights to create symbolic links for the problem to occur, and symbolic links must be enabled in the git configuration.\\n\\nSetting git configuration option core.symlinks = false\u00a0before checking out avoids the problem.\\n\\nThe issue was fixed in Eclipse JGit version 6.6.1.202309021850-r and 6.7.0.202309050840-r, available via Maven Central https://repo1.maven.org/maven2/org/eclipse/jgit/ \u00a0and repo.eclipse.org https://repo.eclipse.org/content/repositories/jgit-releases/ . A backport is available in 5.13.3 starting from 5.13.3.202401111512-r.\\n\\n\\nThe JGit maintainers would like to thank RyotaK for finding and reporting this issue.\\n\\n\\n\\n\"},{\"lang\":\"es\",\"value\":\"Sobrescritura Arbitraria de Archivos en Eclipse JGit \u0026lt;= 6.6.0 En Eclipse JGit, todas las versiones \u0026lt;= 6.6.0.202305301015-r, se puede utilizar un enlace simb\u00f3lico presente en un repositorio git especialmente manipulado para escribir un archivo en ubicaciones fuera del \u00e1rbol de trabajo cuando esto el repositorio se clona con JGit en un sistema de archivos que no distingue entre may\u00fasculas y min\u00fasculas, o cuando se realiza una extracci\u00f3n de un clon de dicho repositorio en un sistema de archivos que no distingue entre may\u00fasculas y min\u00fasculas. Esto puede suceder al finalizar la compra (DirCacheCheckout), fusionar (ResolveMerger a trav\u00e9s de su WorkingTreeUpdater), extraer (PullCommand usando merge) y al aplicar un parche (PatchApplier). Esto se puede aprovechar para la ejecuci\u00f3n remota de c\u00f3digo (RCE), por ejemplo, si el archivo escrito fuera del \u00e1rbol de trabajo es un filtro git que se ejecuta en un comando git posterior. El problema ocurre solo en sistemas de archivos que no distinguen entre may\u00fasculas y min\u00fasculas, como los sistemas de archivos predeterminados en Windows y macOS. El usuario que realiza la clonaci\u00f3n o el pago debe tener derechos para crear enlaces simb\u00f3licos para que ocurra el problema, y ??los enlaces simb\u00f3licos deben estar habilitados en la configuraci\u00f3n de git. Configurar la opci\u00f3n de configuraci\u00f3n de git core.symlinks = false antes de realizar el check-out evita el problema. El problema se solucion\u00f3 en Eclipse JGit versi\u00f3n 6.6.1.202309021850-r y 6.7.0.202309050840-r, disponibles a trav\u00e9s de Maven Central https://repo1.maven.org/maven2/org/eclipse/jgit/ y repo.eclipse.org https: //repo.eclipse.org/content/repositories/jgit-releases/. Los mantenedores de JGit desean agradecer a RyotaK por encontrar e informar este problema.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"emo@eclipse.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":5.9},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"emo@eclipse.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-59\"},{\"lang\":\"en\",\"value\":\"CWE-178\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-59\"},{\"lang\":\"en\",\"value\":\"CWE-178\"}]}],\"configurations\":[{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:eclipse:jgit:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"5.13.3.202401111512-r\",\"matchCriteriaId\":\"FD632A09-BA3F-40B4-9E87-1B3A1396B8D2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:eclipse:jgit:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.6.0\",\"versionEndExcluding\":\"6.6.0.202305301015\",\"matchCriteriaId\":\"E42260B6-CFAE-4C15-AD05-185450537107\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:eclipse:jgit:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7.0\",\"versionEndExcluding\":\"6.7.0.202309050840\",\"matchCriteriaId\":\"A6A51C42-BDB6-4744-80CF-55291D1DC24F\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:o:apple:macos:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"387021A0-AF36-463C-A605-32EA7DAC172E\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A2572D17-1DE6-457B-99CC-64AFD54487EA\"}]}]}],\"references\":[{\"url\":\"https://git.eclipse.org/c/jgit/jgit.git/commit/?id=9072103f3b3cf64dd12ad2949836ab98f62dabf1\",\"source\":\"emo@eclipse.org\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/11\",\"source\":\"emo@eclipse.org\",\"tags\":[\"Issue Tracking\",\"Vendor Advisory\"]},{\"url\":\"https://projects.eclipse.org/projects/technology.jgit/releases/6.6.1\",\"source\":\"emo@eclipse.org\",\"tags\":[\"Release Notes\",\"Vendor Advisory\"]},{\"url\":\"https://git.eclipse.org/c/jgit/jgit.git/commit/?id=9072103f3b3cf64dd12ad2949836ab98f62dabf1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/11\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Vendor Advisory\"]},{\"url\":\"https://projects.eclipse.org/projects/technology.jgit/releases/6.6.1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"cna\": {\"affected\": [{\"collectionURL\": \"https://git.eclipse.org/c/jgit/jgit.git/\", \"defaultStatus\": \"unaffected\", \"product\": \"Eclipse JGit\", \"vendor\": \"Eclipse Foundation\", \"versions\": [{\"lessThanOrEqual\": \"6.6.0.202305301015-r\", \"status\": \"affected\", \"version\": \"0.0.0\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \" 5.13.3.202401111512-r\"}]}], \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"user\": \"00000000-0000-4000-9000-000000000000\", \"value\": \"RyotaK\"}], \"datePublic\": \"2023-09-12T10:00:00.000Z\", \"descriptions\": [{\"lang\": \"en\", \"supportingMedia\": [{\"base64\": false, \"type\": \"text/html\", \"value\": \"\u003cp\u003eArbitrary File Overwrite in Eclipse JGit \u0026lt;= 6.6.0\u003c/p\u003e\u003cp\u003eIn Eclipse JGit, all versions \u0026lt;= 6.6.0.202305301015-r, a symbolic link present in a specially crafted git repository can be used to write a file to locations outside the working tree when this repository is cloned with JGit to a case-insensitive filesystem, or when a checkout from a clone of such a repository is performed on a case-insensitive filesystem.\u003c/p\u003e\u003cp\u003eThis can happen on checkout (\u003ccode\u003eDirCacheCheckout\u003c/code\u003e), merge (\u003ccode\u003eResolveMerger\u003c/code\u003e\u0026nbsp;via its \u003ccode\u003eWorkingTreeUpdater\u003c/code\u003e), pull (\u003ccode\u003ePullCommand\u003c/code\u003e\u0026nbsp;using merge), and when applying a patch (\u003ccode\u003ePatchApplier\u003c/code\u003e). This can be exploited for remote code execution (RCE), for instance if the file written outside the working tree is a git filter that gets executed on a subsequent git command.\u003c/p\u003e\u003cp\u003eThe issue occurs only on case-\u003cstrong\u003ein\u003c/strong\u003esensitive filesystems, like the default filesystems on Windows and macOS. The user performing the clone or checkout must have the rights to create symbolic links for the problem to occur, and symbolic links must be enabled in the git configuration.\u003c/p\u003e\u003cp\u003eSetting git configuration option \u003ccode\u003ecore.symlinks = false\u003c/code\u003e\u0026nbsp;before checking out avoids the problem.\u003c/p\u003e\u003cp\u003eThe issue was fixed in Eclipse JGit version 6.6.1.202309021850-r and 6.7.0.202309050840-r, available via \u003ca target=\\\"_blank\\\" rel=\\\"nofollow\\\" href=\\\"https://repo1.maven.org/maven2/org/eclipse/jgit/\\\"\u003eMaven Central\u003c/a\u003e\u0026nbsp;and \u003ca target=\\\"_blank\\\" rel=\\\"nofollow\\\" href=\\\"https://repo.eclipse.org/content/repositories/jgit-releases/\\\"\u003erepo.eclipse.org\u003c/a\u003e. A backport is available in 5.13.3 starting from 5.13.3.202401111512-r.\u003cbr\u003e\u003c/p\u003e\u003cp\u003eThe JGit maintainers would like to thank RyotaK for finding and reporting this issue.\u003cbr\u003e\u003c/p\u003e\u003cbr\u003e\"}], \"value\": \"Arbitrary File Overwrite in Eclipse JGit \u003c= 6.6.0\\n\\nIn Eclipse JGit, all versions \u003c= 6.6.0.202305301015-r, a symbolic link present in a specially crafted git repository can be used to write a file to locations outside the working tree when this repository is cloned with JGit to a case-insensitive filesystem, or when a checkout from a clone of such a repository is performed on a case-insensitive filesystem.\\n\\nThis can happen on checkout (DirCacheCheckout), merge (ResolveMerger\\u00a0via its WorkingTreeUpdater), pull (PullCommand\\u00a0using merge), and when applying a patch (PatchApplier). This can be exploited for remote code execution (RCE), for instance if the file written outside the working tree is a git filter that gets executed on a subsequent git command.\\n\\nThe issue occurs only on case-insensitive filesystems, like the default filesystems on Windows and macOS. The user performing the clone or checkout must have the rights to create symbolic links for the problem to occur, and symbolic links must be enabled in the git configuration.\\n\\nSetting git configuration option core.symlinks = false\\u00a0before checking out avoids the problem.\\n\\nThe issue was fixed in Eclipse JGit version 6.6.1.202309021850-r and 6.7.0.202309050840-r, available via Maven Central https://repo1.maven.org/maven2/org/eclipse/jgit/ \\u00a0and repo.eclipse.org https://repo.eclipse.org/content/repositories/jgit-releases/ . A backport is available in 5.13.3 starting from 5.13.3.202401111512-r.\\n\\n\\nThe JGit maintainers would like to thank RyotaK for finding and reporting this issue.\\n\\n\\n\\n\"}], \"impacts\": [{\"capecId\": \"CAPEC-132\", \"descriptions\": [{\"lang\": \"en\", \"value\": \"CAPEC-132 Symlink Attack\"}]}], \"metrics\": [{\"cvssV3_1\": {\"attackComplexity\": \"LOW\", \"attackVector\": \"NETWORK\", \"availabilityImpact\": \"HIGH\", \"baseScore\": 8.8, \"baseSeverity\": \"HIGH\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"scope\": \"UNCHANGED\", \"userInteraction\": \"REQUIRED\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\", \"version\": \"3.1\"}, \"format\": \"CVSS\", \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"problemTypes\": [{\"descriptions\": [{\"cweId\": \"CWE-59\", \"description\": \"CWE-59 Improper Link Resolution Before File Access (\u0027Link Following\u0027)\", \"lang\": \"en\", \"type\": \"CWE\"}]}, {\"descriptions\": [{\"cweId\": \"CWE-178\", \"description\": \"CWE-178 Improper Handling of Case Sensitivity\", \"lang\": \"en\", \"type\": \"CWE\"}]}], \"providerMetadata\": {\"orgId\": \"e51fbebd-6053-4e49-959f-1b94eeb69a2c\", \"shortName\": \"eclipse\", \"dateUpdated\": \"2024-01-12T15:21:24.101Z\"}, \"references\": [{\"url\": \"https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/11\"}, {\"url\": \"https://projects.eclipse.org/projects/technology.jgit/releases/6.6.1\"}, {\"url\": \"https://git.eclipse.org/c/jgit/jgit.git/commit/?id=9072103f3b3cf64dd12ad2949836ab98f62dabf1\"}], \"source\": {\"discovery\": \"EXTERNAL\"}, \"title\": \"Improper handling of case insensitive filesystems in Eclipse JGit allows arbitrary file write\", \"workarounds\": [{\"lang\": \"en\", \"supportingMedia\": [{\"base64\": false, \"type\": \"text/html\", \"value\": \"\u003cp\u003eSetting git configuration option \u003ccode\u003ecore.symlinks = false\u003c/code\u003e\u0026nbsp;before checking out avoids the problem.\u003c/p\u003e\"}], \"value\": \"Setting git configuration option core.symlinks = false\\u00a0before checking out avoids the problem.\\n\\n\"}], \"x_generator\": {\"engine\": \"Vulnogram 0.1.0-dev\"}}, \"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-4759\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-07-19T03:55:38.083883Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:eclipse:jgit:*:*:*:*:*:*:*:*\"], \"vendor\": \"eclipse\", \"product\": \"jgit\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.0.202305301015-r\"}], \"defaultStatus\": \"unaffected\"}, {\"cpes\": [\"cpe:2.3:a:eclipse:jgit:5.13.3.202401111512-r:*:*:*:*:*:*:*\"], \"vendor\": \"eclipse\", \"product\": \"jgit\", \"versions\": [{\"status\": \"unaffected\", \"version\": \"5.13.3.202401111512-r\"}], \"defaultStatus\": \"unaffected\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-07-19T13:50:05.173Z\"}}]}",
"cveMetadata": "{\"cveId\": \"CVE-2023-4759\", \"assignerOrgId\": \"e51fbebd-6053-4e49-959f-1b94eeb69a2c\", \"state\": \"PUBLISHED\", \"assignerShortName\": \"eclipse\", \"dateReserved\": \"2023-09-04T16:06:00.689Z\", \"datePublished\": \"2023-09-12T09:12:10.254Z\", \"dateUpdated\": \"2024-07-19T13:51:38.023Z\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
OPENSUSE-SU-2025:15232-1
Vulnerability from csaf_opensuse - Published: 2025-07-03 00:00 - Updated: 2025-07-03 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jgit-5.11.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jgit-5.11.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jgit-5.11.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jgit-5.11.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jgit-5.11.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jgit-5.11.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jgit-5.11.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jgit-5.11.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "jgit-5.11.0-2.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the jgit-5.11.0-2.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15232",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15232-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-4759 page",
"url": "https://www.suse.com/security/cve/CVE-2023-4759/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4949 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4949/"
}
],
"title": "jgit-5.11.0-2.1 on GA media",
"tracking": {
"current_release_date": "2025-07-03T00:00:00Z",
"generator": {
"date": "2025-07-03T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15232-1",
"initial_release_date": "2025-07-03T00:00:00Z",
"revision_history": [
{
"date": "2025-07-03T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "jgit-5.11.0-2.1.aarch64",
"product": {
"name": "jgit-5.11.0-2.1.aarch64",
"product_id": "jgit-5.11.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "jgit-javadoc-5.11.0-2.1.aarch64",
"product": {
"name": "jgit-javadoc-5.11.0-2.1.aarch64",
"product_id": "jgit-javadoc-5.11.0-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "jgit-5.11.0-2.1.ppc64le",
"product": {
"name": "jgit-5.11.0-2.1.ppc64le",
"product_id": "jgit-5.11.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jgit-javadoc-5.11.0-2.1.ppc64le",
"product": {
"name": "jgit-javadoc-5.11.0-2.1.ppc64le",
"product_id": "jgit-javadoc-5.11.0-2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "jgit-5.11.0-2.1.s390x",
"product": {
"name": "jgit-5.11.0-2.1.s390x",
"product_id": "jgit-5.11.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "jgit-javadoc-5.11.0-2.1.s390x",
"product": {
"name": "jgit-javadoc-5.11.0-2.1.s390x",
"product_id": "jgit-javadoc-5.11.0-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "jgit-5.11.0-2.1.x86_64",
"product": {
"name": "jgit-5.11.0-2.1.x86_64",
"product_id": "jgit-5.11.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "jgit-javadoc-5.11.0-2.1.x86_64",
"product": {
"name": "jgit-javadoc-5.11.0-2.1.x86_64",
"product_id": "jgit-javadoc-5.11.0-2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "jgit-5.11.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jgit-5.11.0-2.1.aarch64"
},
"product_reference": "jgit-5.11.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jgit-5.11.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jgit-5.11.0-2.1.ppc64le"
},
"product_reference": "jgit-5.11.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jgit-5.11.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jgit-5.11.0-2.1.s390x"
},
"product_reference": "jgit-5.11.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jgit-5.11.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jgit-5.11.0-2.1.x86_64"
},
"product_reference": "jgit-5.11.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jgit-javadoc-5.11.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.aarch64"
},
"product_reference": "jgit-javadoc-5.11.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jgit-javadoc-5.11.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.ppc64le"
},
"product_reference": "jgit-javadoc-5.11.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jgit-javadoc-5.11.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.s390x"
},
"product_reference": "jgit-javadoc-5.11.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jgit-javadoc-5.11.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.x86_64"
},
"product_reference": "jgit-javadoc-5.11.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-4759",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-4759"
}
],
"notes": [
{
"category": "general",
"text": "Arbitrary File Overwrite in Eclipse JGit \u003c= 6.6.0\n\nIn Eclipse JGit, all versions \u003c= 6.6.0.202305301015-r, a symbolic link present in a specially crafted git repository can be used to write a file to locations outside the working tree when this repository is cloned with JGit to a case-insensitive filesystem, or when a checkout from a clone of such a repository is performed on a case-insensitive filesystem.\n\nThis can happen on checkout (DirCacheCheckout), merge (ResolveMerger via its WorkingTreeUpdater), pull (PullCommand using merge), and when applying a patch (PatchApplier). This can be exploited for remote code execution (RCE), for instance if the file written outside the working tree is a git filter that gets executed on a subsequent git command.\n\nThe issue occurs only on case-insensitive filesystems, like the default filesystems on Windows and macOS. The user performing the clone or checkout must have the rights to create symbolic links for the problem to occur, and symbolic links must be enabled in the git configuration.\n\nSetting git configuration option core.symlinks = false before checking out avoids the problem.\n\nThe issue was fixed in Eclipse JGit version 6.6.1.202309021850-r and 6.7.0.202309050840-r, available via Maven Central https://repo1.maven.org/maven2/org/eclipse/jgit/ and repo.eclipse.org https://repo.eclipse.org/content/repositories/jgit-releases/ . A backport is available in 5.13.3 starting from 5.13.3.202401111512-r.\n\n\nThe JGit maintainers would like to thank RyotaK for finding and reporting this issue.\n\n\n\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jgit-5.11.0-2.1.aarch64",
"openSUSE Tumbleweed:jgit-5.11.0-2.1.ppc64le",
"openSUSE Tumbleweed:jgit-5.11.0-2.1.s390x",
"openSUSE Tumbleweed:jgit-5.11.0-2.1.x86_64",
"openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.aarch64",
"openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.ppc64le",
"openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.s390x",
"openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-4759",
"url": "https://www.suse.com/security/cve/CVE-2023-4759"
},
{
"category": "external",
"summary": "SUSE Bug 1215298 for CVE-2023-4759",
"url": "https://bugzilla.suse.com/1215298"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jgit-5.11.0-2.1.aarch64",
"openSUSE Tumbleweed:jgit-5.11.0-2.1.ppc64le",
"openSUSE Tumbleweed:jgit-5.11.0-2.1.s390x",
"openSUSE Tumbleweed:jgit-5.11.0-2.1.x86_64",
"openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.aarch64",
"openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.ppc64le",
"openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.s390x",
"openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jgit-5.11.0-2.1.aarch64",
"openSUSE Tumbleweed:jgit-5.11.0-2.1.ppc64le",
"openSUSE Tumbleweed:jgit-5.11.0-2.1.s390x",
"openSUSE Tumbleweed:jgit-5.11.0-2.1.x86_64",
"openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.aarch64",
"openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.ppc64le",
"openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.s390x",
"openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-4759"
},
{
"cve": "CVE-2025-4949",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4949"
}
],
"notes": [
{
"category": "general",
"text": "In Eclipse JGit versions 7.2.0.202503040940-r and older, the ManifestParser class used by the repo command and the AmazonS3 class used to implement the experimental amazons3 git transport protocol allowing to store git pack files in an Amazon S3 bucket, are vulnerable to XML External Entity (XXE) attacks when parsing XML files. This vulnerability can lead to information disclosure, denial of service, and other security issues.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jgit-5.11.0-2.1.aarch64",
"openSUSE Tumbleweed:jgit-5.11.0-2.1.ppc64le",
"openSUSE Tumbleweed:jgit-5.11.0-2.1.s390x",
"openSUSE Tumbleweed:jgit-5.11.0-2.1.x86_64",
"openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.aarch64",
"openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.ppc64le",
"openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.s390x",
"openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4949",
"url": "https://www.suse.com/security/cve/CVE-2025-4949"
},
{
"category": "external",
"summary": "SUSE Bug 1243647 for CVE-2025-4949",
"url": "https://bugzilla.suse.com/1243647"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jgit-5.11.0-2.1.aarch64",
"openSUSE Tumbleweed:jgit-5.11.0-2.1.ppc64le",
"openSUSE Tumbleweed:jgit-5.11.0-2.1.s390x",
"openSUSE Tumbleweed:jgit-5.11.0-2.1.x86_64",
"openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.aarch64",
"openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.ppc64le",
"openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.s390x",
"openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jgit-5.11.0-2.1.aarch64",
"openSUSE Tumbleweed:jgit-5.11.0-2.1.ppc64le",
"openSUSE Tumbleweed:jgit-5.11.0-2.1.s390x",
"openSUSE Tumbleweed:jgit-5.11.0-2.1.x86_64",
"openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.aarch64",
"openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.ppc64le",
"openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.s390x",
"openSUSE Tumbleweed:jgit-javadoc-5.11.0-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-4949"
}
]
}
RHSA-2024:0710
Vulnerability from csaf_redhat - Published: 2024-02-07 08:37 - Updated: 2026-04-30 12:59Arbitrary File Overwrite in Eclipse JGit <= 6.6.0 In Eclipse JGit, all versions <= 6.6.0.202305301015-r, a symbolic link present in a specially crafted git repository can be used to write a file to locations outside the working tree when this repository is cloned with JGit to a case-insensitive filesystem, or when a checkout from a clone of such a repository is performed on a case-insensitive filesystem. This can happen on checkout (DirCacheCheckout), merge (ResolveMerger via its WorkingTreeUpdater), pull (PullCommand using merge), and when applying a patch (PatchApplier). This can be exploited for remote code execution (RCE), for instance if the file written outside the working tree is a git filter that gets executed on a subsequent git command. The issue occurs only on case-insensitive filesystems, like the default filesystems on Windows and macOS. The user performing the clone or checkout must have the rights to create symbolic links for the problem to occur, and symbolic links must be enabled in the git configuration. Setting git configuration option core.symlinks = false before checking out avoids the problem. The issue was fixed in Eclipse JGit version 6.6.1.202309021850-r and 6.7.0.202309050840-r, available via Maven Central https://repo1.maven.org/maven2/org/eclipse/jgit/ and repo.eclipse.org https://repo.eclipse.org/content/repositories/jgit-releases/ . A backport is available in 5.13.3 starting from 5.13.3.202401111512-r. The JGit maintainers would like to thank RyotaK for finding and reporting this issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el7eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el7eap.src | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el7eap.src | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el7eap.src | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-hibernate-entitymanager-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-hibernate-java8-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el7eap.src | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el7eap.src | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el7eap.x86_64 | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-jboss-cert-helper-debuginfo-0:1.1.1-1.redhat_00001.1.el7eap.x86_64 | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el7eap.src | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el7eap.src | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el7eap.src | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el7eap.src | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el7eap.src | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el7eap.src | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el7eap.src | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el7eap.src | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el7eap.src | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el7eap.src | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el7eap.noarch | — | ||
| Unresolved product id: 7Server-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el7eap.src | — |
All versions of Apache Santuario - XML Security for Java prior to 2.2.6, 2.3.4, and 3.0.3, when using the JSR 105 API, are vulnerable to an issue where a private key may be disclosed in log files when generating an XML Signature and logging with debug level is enabled. Users are recommended to upgrade to version 2.2.6, 2.3.4, or 3.0.3, which fixes this issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el7eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el7eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el7eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-hibernate-entitymanager-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-hibernate-java8-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el7eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el7eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el7eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el7eap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-jboss-cert-helper-debuginfo-0:1.1.1-1.redhat_00001.1.el7eap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el7eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el7eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el7eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el7eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el7eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el7eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el7eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el7eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el7eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el7eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el7eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el7eap.src | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat JBoss Enterprise Application Platform 7.4 for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat JBoss Enterprise Application Platform 7 is a platform for Java applications based on the WildFly application runtime. This release of Red Hat JBoss Enterprise Application Platform 7.4.15 serves as a replacement for Red Hat JBoss Enterprise Application Platform 7.4.14, and includes bug fixes and enhancements. See the Red Hat JBoss Enterprise Application Platform 7.4.15 Release Notes for information about the most significant bug fixes and enhancements included in this release.\n\nSecurity Fix(es):\n\n* santuario: Private Key disclosure in debug-log output [eap-7.4.z] (CVE-2023-44483)\n\n* jgit: arbitrary file overwrite [eap-7.4.z] (CVE-2023-4759)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:0710",
"url": "https://access.redhat.com/errata/RHSA-2024:0710"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.4/",
"url": "https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.4/"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.4/html-single/installation_guide/",
"url": "https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.4/html-single/installation_guide/"
},
{
"category": "external",
"summary": "2238614",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2238614"
},
{
"category": "external",
"summary": "2246070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246070"
},
{
"category": "external",
"summary": "JBEAP-25375",
"url": "https://issues.redhat.com/browse/JBEAP-25375"
},
{
"category": "external",
"summary": "JBEAP-25616",
"url": "https://issues.redhat.com/browse/JBEAP-25616"
},
{
"category": "external",
"summary": "JBEAP-25785",
"url": "https://issues.redhat.com/browse/JBEAP-25785"
},
{
"category": "external",
"summary": "JBEAP-25944",
"url": "https://issues.redhat.com/browse/JBEAP-25944"
},
{
"category": "external",
"summary": "JBEAP-26013",
"url": "https://issues.redhat.com/browse/JBEAP-26013"
},
{
"category": "external",
"summary": "JBEAP-26021",
"url": "https://issues.redhat.com/browse/JBEAP-26021"
},
{
"category": "external",
"summary": "JBEAP-26025",
"url": "https://issues.redhat.com/browse/JBEAP-26025"
},
{
"category": "external",
"summary": "JBEAP-26049",
"url": "https://issues.redhat.com/browse/JBEAP-26049"
},
{
"category": "external",
"summary": "JBEAP-26051",
"url": "https://issues.redhat.com/browse/JBEAP-26051"
},
{
"category": "external",
"summary": "JBEAP-26101",
"url": "https://issues.redhat.com/browse/JBEAP-26101"
},
{
"category": "external",
"summary": "JBEAP-26115",
"url": "https://issues.redhat.com/browse/JBEAP-26115"
},
{
"category": "external",
"summary": "JBEAP-26159",
"url": "https://issues.redhat.com/browse/JBEAP-26159"
},
{
"category": "external",
"summary": "JBEAP-26164",
"url": "https://issues.redhat.com/browse/JBEAP-26164"
},
{
"category": "external",
"summary": "JBEAP-26169",
"url": "https://issues.redhat.com/browse/JBEAP-26169"
},
{
"category": "external",
"summary": "JBEAP-26266",
"url": "https://issues.redhat.com/browse/JBEAP-26266"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0710.json"
}
],
"title": "Red Hat Security Advisory: Red Hat JBoss Enterprise Application Platform 7.4.15 Security update",
"tracking": {
"current_release_date": "2026-04-30T12:59:09+00:00",
"generator": {
"date": "2026-04-30T12:59:09+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2024:0710",
"initial_release_date": "2024-02-07T08:37:56+00:00",
"revision_history": [
{
"date": "2024-02-07T08:37:56+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-02-07T08:37:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T12:59:09+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product": {
"name": "Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:jboss_enterprise_application_platform:7.4::el7"
}
}
}
],
"category": "product_family",
"name": "Red Hat JBoss Enterprise Application Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el7eap.src",
"product": {
"name": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el7eap.src",
"product_id": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el7eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-log4j2-jboss-logmanager@1.1.2-1.Final_redhat_00002.1.el7eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el7eap.src",
"product": {
"name": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el7eap.src",
"product_id": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el7eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-xml-security@2.2.6-1.redhat_00002.1.el7eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el7eap.src",
"product": {
"name": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el7eap.src",
"product_id": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el7eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-glassfish-jsf@2.3.14-7.SP08_redhat_00001.1.el7eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el7eap.src",
"product": {
"name": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el7eap.src",
"product_id": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el7eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jbossws-spi@3.4.0-4.Final_redhat_00002.1.el7eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el7eap.src",
"product": {
"name": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el7eap.src",
"product_id": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el7eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy@3.15.9-1.Final_redhat_00001.1.el7eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el7eap.src",
"product": {
"name": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el7eap.src",
"product_id": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el7eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jboss-cert-helper@1.1.1-1.redhat_00001.1.el7eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el7eap.src",
"product": {
"name": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el7eap.src",
"product_id": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el7eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar@1.5.16-1.Final_redhat_00001.1.el7eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el7eap.src",
"product": {
"name": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el7eap.src",
"product_id": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el7eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-naming-client@1.0.17-1.Final_redhat_00001.1.el7eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el7eap.src",
"product": {
"name": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el7eap.src",
"product_id": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el7eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-insights-java-client@1.1.1-1.redhat_00001.1.el7eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el7eap.src",
"product": {
"name": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el7eap.src",
"product_id": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el7eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-elytron@1.15.21-1.Final_redhat_00001.1.el7eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el7eap.src",
"product": {
"name": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el7eap.src",
"product_id": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el7eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jboss-msc@1.4.13-1.Final_redhat_00001.1.el7eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el7eap.src",
"product": {
"name": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el7eap.src",
"product_id": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el7eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-transaction-client@1.1.17-1.Final_redhat_00001.1.el7eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el7eap.src",
"product": {
"name": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el7eap.src",
"product_id": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el7eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-eclipse-jgit@5.13.2-1.SP1_redhat_00001.1.el7eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el7eap.src",
"product": {
"name": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el7eap.src",
"product_id": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el7eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jboss-server-migration@1.10.0-34.Final_redhat_00033.1.el7eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el7eap.src",
"product": {
"name": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el7eap.src",
"product_id": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el7eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-protostream@4.3.6-1.Final_redhat_00001.1.el7eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el7eap.src",
"product": {
"name": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el7eap.src",
"product_id": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el7eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly@7.4.15-2.GA_redhat_00002.1.el7eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el7eap.src",
"product": {
"name": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el7eap.src",
"product_id": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el7eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-hibernate@5.3.33-2.Final_redhat_00001.1.el7eap?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el7eap.noarch",
"product": {
"name": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el7eap.noarch",
"product_id": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-log4j2-jboss-logmanager@1.1.2-1.Final_redhat_00002.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el7eap.noarch",
"product": {
"name": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el7eap.noarch",
"product_id": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-xml-security@2.2.6-1.redhat_00002.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-glassfish-jsf@2.3.14-7.SP08_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el7eap.noarch",
"product": {
"name": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el7eap.noarch",
"product_id": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jbossws-spi@3.4.0-4.Final_redhat_00002.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy@3.15.9-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-atom-provider@3.15.9-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-cdi@3.15.9-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-client@3.15.9-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-crypto@3.15.9-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-jackson-provider@3.15.9-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-jackson2-provider@3.15.9-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-jaxb-provider@3.15.9-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-jaxrs@3.15.9-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-jettison-provider@3.15.9-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-jose-jwt@3.15.9-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-jsapi@3.15.9-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-json-binding-provider@3.15.9-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-json-p-provider@3.15.9-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-multipart-provider@3.15.9-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-rxjava2@3.15.9-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-spring@3.15.9-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-validator-provider-11@3.15.9-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-yaml-provider@3.15.9-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar@1.5.16-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar-common-api@1.5.16-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar-common-impl@1.5.16-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar-common-spi@1.5.16-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar-core-api@1.5.16-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar-core-impl@1.5.16-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar-deployers-common@1.5.16-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar-jdbc@1.5.16-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar-validator@1.5.16-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-naming-client@1.0.17-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el7eap.noarch",
"product_id": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-insights-java-client@1.1.1-1.redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-elytron@1.15.21-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-elytron-tool@1.15.21-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jboss-msc@1.4.13-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-transaction-client@1.1.17-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-eclipse-jgit@5.13.2-1.SP1_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch",
"product": {
"name": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch",
"product_id": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jboss-server-migration@1.10.0-34.Final_redhat_00033.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch",
"product": {
"name": "eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch",
"product_id": "eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jboss-server-migration-cli@1.10.0-34.Final_redhat_00033.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch",
"product": {
"name": "eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch",
"product_id": "eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jboss-server-migration-core@1.10.0-34.Final_redhat_00033.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-protostream@4.3.6-1.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"product": {
"name": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"product_id": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly@7.4.15-2.GA_redhat_00002.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"product": {
"name": "eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"product_id": "eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-java-jdk11@7.4.15-2.GA_redhat_00002.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"product": {
"name": "eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"product_id": "eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-java-jdk8@7.4.15-2.GA_redhat_00002.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"product": {
"name": "eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"product_id": "eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-javadocs@7.4.15-2.GA_redhat_00002.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"product": {
"name": "eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"product_id": "eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-modules@7.4.15-2.GA_redhat_00002.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-hibernate@5.3.33-2.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-hibernate-core@5.3.33-2.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-hibernate-entitymanager-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-hibernate-entitymanager-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-hibernate-entitymanager-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-hibernate-entitymanager@5.3.33-2.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-hibernate-envers@5.3.33-2.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-hibernate-java8-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"product": {
"name": "eap7-hibernate-java8-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"product_id": "eap7-hibernate-java8-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-hibernate-java8@5.3.33-2.Final_redhat_00001.1.el7eap?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el7eap.x86_64",
"product": {
"name": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el7eap.x86_64",
"product_id": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el7eap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jboss-cert-helper@1.1.1-1.redhat_00001.1.el7eap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "eap7-jboss-cert-helper-debuginfo-0:1.1.1-1.redhat_00001.1.el7eap.x86_64",
"product": {
"name": "eap7-jboss-cert-helper-debuginfo-0:1.1.1-1.redhat_00001.1.el7eap.x86_64",
"product_id": "eap7-jboss-cert-helper-debuginfo-0:1.1.1-1.redhat_00001.1.el7eap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jboss-cert-helper-debuginfo@1.1.1-1.redhat_00001.1.el7eap?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el7eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el7eap.src"
},
"product_reference": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el7eap.src",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el7eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el7eap.src"
},
"product_reference": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el7eap.src",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el7eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el7eap.src"
},
"product_reference": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el7eap.src",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-hibernate-entitymanager-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-hibernate-entitymanager-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-hibernate-entitymanager-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-hibernate-java8-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-hibernate-java8-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-hibernate-java8-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el7eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el7eap.src"
},
"product_reference": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el7eap.src",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el7eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el7eap.src"
},
"product_reference": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el7eap.src",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el7eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el7eap.src"
},
"product_reference": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el7eap.src",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el7eap.x86_64 as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el7eap.x86_64"
},
"product_reference": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el7eap.x86_64",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jboss-cert-helper-debuginfo-0:1.1.1-1.redhat_00001.1.el7eap.x86_64 as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-jboss-cert-helper-debuginfo-0:1.1.1-1.redhat_00001.1.el7eap.x86_64"
},
"product_reference": "eap7-jboss-cert-helper-debuginfo-0:1.1.1-1.redhat_00001.1.el7eap.x86_64",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el7eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el7eap.src"
},
"product_reference": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el7eap.src",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch"
},
"product_reference": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el7eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el7eap.src"
},
"product_reference": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el7eap.src",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch"
},
"product_reference": "eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch"
},
"product_reference": "eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el7eap.noarch"
},
"product_reference": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el7eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el7eap.src"
},
"product_reference": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el7eap.src",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el7eap.noarch"
},
"product_reference": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el7eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el7eap.src"
},
"product_reference": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el7eap.src",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el7eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el7eap.src"
},
"product_reference": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el7eap.src",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el7eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el7eap.src"
},
"product_reference": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el7eap.src",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch"
},
"product_reference": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el7eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el7eap.src"
},
"product_reference": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el7eap.src",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el7eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el7eap.src"
},
"product_reference": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el7eap.src",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch"
},
"product_reference": "eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch"
},
"product_reference": "eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch"
},
"product_reference": "eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch"
},
"product_reference": "eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el7eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el7eap.src"
},
"product_reference": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el7eap.src",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el7eap.noarch"
},
"product_reference": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el7eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el7eap.src"
},
"product_reference": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el7eap.src",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el7eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el7eap.noarch"
},
"product_reference": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el7eap.noarch",
"relates_to_product_reference": "7Server-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el7eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 7 Server",
"product_id": "7Server-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el7eap.src"
},
"product_reference": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el7eap.src",
"relates_to_product_reference": "7Server-JBEAP-7.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-4759",
"discovery_date": "2023-09-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"7Server-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-hibernate-entitymanager-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-hibernate-java8-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el7eap.x86_64",
"7Server-JBEAP-7.4:eap7-jboss-cert-helper-debuginfo-0:1.1.1-1.redhat_00001.1.el7eap.x86_64",
"7Server-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el7eap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2238614"
}
],
"notes": [
{
"category": "description",
"text": "Arbitrary File Overwrite in Eclipse JGit \u003c= 6.6.0\n\nIn Eclipse JGit, all versions \u003c= 6.6.0.202305301015-r, a symbolic link present in a specially crafted git repository can be used to write a file to locations outside the working tree when this repository is cloned with JGit to a case-insensitive filesystem, or when a checkout from a clone of such a repository is performed on a case-insensitive filesystem.\n\nThis can happen on checkout (DirCacheCheckout), merge (ResolveMerger\u00a0via its WorkingTreeUpdater), pull (PullCommand\u00a0using merge), and when applying a patch (PatchApplier). This can be exploited for remote code execution (RCE), for instance if the file written outside the working tree is a git filter that gets executed on a subsequent git command.\n\nThe issue occurs only on case-insensitive filesystems, like the default filesystems on Windows and macOS. The user performing the clone or checkout must have the rights to create symbolic links for the problem to occur, and symbolic links must be enabled in the git configuration.\n\nSetting git configuration option core.symlinks = false\u00a0before checking out avoids the problem.\n\nThe issue was fixed in Eclipse JGit version 6.6.1.202309021850-r and 6.7.0.202309050840-r, available via Maven Central https://repo1.maven.org/maven2/org/eclipse/jgit/ \u00a0and repo.eclipse.org https://repo.eclipse.org/content/repositories/jgit-releases/ . A backport is available in 5.13.3 starting from 5.13.3.202401111512-r.\n\n\nThe JGit maintainers would like to thank RyotaK for finding and reporting this issue.\n\n\n\n",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jgit: arbitrary file overwrite",
"title": "Vulnerability summary"
}
],
"product_status": {
"fixed": [
"7Server-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el7eap.src"
],
"known_not_affected": [
"7Server-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-hibernate-entitymanager-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-hibernate-java8-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el7eap.x86_64",
"7Server-JBEAP-7.4:eap7-jboss-cert-helper-debuginfo-0:1.1.1-1.redhat_00001.1.el7eap.x86_64",
"7Server-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el7eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-4759"
},
{
"category": "external",
"summary": "RHBZ#2238614",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2238614"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-4759",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4759"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4759",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4759"
}
],
"release_date": "2023-09-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-07T08:37:56+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el7eap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0710"
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jgit: arbitrary file overwrite"
},
{
"cve": "CVE-2023-44483",
"cwe": {
"id": "CWE-532",
"name": "Insertion of Sensitive Information into Log File"
},
"discovery_date": "2023-10-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2246070"
}
],
"notes": [
{
"category": "description",
"text": "All versions of Apache Santuario - XML Security for Java prior to 2.2.6, 2.3.4, and 3.0.3, when using the JSR 105 API, are vulnerable to an issue where a private key may be disclosed in log files when generating an XML Signature and logging with debug level is enabled.\u00a0Users are recommended to upgrade to version 2.2.6, 2.3.4, or 3.0.3, which fixes this issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "santuario: Private Key disclosure in debug-log output",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-hibernate-entitymanager-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-hibernate-java8-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el7eap.x86_64",
"7Server-JBEAP-7.4:eap7-jboss-cert-helper-debuginfo-0:1.1.1-1.redhat_00001.1.el7eap.x86_64",
"7Server-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el7eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-44483"
},
{
"category": "external",
"summary": "RHBZ#2246070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-44483",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44483"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44483",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44483"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2023/10/20/5",
"url": "http://www.openwall.com/lists/oss-security/2023/10/20/5"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/vmqbp9mfxtrf0kmbnnmbn3h9j6dr9q55",
"url": "https://lists.apache.org/thread/vmqbp9mfxtrf0kmbnnmbn3h9j6dr9q55"
}
],
"release_date": "2023-10-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-07T08:37:56+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-hibernate-entitymanager-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-hibernate-java8-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el7eap.x86_64",
"7Server-JBEAP-7.4:eap7-jboss-cert-helper-debuginfo-0:1.1.1-1.redhat_00001.1.el7eap.x86_64",
"7Server-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el7eap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0710"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"7Server-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-hibernate-entitymanager-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-hibernate-java8-0:5.3.33-2.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el7eap.x86_64",
"7Server-JBEAP-7.4:eap7-jboss-cert-helper-debuginfo-0:1.1.1-1.redhat_00001.1.el7eap.x86_64",
"7Server-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el7eap.src",
"7Server-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el7eap.noarch",
"7Server-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el7eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "santuario: Private Key disclosure in debug-log output"
}
]
}
RHSA-2024:0711
Vulnerability from csaf_redhat - Published: 2024-02-07 08:38 - Updated: 2026-04-30 12:59Arbitrary File Overwrite in Eclipse JGit <= 6.6.0 In Eclipse JGit, all versions <= 6.6.0.202305301015-r, a symbolic link present in a specially crafted git repository can be used to write a file to locations outside the working tree when this repository is cloned with JGit to a case-insensitive filesystem, or when a checkout from a clone of such a repository is performed on a case-insensitive filesystem. This can happen on checkout (DirCacheCheckout), merge (ResolveMerger via its WorkingTreeUpdater), pull (PullCommand using merge), and when applying a patch (PatchApplier). This can be exploited for remote code execution (RCE), for instance if the file written outside the working tree is a git filter that gets executed on a subsequent git command. The issue occurs only on case-insensitive filesystems, like the default filesystems on Windows and macOS. The user performing the clone or checkout must have the rights to create symbolic links for the problem to occur, and symbolic links must be enabled in the git configuration. Setting git configuration option core.symlinks = false before checking out avoids the problem. The issue was fixed in Eclipse JGit version 6.6.1.202309021850-r and 6.7.0.202309050840-r, available via Maven Central https://repo1.maven.org/maven2/org/eclipse/jgit/ and repo.eclipse.org https://repo.eclipse.org/content/repositories/jgit-releases/ . A backport is available in 5.13.3 starting from 5.13.3.202401111512-r. The JGit maintainers would like to thank RyotaK for finding and reporting this issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-hibernate-entitymanager-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-hibernate-java8-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el8eap.x86_64 | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-wildfly-java-jdk17-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el8eap.src | — |
All versions of Apache Santuario - XML Security for Java prior to 2.2.6, 2.3.4, and 3.0.3, when using the JSR 105 API, are vulnerable to an issue where a private key may be disclosed in log files when generating an XML Signature and logging with debug level is enabled. Users are recommended to upgrade to version 2.2.6, 2.3.4, or 3.0.3, which fixes this issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-hibernate-entitymanager-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-hibernate-java8-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el8eap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-wildfly-java-jdk17-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el8eap.src | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat JBoss Enterprise Application Platform 7.4 for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat JBoss Enterprise Application Platform 7 is a platform for Java applications based on the WildFly application runtime. \n\nThis release of Red Hat JBoss Enterprise Application Platform 7.4.15 serves as a replacement for Red Hat JBoss Enterprise Application Platform 7.4.14, and includes bug fixes and enhancements. See the Red Hat JBoss Enterprise Application Platform 7.4.15 Release Notes for information about the most significant bug fixes and enhancements included in this release.\n\nSecurity Fix(es):\n\n* jgit: arbitrary file overwrite (CVE-2023-4759)\n\n* santuario: Private Key disclosure in debug-log output (CVE-2023-44483)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:0711",
"url": "https://access.redhat.com/errata/RHSA-2024:0711"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.4/",
"url": "https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.4/"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.4/html-single/installation_guide/",
"url": "https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.4/html-single/installation_guide/"
},
{
"category": "external",
"summary": "2238614",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2238614"
},
{
"category": "external",
"summary": "2246070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246070"
},
{
"category": "external",
"summary": "JBEAP-25375",
"url": "https://issues.redhat.com/browse/JBEAP-25375"
},
{
"category": "external",
"summary": "JBEAP-25616",
"url": "https://issues.redhat.com/browse/JBEAP-25616"
},
{
"category": "external",
"summary": "JBEAP-25785",
"url": "https://issues.redhat.com/browse/JBEAP-25785"
},
{
"category": "external",
"summary": "JBEAP-25944",
"url": "https://issues.redhat.com/browse/JBEAP-25944"
},
{
"category": "external",
"summary": "JBEAP-26013",
"url": "https://issues.redhat.com/browse/JBEAP-26013"
},
{
"category": "external",
"summary": "JBEAP-26021",
"url": "https://issues.redhat.com/browse/JBEAP-26021"
},
{
"category": "external",
"summary": "JBEAP-26025",
"url": "https://issues.redhat.com/browse/JBEAP-26025"
},
{
"category": "external",
"summary": "JBEAP-26049",
"url": "https://issues.redhat.com/browse/JBEAP-26049"
},
{
"category": "external",
"summary": "JBEAP-26051",
"url": "https://issues.redhat.com/browse/JBEAP-26051"
},
{
"category": "external",
"summary": "JBEAP-26101",
"url": "https://issues.redhat.com/browse/JBEAP-26101"
},
{
"category": "external",
"summary": "JBEAP-26115",
"url": "https://issues.redhat.com/browse/JBEAP-26115"
},
{
"category": "external",
"summary": "JBEAP-26159",
"url": "https://issues.redhat.com/browse/JBEAP-26159"
},
{
"category": "external",
"summary": "JBEAP-26164",
"url": "https://issues.redhat.com/browse/JBEAP-26164"
},
{
"category": "external",
"summary": "JBEAP-26169",
"url": "https://issues.redhat.com/browse/JBEAP-26169"
},
{
"category": "external",
"summary": "JBEAP-26266",
"url": "https://issues.redhat.com/browse/JBEAP-26266"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0711.json"
}
],
"title": "Red Hat Security Advisory: Red Hat JBoss Enterprise Application Platform 7.4.15 Security update",
"tracking": {
"current_release_date": "2026-04-30T12:59:10+00:00",
"generator": {
"date": "2026-04-30T12:59:10+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2024:0711",
"initial_release_date": "2024-02-07T08:38:29+00:00",
"revision_history": [
{
"date": "2024-02-07T08:38:29+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-02-07T08:38:29+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T12:59:10+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat JBoss EAP 7.4 for RHEL 8",
"product": {
"name": "Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:jboss_enterprise_application_platform:7.4::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat JBoss Enterprise Application Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el8eap.src",
"product": {
"name": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el8eap.src",
"product_id": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-log4j2-jboss-logmanager@1.1.2-1.Final_redhat_00002.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el8eap.src",
"product": {
"name": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el8eap.src",
"product_id": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jbossws-spi@3.4.0-4.Final_redhat_00002.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el8eap.src",
"product": {
"name": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el8eap.src",
"product_id": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-naming-client@1.0.17-1.Final_redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el8eap.src",
"product": {
"name": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el8eap.src",
"product_id": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-glassfish-jsf@2.3.14-7.SP08_redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el8eap.src",
"product": {
"name": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el8eap.src",
"product_id": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy@3.15.9-1.Final_redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el8eap.src",
"product": {
"name": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el8eap.src",
"product_id": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-insights-java-client@1.1.1-1.redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el8eap.src",
"product": {
"name": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el8eap.src",
"product_id": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-elytron@1.15.21-1.Final_redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el8eap.src",
"product": {
"name": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el8eap.src",
"product_id": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-xml-security@2.2.6-1.redhat_00002.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el8eap.src",
"product": {
"name": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el8eap.src",
"product_id": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar@1.5.16-1.Final_redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el8eap.src",
"product": {
"name": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el8eap.src",
"product_id": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jboss-cert-helper@1.1.1-1.redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el8eap.src",
"product": {
"name": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el8eap.src",
"product_id": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jboss-msc@1.4.13-1.Final_redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el8eap.src",
"product": {
"name": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el8eap.src",
"product_id": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-transaction-client@1.1.17-1.Final_redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el8eap.src",
"product": {
"name": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el8eap.src",
"product_id": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-eclipse-jgit@5.13.2-1.SP1_redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el8eap.src",
"product": {
"name": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el8eap.src",
"product_id": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jboss-server-migration@1.10.0-34.Final_redhat_00033.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el8eap.src",
"product": {
"name": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el8eap.src",
"product_id": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-protostream@4.3.6-1.Final_redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el8eap.src",
"product": {
"name": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el8eap.src",
"product_id": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly@7.4.15-2.GA_redhat_00002.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el8eap.src",
"product": {
"name": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el8eap.src",
"product_id": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-hibernate@5.3.33-2.Final_redhat_00001.1.el8eap?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el8eap.noarch",
"product": {
"name": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el8eap.noarch",
"product_id": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-log4j2-jboss-logmanager@1.1.2-1.Final_redhat_00002.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el8eap.noarch",
"product": {
"name": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el8eap.noarch",
"product_id": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jbossws-spi@3.4.0-4.Final_redhat_00002.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-naming-client@1.0.17-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-glassfish-jsf@2.3.14-7.SP08_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy@3.15.9-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-atom-provider@3.15.9-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-cdi@3.15.9-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-client@3.15.9-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-crypto@3.15.9-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-jackson-provider@3.15.9-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-jackson2-provider@3.15.9-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-jaxb-provider@3.15.9-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-jaxrs@3.15.9-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-jettison-provider@3.15.9-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-jose-jwt@3.15.9-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-jsapi@3.15.9-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-json-binding-provider@3.15.9-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-json-p-provider@3.15.9-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-multipart-provider@3.15.9-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-rxjava2@3.15.9-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-spring@3.15.9-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-validator-provider-11@3.15.9-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-yaml-provider@3.15.9-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el8eap.noarch",
"product_id": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-insights-java-client@1.1.1-1.redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-elytron@1.15.21-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-elytron-tool@1.15.21-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el8eap.noarch",
"product": {
"name": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el8eap.noarch",
"product_id": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-xml-security@2.2.6-1.redhat_00002.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar@1.5.16-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar-common-api@1.5.16-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar-common-impl@1.5.16-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar-common-spi@1.5.16-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar-core-api@1.5.16-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar-core-impl@1.5.16-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar-deployers-common@1.5.16-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar-jdbc@1.5.16-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar-validator@1.5.16-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jboss-msc@1.4.13-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-transaction-client@1.1.17-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-eclipse-jgit@5.13.2-1.SP1_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch",
"product": {
"name": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch",
"product_id": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jboss-server-migration@1.10.0-34.Final_redhat_00033.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch",
"product": {
"name": "eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch",
"product_id": "eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jboss-server-migration-cli@1.10.0-34.Final_redhat_00033.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch",
"product": {
"name": "eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch",
"product_id": "eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jboss-server-migration-core@1.10.0-34.Final_redhat_00033.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-protostream@4.3.6-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"product": {
"name": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"product_id": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly@7.4.15-2.GA_redhat_00002.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"product": {
"name": "eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"product_id": "eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-java-jdk11@7.4.15-2.GA_redhat_00002.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-java-jdk17-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"product": {
"name": "eap7-wildfly-java-jdk17-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"product_id": "eap7-wildfly-java-jdk17-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-java-jdk17@7.4.15-2.GA_redhat_00002.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"product": {
"name": "eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"product_id": "eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-java-jdk8@7.4.15-2.GA_redhat_00002.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"product": {
"name": "eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"product_id": "eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-javadocs@7.4.15-2.GA_redhat_00002.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"product": {
"name": "eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"product_id": "eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-modules@7.4.15-2.GA_redhat_00002.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-hibernate@5.3.33-2.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-hibernate-core@5.3.33-2.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-hibernate-entitymanager-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-hibernate-entitymanager-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-hibernate-entitymanager-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-hibernate-entitymanager@5.3.33-2.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-hibernate-envers@5.3.33-2.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-hibernate-java8-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap7-hibernate-java8-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap7-hibernate-java8-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-hibernate-java8@5.3.33-2.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el8eap.x86_64",
"product": {
"name": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el8eap.x86_64",
"product_id": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el8eap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jboss-cert-helper@1.1.1-1.redhat_00001.1.el8eap?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el8eap.src"
},
"product_reference": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el8eap.src"
},
"product_reference": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el8eap.src"
},
"product_reference": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-hibernate-entitymanager-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-hibernate-entitymanager-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-hibernate-entitymanager-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-hibernate-java8-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-hibernate-java8-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-hibernate-java8-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el8eap.src"
},
"product_reference": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el8eap.src"
},
"product_reference": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el8eap.src"
},
"product_reference": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el8eap.x86_64 as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el8eap.x86_64"
},
"product_reference": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el8eap.x86_64",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el8eap.src"
},
"product_reference": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch"
},
"product_reference": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el8eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el8eap.src"
},
"product_reference": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch"
},
"product_reference": "eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch"
},
"product_reference": "eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el8eap.noarch"
},
"product_reference": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el8eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el8eap.src"
},
"product_reference": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el8eap.noarch"
},
"product_reference": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el8eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el8eap.src"
},
"product_reference": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el8eap.src"
},
"product_reference": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el8eap.src"
},
"product_reference": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch"
},
"product_reference": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el8eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el8eap.src"
},
"product_reference": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el8eap.src"
},
"product_reference": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch"
},
"product_reference": "eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-java-jdk17-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-wildfly-java-jdk17-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch"
},
"product_reference": "eap7-wildfly-java-jdk17-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch"
},
"product_reference": "eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch"
},
"product_reference": "eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch"
},
"product_reference": "eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el8eap.src"
},
"product_reference": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el8eap.src"
},
"product_reference": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el8eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el8eap.noarch"
},
"product_reference": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el8eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 8",
"product_id": "8Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el8eap.src"
},
"product_reference": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-7.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-4759",
"discovery_date": "2023-09-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-hibernate-entitymanager-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-hibernate-java8-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-java-jdk17-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el8eap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2238614"
}
],
"notes": [
{
"category": "description",
"text": "Arbitrary File Overwrite in Eclipse JGit \u003c= 6.6.0\n\nIn Eclipse JGit, all versions \u003c= 6.6.0.202305301015-r, a symbolic link present in a specially crafted git repository can be used to write a file to locations outside the working tree when this repository is cloned with JGit to a case-insensitive filesystem, or when a checkout from a clone of such a repository is performed on a case-insensitive filesystem.\n\nThis can happen on checkout (DirCacheCheckout), merge (ResolveMerger\u00a0via its WorkingTreeUpdater), pull (PullCommand\u00a0using merge), and when applying a patch (PatchApplier). This can be exploited for remote code execution (RCE), for instance if the file written outside the working tree is a git filter that gets executed on a subsequent git command.\n\nThe issue occurs only on case-insensitive filesystems, like the default filesystems on Windows and macOS. The user performing the clone or checkout must have the rights to create symbolic links for the problem to occur, and symbolic links must be enabled in the git configuration.\n\nSetting git configuration option core.symlinks = false\u00a0before checking out avoids the problem.\n\nThe issue was fixed in Eclipse JGit version 6.6.1.202309021850-r and 6.7.0.202309050840-r, available via Maven Central https://repo1.maven.org/maven2/org/eclipse/jgit/ \u00a0and repo.eclipse.org https://repo.eclipse.org/content/repositories/jgit-releases/ . A backport is available in 5.13.3 starting from 5.13.3.202401111512-r.\n\n\nThe JGit maintainers would like to thank RyotaK for finding and reporting this issue.\n\n\n\n",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jgit: arbitrary file overwrite",
"title": "Vulnerability summary"
}
],
"product_status": {
"fixed": [
"8Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el8eap.src"
],
"known_not_affected": [
"8Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-hibernate-entitymanager-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-hibernate-java8-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-java-jdk17-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el8eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-4759"
},
{
"category": "external",
"summary": "RHBZ#2238614",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2238614"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-4759",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4759"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4759",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4759"
}
],
"release_date": "2023-09-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-07T08:38:29+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"8Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el8eap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0711"
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jgit: arbitrary file overwrite"
},
{
"cve": "CVE-2023-44483",
"cwe": {
"id": "CWE-532",
"name": "Insertion of Sensitive Information into Log File"
},
"discovery_date": "2023-10-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2246070"
}
],
"notes": [
{
"category": "description",
"text": "All versions of Apache Santuario - XML Security for Java prior to 2.2.6, 2.3.4, and 3.0.3, when using the JSR 105 API, are vulnerable to an issue where a private key may be disclosed in log files when generating an XML Signature and logging with debug level is enabled.\u00a0Users are recommended to upgrade to version 2.2.6, 2.3.4, or 3.0.3, which fixes this issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "santuario: Private Key disclosure in debug-log output",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-hibernate-entitymanager-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-hibernate-java8-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-java-jdk17-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el8eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-44483"
},
{
"category": "external",
"summary": "RHBZ#2246070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-44483",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44483"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44483",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44483"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2023/10/20/5",
"url": "http://www.openwall.com/lists/oss-security/2023/10/20/5"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/vmqbp9mfxtrf0kmbnnmbn3h9j6dr9q55",
"url": "https://lists.apache.org/thread/vmqbp9mfxtrf0kmbnnmbn3h9j6dr9q55"
}
],
"release_date": "2023-10-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-07T08:38:29+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"8Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-hibernate-entitymanager-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-hibernate-java8-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-java-jdk17-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el8eap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0711"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-hibernate-entitymanager-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-hibernate-java8-0:5.3.33-2.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-java-jdk17-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el8eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "santuario: Private Key disclosure in debug-log output"
}
]
}
RHSA-2024:0712
Vulnerability from csaf_redhat - Published: 2024-02-07 08:37 - Updated: 2026-04-30 12:59Arbitrary File Overwrite in Eclipse JGit <= 6.6.0 In Eclipse JGit, all versions <= 6.6.0.202305301015-r, a symbolic link present in a specially crafted git repository can be used to write a file to locations outside the working tree when this repository is cloned with JGit to a case-insensitive filesystem, or when a checkout from a clone of such a repository is performed on a case-insensitive filesystem. This can happen on checkout (DirCacheCheckout), merge (ResolveMerger via its WorkingTreeUpdater), pull (PullCommand using merge), and when applying a patch (PatchApplier). This can be exploited for remote code execution (RCE), for instance if the file written outside the working tree is a git filter that gets executed on a subsequent git command. The issue occurs only on case-insensitive filesystems, like the default filesystems on Windows and macOS. The user performing the clone or checkout must have the rights to create symbolic links for the problem to occur, and symbolic links must be enabled in the git configuration. Setting git configuration option core.symlinks = false before checking out avoids the problem. The issue was fixed in Eclipse JGit version 6.6.1.202309021850-r and 6.7.0.202309050840-r, available via Maven Central https://repo1.maven.org/maven2/org/eclipse/jgit/ and repo.eclipse.org https://repo.eclipse.org/content/repositories/jgit-releases/ . A backport is available in 5.13.3 starting from 5.13.3.202401111512-r. The JGit maintainers would like to thank RyotaK for finding and reporting this issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el9eap.x86_64 | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-wildfly-java-jdk17-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el9eap.src | — |
All versions of Apache Santuario - XML Security for Java prior to 2.2.6, 2.3.4, and 3.0.3, when using the JSR 105 API, are vulnerable to an issue where a private key may be disclosed in log files when generating an XML Signature and logging with debug level is enabled. Users are recommended to upgrade to version 2.2.6, 2.3.4, or 3.0.3, which fixes this issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el9eap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-wildfly-java-jdk17-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el9eap.src | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat JBoss Enterprise Application Platform 7.4 for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat JBoss Enterprise Application Platform 7 is a platform for Java applications based on the WildFly application runtime. \n\nThis release of Red Hat JBoss Enterprise Application Platform 7.4.15 serves as a replacement for Red Hat JBoss Enterprise Application Platform 7.4.14, and includes bug fixes and enhancements. See the Red Hat JBoss Enterprise Application Platform 7.4.15 Release Notes for information about the most significant bug fixes and enhancements included in this release.\n\nSecurity Fix(es):\n\n* santuario: Private Key disclosure in debug-log output (CVE-2023-44483)\n\n* jgit: arbitrary file overwrite (CVE-2023-4759)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:0712",
"url": "https://access.redhat.com/errata/RHSA-2024:0712"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.4/",
"url": "https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.4/"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.4/html-single/installation_guide/",
"url": "https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.4/html-single/installation_guide/"
},
{
"category": "external",
"summary": "2238614",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2238614"
},
{
"category": "external",
"summary": "2246070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246070"
},
{
"category": "external",
"summary": "JBEAP-25375",
"url": "https://issues.redhat.com/browse/JBEAP-25375"
},
{
"category": "external",
"summary": "JBEAP-25616",
"url": "https://issues.redhat.com/browse/JBEAP-25616"
},
{
"category": "external",
"summary": "JBEAP-25785",
"url": "https://issues.redhat.com/browse/JBEAP-25785"
},
{
"category": "external",
"summary": "JBEAP-25944",
"url": "https://issues.redhat.com/browse/JBEAP-25944"
},
{
"category": "external",
"summary": "JBEAP-26013",
"url": "https://issues.redhat.com/browse/JBEAP-26013"
},
{
"category": "external",
"summary": "JBEAP-26021",
"url": "https://issues.redhat.com/browse/JBEAP-26021"
},
{
"category": "external",
"summary": "JBEAP-26025",
"url": "https://issues.redhat.com/browse/JBEAP-26025"
},
{
"category": "external",
"summary": "JBEAP-26049",
"url": "https://issues.redhat.com/browse/JBEAP-26049"
},
{
"category": "external",
"summary": "JBEAP-26051",
"url": "https://issues.redhat.com/browse/JBEAP-26051"
},
{
"category": "external",
"summary": "JBEAP-26101",
"url": "https://issues.redhat.com/browse/JBEAP-26101"
},
{
"category": "external",
"summary": "JBEAP-26115",
"url": "https://issues.redhat.com/browse/JBEAP-26115"
},
{
"category": "external",
"summary": "JBEAP-26159",
"url": "https://issues.redhat.com/browse/JBEAP-26159"
},
{
"category": "external",
"summary": "JBEAP-26164",
"url": "https://issues.redhat.com/browse/JBEAP-26164"
},
{
"category": "external",
"summary": "JBEAP-26169",
"url": "https://issues.redhat.com/browse/JBEAP-26169"
},
{
"category": "external",
"summary": "JBEAP-26266",
"url": "https://issues.redhat.com/browse/JBEAP-26266"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0712.json"
}
],
"title": "Red Hat Security Advisory: Red Hat JBoss Enterprise Application Platform 7.4.15 security update",
"tracking": {
"current_release_date": "2026-04-30T12:59:25+00:00",
"generator": {
"date": "2026-04-30T12:59:25+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2024:0712",
"initial_release_date": "2024-02-07T08:37:47+00:00",
"revision_history": [
{
"date": "2024-02-07T08:37:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-02-07T08:37:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T12:59:25+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat JBoss EAP 7.4 for RHEL 9",
"product": {
"name": "Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:jboss_enterprise_application_platform:7.4::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat JBoss Enterprise Application Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el9eap.src",
"product": {
"name": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el9eap.src",
"product_id": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jbossws-spi@3.4.0-4.Final_redhat_00002.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el9eap.src",
"product": {
"name": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el9eap.src",
"product_id": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-naming-client@1.0.17-1.Final_redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el9eap.src",
"product": {
"name": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el9eap.src",
"product_id": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-glassfish-jsf@2.3.14-7.SP08_redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el9eap.src",
"product": {
"name": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el9eap.src",
"product_id": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-log4j2-jboss-logmanager@1.1.2-1.Final_redhat_00002.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el9eap.src",
"product": {
"name": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el9eap.src",
"product_id": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy@3.15.9-1.Final_redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el9eap.src",
"product": {
"name": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el9eap.src",
"product_id": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jboss-cert-helper@1.1.1-1.redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el9eap.src",
"product": {
"name": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el9eap.src",
"product_id": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-elytron@1.15.21-1.Final_redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el9eap.src",
"product": {
"name": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el9eap.src",
"product_id": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-insights-java-client@1.1.1-1.redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el9eap.src",
"product": {
"name": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el9eap.src",
"product_id": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar@1.5.16-1.Final_redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el9eap.src",
"product": {
"name": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el9eap.src",
"product_id": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-xml-security@2.2.6-1.redhat_00002.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el9eap.src",
"product": {
"name": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el9eap.src",
"product_id": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jboss-msc@1.4.13-1.Final_redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el9eap.src",
"product": {
"name": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el9eap.src",
"product_id": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-transaction-client@1.1.17-1.Final_redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el9eap.src",
"product": {
"name": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el9eap.src",
"product_id": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-eclipse-jgit@5.13.2-1.SP1_redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el9eap.src",
"product": {
"name": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el9eap.src",
"product_id": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jboss-server-migration@1.10.0-34.Final_redhat_00033.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el9eap.src",
"product": {
"name": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el9eap.src",
"product_id": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-protostream@4.3.6-1.Final_redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el9eap.src",
"product": {
"name": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el9eap.src",
"product_id": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly@7.4.15-2.GA_redhat_00002.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el9eap.src",
"product": {
"name": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el9eap.src",
"product_id": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-hibernate@5.3.33-2.Final_redhat_00001.1.el9eap?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el9eap.noarch",
"product": {
"name": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el9eap.noarch",
"product_id": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jbossws-spi@3.4.0-4.Final_redhat_00002.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-naming-client@1.0.17-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-glassfish-jsf@2.3.14-7.SP08_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el9eap.noarch",
"product": {
"name": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el9eap.noarch",
"product_id": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-log4j2-jboss-logmanager@1.1.2-1.Final_redhat_00002.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy@3.15.9-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-atom-provider@3.15.9-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-cdi@3.15.9-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-client@3.15.9-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-crypto@3.15.9-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-jackson-provider@3.15.9-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-jackson2-provider@3.15.9-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-jaxb-provider@3.15.9-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-jaxrs@3.15.9-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-jettison-provider@3.15.9-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-jose-jwt@3.15.9-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-jsapi@3.15.9-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-json-binding-provider@3.15.9-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-json-p-provider@3.15.9-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-multipart-provider@3.15.9-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-rxjava2@3.15.9-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-spring@3.15.9-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-validator-provider-11@3.15.9-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-resteasy-yaml-provider@3.15.9-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-elytron@1.15.21-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-elytron-tool@1.15.21-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el9eap.noarch",
"product_id": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-insights-java-client@1.1.1-1.redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar@1.5.16-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar-common-api@1.5.16-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar-common-impl@1.5.16-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar-common-spi@1.5.16-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar-core-api@1.5.16-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar-core-impl@1.5.16-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar-deployers-common@1.5.16-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar-jdbc@1.5.16-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-ironjacamar-validator@1.5.16-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el9eap.noarch",
"product": {
"name": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el9eap.noarch",
"product_id": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-xml-security@2.2.6-1.redhat_00002.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jboss-msc@1.4.13-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-transaction-client@1.1.17-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-eclipse-jgit@5.13.2-1.SP1_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch",
"product": {
"name": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch",
"product_id": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jboss-server-migration@1.10.0-34.Final_redhat_00033.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch",
"product": {
"name": "eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch",
"product_id": "eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jboss-server-migration-cli@1.10.0-34.Final_redhat_00033.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch",
"product": {
"name": "eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch",
"product_id": "eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jboss-server-migration-core@1.10.0-34.Final_redhat_00033.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-protostream@4.3.6-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"product": {
"name": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"product_id": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly@7.4.15-2.GA_redhat_00002.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"product": {
"name": "eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"product_id": "eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-java-jdk11@7.4.15-2.GA_redhat_00002.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-java-jdk17-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"product": {
"name": "eap7-wildfly-java-jdk17-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"product_id": "eap7-wildfly-java-jdk17-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-java-jdk17@7.4.15-2.GA_redhat_00002.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"product": {
"name": "eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"product_id": "eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-java-jdk8@7.4.15-2.GA_redhat_00002.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"product": {
"name": "eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"product_id": "eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-javadocs@7.4.15-2.GA_redhat_00002.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"product": {
"name": "eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"product_id": "eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-wildfly-modules@7.4.15-2.GA_redhat_00002.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-hibernate@5.3.33-2.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-hibernate-core@5.3.33-2.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-hibernate-envers@5.3.33-2.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el9eap.x86_64",
"product": {
"name": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el9eap.x86_64",
"product_id": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el9eap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap7-jboss-cert-helper@1.1.1-1.redhat_00001.1.el9eap?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el9eap.src"
},
"product_reference": "eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el9eap.src"
},
"product_reference": "eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el9eap.src"
},
"product_reference": "eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el9eap.src"
},
"product_reference": "eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el9eap.src"
},
"product_reference": "eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el9eap.src"
},
"product_reference": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el9eap.x86_64 as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el9eap.x86_64"
},
"product_reference": "eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el9eap.x86_64",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el9eap.src"
},
"product_reference": "eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch"
},
"product_reference": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el9eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el9eap.src"
},
"product_reference": "eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch"
},
"product_reference": "eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch"
},
"product_reference": "eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el9eap.noarch"
},
"product_reference": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el9eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el9eap.src"
},
"product_reference": "eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el9eap.noarch"
},
"product_reference": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el9eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el9eap.src"
},
"product_reference": "eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el9eap.src"
},
"product_reference": "eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el9eap.src"
},
"product_reference": "eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch"
},
"product_reference": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el9eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el9eap.src"
},
"product_reference": "eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el9eap.src"
},
"product_reference": "eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch"
},
"product_reference": "eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-java-jdk17-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-wildfly-java-jdk17-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch"
},
"product_reference": "eap7-wildfly-java-jdk17-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch"
},
"product_reference": "eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch"
},
"product_reference": "eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch"
},
"product_reference": "eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el9eap.src"
},
"product_reference": "eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el9eap.src"
},
"product_reference": "eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el9eap.noarch as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el9eap.noarch"
},
"product_reference": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el9eap.src as a component of Red Hat JBoss EAP 7.4 for RHEL 9",
"product_id": "9Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el9eap.src"
},
"product_reference": "eap7-xml-security-0:2.2.6-1.redhat_00002.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-7.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-4759",
"discovery_date": "2023-09-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-java-jdk17-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el9eap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2238614"
}
],
"notes": [
{
"category": "description",
"text": "Arbitrary File Overwrite in Eclipse JGit \u003c= 6.6.0\n\nIn Eclipse JGit, all versions \u003c= 6.6.0.202305301015-r, a symbolic link present in a specially crafted git repository can be used to write a file to locations outside the working tree when this repository is cloned with JGit to a case-insensitive filesystem, or when a checkout from a clone of such a repository is performed on a case-insensitive filesystem.\n\nThis can happen on checkout (DirCacheCheckout), merge (ResolveMerger\u00a0via its WorkingTreeUpdater), pull (PullCommand\u00a0using merge), and when applying a patch (PatchApplier). This can be exploited for remote code execution (RCE), for instance if the file written outside the working tree is a git filter that gets executed on a subsequent git command.\n\nThe issue occurs only on case-insensitive filesystems, like the default filesystems on Windows and macOS. The user performing the clone or checkout must have the rights to create symbolic links for the problem to occur, and symbolic links must be enabled in the git configuration.\n\nSetting git configuration option core.symlinks = false\u00a0before checking out avoids the problem.\n\nThe issue was fixed in Eclipse JGit version 6.6.1.202309021850-r and 6.7.0.202309050840-r, available via Maven Central https://repo1.maven.org/maven2/org/eclipse/jgit/ \u00a0and repo.eclipse.org https://repo.eclipse.org/content/repositories/jgit-releases/ . A backport is available in 5.13.3 starting from 5.13.3.202401111512-r.\n\n\nThe JGit maintainers would like to thank RyotaK for finding and reporting this issue.\n\n\n\n",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jgit: arbitrary file overwrite",
"title": "Vulnerability summary"
}
],
"product_status": {
"fixed": [
"9Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el9eap.noarch"
],
"known_not_affected": [
"9Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-java-jdk17-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el9eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-4759"
},
{
"category": "external",
"summary": "RHBZ#2238614",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2238614"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-4759",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4759"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4759",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4759"
}
],
"release_date": "2023-09-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-07T08:37:47+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el9eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0712"
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jgit: arbitrary file overwrite"
},
{
"cve": "CVE-2023-44483",
"cwe": {
"id": "CWE-532",
"name": "Insertion of Sensitive Information into Log File"
},
"discovery_date": "2023-10-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2246070"
}
],
"notes": [
{
"category": "description",
"text": "All versions of Apache Santuario - XML Security for Java prior to 2.2.6, 2.3.4, and 3.0.3, when using the JSR 105 API, are vulnerable to an issue where a private key may be disclosed in log files when generating an XML Signature and logging with debug level is enabled.\u00a0Users are recommended to upgrade to version 2.2.6, 2.3.4, or 3.0.3, which fixes this issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "santuario: Private Key disclosure in debug-log output",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-java-jdk17-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el9eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-44483"
},
{
"category": "external",
"summary": "RHBZ#2246070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-44483",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44483"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44483",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44483"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2023/10/20/5",
"url": "http://www.openwall.com/lists/oss-security/2023/10/20/5"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/vmqbp9mfxtrf0kmbnnmbn3h9j6dr9q55",
"url": "https://lists.apache.org/thread/vmqbp9mfxtrf0kmbnnmbn3h9j6dr9q55"
}
],
"release_date": "2023-10-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-07T08:37:47+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-java-jdk17-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el9eap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0712"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-eclipse-jgit-0:5.13.2-1.SP1_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-glassfish-jsf-0:2.3.14-7.SP08_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-hibernate-0:5.3.33-2.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-hibernate-core-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-hibernate-envers-0:5.3.33-2.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-insights-java-client-0:1.1.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-0:1.5.16-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-ironjacamar-common-api-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-common-impl-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-common-spi-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-core-api-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-core-impl-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-deployers-common-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-jdbc-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-ironjacamar-validator-0:1.5.16-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-jboss-cert-helper-0:1.1.1-1.redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jboss-msc-0:1.4.13-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jboss-server-migration-0:1.10.0-34.Final_redhat_00033.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-jboss-server-migration-cli-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jboss-server-migration-core-0:1.10.0-34.Final_redhat_00033.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-jbossws-spi-0:3.4.0-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-log4j2-jboss-logmanager-0:1.1.2-1.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-protostream-0:4.3.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-0:3.15.9-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-resteasy-atom-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-cdi-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-client-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-crypto-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jackson-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jackson2-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jaxb-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jaxrs-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jettison-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jose-jwt-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-jsapi-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-json-binding-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-json-p-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-multipart-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-rxjava2-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-spring-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-validator-provider-11-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-resteasy-yaml-provider-0:3.15.9-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-0:7.4.15-2.GA_redhat_00002.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-elytron-0:1.15.21-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-wildfly-elytron-tool-0:1.15.21-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-java-jdk11-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-java-jdk17-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-java-jdk8-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-javadocs-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-modules-0:7.4.15-2.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-naming-client-0:1.0.17-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-wildfly-transaction-client-0:1.1.17-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-7.4:eap7-xml-security-0:2.2.6-1.redhat_00002.1.el9eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "santuario: Private Key disclosure in debug-log output"
}
]
}
RHSA-2024:0714
Vulnerability from csaf_redhat - Published: 2024-02-06 19:55 - Updated: 2026-04-30 12:59Arbitrary File Overwrite in Eclipse JGit <= 6.6.0 In Eclipse JGit, all versions <= 6.6.0.202305301015-r, a symbolic link present in a specially crafted git repository can be used to write a file to locations outside the working tree when this repository is cloned with JGit to a case-insensitive filesystem, or when a checkout from a clone of such a repository is performed on a case-insensitive filesystem. This can happen on checkout (DirCacheCheckout), merge (ResolveMerger via its WorkingTreeUpdater), pull (PullCommand using merge), and when applying a patch (PatchApplier). This can be exploited for remote code execution (RCE), for instance if the file written outside the working tree is a git filter that gets executed on a subsequent git command. The issue occurs only on case-insensitive filesystems, like the default filesystems on Windows and macOS. The user performing the clone or checkout must have the rights to create symbolic links for the problem to occur, and symbolic links must be enabled in the git configuration. Setting git configuration option core.symlinks = false before checking out avoids the problem. The issue was fixed in Eclipse JGit version 6.6.1.202309021850-r and 6.7.0.202309050840-r, available via Maven Central https://repo1.maven.org/maven2/org/eclipse/jgit/ and repo.eclipse.org https://repo.eclipse.org/content/repositories/jgit-releases/ . A backport is available in 5.13.3 starting from 5.13.3.202401111512-r. The JGit maintainers would like to thank RyotaK for finding and reporting this issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit-5.13.2.SP1-redhat-00001.jar | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@babel.code-frame-7.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@babel.core-7.4.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@babel.generator-7.4.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@babel.helper-function-name-7.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@babel.helper-get-function-arity-7.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@babel.helper-split-export-declaration-7.4.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@babel.helpers-7.4.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@babel.highlight-7.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@babel.parser-7.4.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@babel.template-7.4.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@babel.traverse-7.4.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@babel.types-7.4.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@gar.promisify-1.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@mrmlnc.readdir-enhanced-2.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@nodelib.fs.stat-1.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@npmcli.fs-2.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@npmcli.move-file-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@tootallnate.once-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.c3-0.6.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-4.13.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-array-1.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-axis-1.0.10 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-brush-1.0.8 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-chord-1.0.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-collection-1.0.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-color-1.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-dispatch-1.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-drag-1.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-dsv-1.0.33 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-ease-1.0.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-force-1.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-format-1.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-geo-1.10.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-hierarchy-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-interpolate-1.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-path-1.0.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-polygon-1.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-quadtree-1.0.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-queue-3.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-random-1.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-request-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-scale-1.0.13 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-selection-1.3.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-shape-1.2.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-time-1.0.8 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-time-format-2.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-timer-1.0.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-transition-1.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-voronoi-1.1.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-zoom-1.7.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.events-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.geojson-7946.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.glob-7.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.minimatch-3.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.node-12.0.10 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.unist-2.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.vfile-3.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.vfile-message-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.abab-1.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.abbrev-1.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.abort-controller-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.abstract-leveldown-6.2.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ace-builds-1.4.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.acorn-2.7.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.acorn-globals-1.0.9 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.agent-base-6.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.agentkeepalive-4.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.aggregate-error-3.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ajv-6.10.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.amdefine-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ansi-regex-2.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ansi-regex-4.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ansi-regex-5.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ansi-styles-2.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ansi-styles-3.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.aproba-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.are-we-there-yet-3.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.argparse-1.0.10 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.arr-diff-4.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.arr-flatten-1.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.arr-union-3.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.array-each-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.array-find-index-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.array-slice-1.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.array-union-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.array-uniq-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.array-unique-0.3.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.arrify-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.artemis-service.exe-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.asap-2.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.asn1-0.2.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.assert-plus-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.assign-symbols-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.astral-regex-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.async-1.5.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.async-2.6.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.asynckit-0.4.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.atob-2.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.autocompleter-4.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.autoprefixer-9.6.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.aws-sign2-0.7.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.aws4-1.8.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.babel-code-frame-6.26.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.babel-generator-6.26.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.babel-messages-6.23.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.babel-runtime-6.26.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.babel-traverse-6.26.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.babel-types-6.26.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.babylon-6.18.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bail-1.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.balanced-match-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.base-0.11.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.base64-js-1.5.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bcrypt-pbkdf-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.body-5.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.boolbase-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bootstrap-3.3.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bootstrap-3.4.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bootstrap-datepicker-1.8.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bootstrap-datepicker-1.9.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bootstrap-sass-3.4.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bootstrap-select-1.12.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bootstrap-select-1.13.10 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bootstrap-slider-10.6.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bootstrap-slider-9.10.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bootstrap-switch-3.3.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bootstrap-switch-3.3.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bootstrap-touchspin-3.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.brace-expansion-1.1.11 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.brace-expansion-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.braces-2.3.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.braces-3.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.browserslist-4.6.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.buffer-5.7.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.buffer-from-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bytes-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.c3-0.4.23 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.c3-0.7.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.cacache-16.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.cache-base-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.call-me-maybe-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.caller-callsite-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.caller-path-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.callsites-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.camelcase-2.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.camelcase-4.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.camelcase-keys-2.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.camelcase-keys-4.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.caniuse-lite-1.0.30000978 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.caseless-0.12.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ccount-1.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.chalk-1.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.chalk-2.4.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.character-entities-1.2.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.character-entities-html4-1.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.character-entities-legacy-1.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.character-reference-invalid-1.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.cheerio-0.20.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.cheerio-1.0.0-rc.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.chownr-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.class-utils-0.3.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.clean-css-4.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.clean-stack-2.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.clipboard-2.0.11 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.clone-2.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.clone-buffer-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.clone-regexp-2.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.coffeescript-1.10.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.collapse-white-space-1.0.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.collection-visit-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.color-convert-1.9.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.color-logger-0.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.color-logger-0.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.color-name-1.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.color-support-1.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.colors-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.combined-stream-1.0.8 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.commander-2.20.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.component-emitter-1.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.concat-map-0.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.console-control-strings-1.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.continuable-cache-0.3.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.convert-source-map-1.6.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.copy-descriptor-0.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.core-js-0.9.18 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.core-js-2.6.9 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.core-util-is-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.cosmiconfig-5.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.css-2.2.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.css-parse-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.css-select-1.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.css-unit-converter-1.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.css-what-2.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.cssom-0.3.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.cssstyle-0.2.37 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.currently-unhandled-0.4.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-3.5.17 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-5.9.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-array-1.2.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-axis-1.0.12 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-brush-1.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-chord-1.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-collection-1.0.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-color-1.2.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-contour-1.3.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-dispatch-1.0.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-drag-1.2.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-dsv-1.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-ease-1.0.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-fetch-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-force-1.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-format-1.3.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-geo-1.11.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-hierarchy-1.1.8 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-interpolate-1.3.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-path-1.0.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-polygon-1.0.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-quadtree-1.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-random-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-scale-2.2.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-scale-chromatic-1.3.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-selection-1.4.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-shape-1.3.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-time-1.0.11 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-time-format-2.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-timer-1.0.9 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-transition-1.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-voronoi-1.1.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-zoom-1.7.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.dashdash-1.14.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.datatables.net-1.10.16 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.datatables.net-1.10.19 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.datatables.net-bs-1.10.16 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.datatables.net-buttons-1.5.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.datatables.net-colreorder-1.4.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.datatables.net-colreorder-bs-1.3.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.datatables.net-keytable-2.5.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.datatables.net-select-1.2.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.datatables.net-select-1.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.dateformat-1.0.12 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.debug-2.6.9 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.debug-3.2.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.debug-4.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.debug-4.3.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.decamelize-1.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.decamelize-keys-1.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.decode-uri-component-0.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.deep-is-0.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.deferred-leveldown-5.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.define-property-0.2.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.define-property-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.define-property-2.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.delayed-stream-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.delegate-3.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.delegates-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.depd-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.detect-file-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.detect-indent-4.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.diff-3.5.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.dir-glob-2.2.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.dom-serializer-0.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.domelementtype-1.3.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.domhandler-2.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.domhandler-2.4.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.domutils-1.5.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.dot-prop-4.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.double-ended-queue-2.1.0-0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.drmonty-datatables-colvis-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.duplexer-0.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ecc-jsbn-0.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.electron-to-chromium-1.3.174 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.emoji-regex-7.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.emoji-regex-8.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.encoding-0.1.13 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.encoding-down-6.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.end-stream-0.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.entities-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.entities-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.env-paths-2.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.eonasdan-bootstrap-datetimepicker-4.17.47 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.err-code-2.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.errno-0.1.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.error-7.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.error-ex-1.3.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.escape-html-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.escape-html-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.escape-string-regexp-1.0.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.escodegen-1.11.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.escodegen-1.7.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.esdoc-0.4.8 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.esdoc-1.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.espree-2.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.esprima-1.2.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.esprima-3.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.esprima-4.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.estraverse-1.9.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.estraverse-4.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.estraverse-4.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.esutils-2.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.event-target-shim-5.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.eventemitter2-0.4.14 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.execall-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.exit-0.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.expand-brackets-2.1.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.expand-tilde-2.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.extend-3.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.extend-shallow-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.extend-shallow-3.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.extglob-2.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.extsprintf-1.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.fast-deep-equal-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.fast-glob-2.2.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.fast-json-stable-stringify-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.fast-levenshtein-1.0.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.fast-levenshtein-2.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.faye-websocket-0.10.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.fetch-cookie-0.11.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.figures-1.7.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.file-entry-cache-5.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.file-sync-cmp-0.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.fill-range-4.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.fill-range-7.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.find-up-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.find-up-2.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.findup-sync-0.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.findup-sync-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.fined-1.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.flagged-respawn-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.flat-cache-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.flatted-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.font-awesome-4.7.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.font-awesome-sass-4.7.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.for-in-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.for-own-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.forever-agent-0.6.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.form-data-2.3.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.fragment-cache-0.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.fs-extra-0.26.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.fs-extra-5.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.fs-minipass-2.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.fs.realpath-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.gauge-4.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.gaze-1.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.get-stdin-4.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.get-stdin-7.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.get-value-2.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.getobject-0.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.getpass-0.1.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.glob-5.0.15 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.glob-7.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.glob-7.1.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.glob-7.2.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.glob-8.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.glob-parent-3.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.glob-to-regexp-0.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.global-modules-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.global-modules-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.global-prefix-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.global-prefix-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.globals-11.12.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.globals-9.18.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.globby-9.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.globjoin-0.1.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.globule-1.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.gonzales-pe-4.2.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.good-listener-1.2.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.google-code-prettify-1.0.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.graceful-fs-4.2.10 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-1.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-cli-1.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-cli-1.3.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-clean-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-concat-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-copy-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-cssmin-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-less-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-watch-1.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-css-count-0.3.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-esdoc-0.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-known-options-1.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-legacy-log-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-legacy-log-utils-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-legacy-util-1.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-postcss-0.9.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-stylelint-0.11.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.gzip-size-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.har-schema-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.har-validator-5.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.has-ansi-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.has-flag-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.has-unicode-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.has-value-0.3.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.has-value-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.has-values-0.1.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.has-values-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.homedir-polyfill-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.hooker-0.2.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.hosted-git-info-2.7.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.html-tags-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.htmlparser2-3.10.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.htmlparser2-3.8.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.http-cache-semantics-4.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.http-parser-js-0.4.10 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.http-proxy-agent-5.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.http-signature-1.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.https-proxy-agent-5.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.humanize-ms-1.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ice-cap-0.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.iconv-lite-0.4.24 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.iconv-lite-0.6.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ieee754-1.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ignore-4.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ignore-5.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.image-size-0.5.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.immediate-3.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.import-fresh-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.import-lazy-4.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.imurmurhash-0.1.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.indent-string-2.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.indent-string-3.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.indent-string-4.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.indexes-of-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.infer-owner-1.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.inflight-1.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.inherits-2.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ini-1.3.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.interpret-1.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.invariant-2.2.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ip-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-absolute-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-accessor-descriptor-0.1.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-accessor-descriptor-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-alphabetical-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-alphanumeric-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-alphanumerical-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-arrayish-0.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-buffer-1.1.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-buffer-2.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-data-descriptor-0.1.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-data-descriptor-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-decimal-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-descriptor-0.1.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-descriptor-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-directory-0.3.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-extendable-0.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-extendable-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-extglob-2.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-finite-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-fullwidth-code-point-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-fullwidth-code-point-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-glob-3.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-glob-4.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-hexadecimal-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-lambda-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-number-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-number-7.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-obj-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-plain-obj-1.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-plain-object-2.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-regexp-2.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-relative-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-typedarray-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-unc-path-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-utf8-0.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-whitespace-character-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-windows-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-word-character-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.isarray-0.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.isarray-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.isexe-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.isobject-2.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.isobject-3.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.isstream-0.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.jansi.dll-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.jboss-eap-7.4.15-runtime-maven-repository.zip-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.jquery-3.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.jquery-3.6.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.jquery-match-height-0.7.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.js-cookie-2.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.js-tokens-3.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.js-tokens-4.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.js-yaml-3.13.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.jsbn-0.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.jsdom-7.2.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.jsesc-1.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.jsesc-2.5.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.json-parse-better-errors-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.json-schema-0.2.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.json-schema-traverse-0.4.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.json-stringify-safe-5.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.json5-2.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.jsonfile-2.4.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.jsonfile-4.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.jsprim-1.4.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.jstree-3.3.8 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.kind-of-3.2.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.kind-of-4.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.kind-of-5.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.kind-of-6.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.klaw-1.3.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.known-css-properties-0.14.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.less-3.9.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.level-6.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.level-codec-9.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.level-concat-iterator-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.level-errors-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.level-iterator-stream-4.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.level-js-5.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.level-packager-5.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.level-supports-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.level-write-stream-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.leveldown-5.6.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.levelup-4.4.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.leven-3.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.levn-0.2.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.levn-0.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.libjansi.so-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.libnetty_transport_native_epoll_x86_64.so-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.liftoff-2.5.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.livereload-js-2.4.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.load-json-file-1.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.load-json-file-4.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.locate-path-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.lodash-4.17.11 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.log-symbols-2.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.log-symbols-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.longest-streak-2.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.loose-envify-1.4.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.loud-rejection-1.6.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.lru-cache-6.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.lru-cache-7.14.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ltgt-2.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.make-fetch-happen-10.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.make-iterator-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.map-cache-0.2.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.map-obj-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.map-obj-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.map-visit-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.markdown-escapes-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.markdown-table-1.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.marked-0.3.19 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.marked-0.3.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.marked-0.7.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.matchdep-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.mathml-tag-names-2.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.maxmin-2.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.mdast-util-compact-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.meow-3.7.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.meow-5.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.merge2-1.2.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.micromatch-3.1.10 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.micromatch-4.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.mime-1.6.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.mime-db-1.40.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.mime-types-2.1.24 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minimatch-3.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minimatch-3.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minimatch-5.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minimist-0.0.8 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minimist-1.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minimist-1.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minimist-1.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minimist-1.2.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minimist-options-3.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minipass-3.3.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minipass-collect-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minipass-fetch-2.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minipass-flush-1.0.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minipass-pipeline-1.2.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minipass-sized-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minizlib-2.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.mixin-deep-1.3.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.mkdirp-0.5.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.mkdirp-1.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.moment-2.29.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.moment-timezone-0.4.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ms-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ms-2.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.nanomatch-1.2.13 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.napi-macros-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.negotiator-0.6.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.node-fetch-2.6.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.node-gyp-9.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.node-gyp-build-4.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.node-releases-1.1.23 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.nopt-3.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.nopt-4.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.nopt-6.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.normalize-package-data-2.5.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.normalize-range-0.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.normalize-selector-0.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.npmlog-6.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.nth-check-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.num2fraction-1.2.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.number-is-nan-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.nwmatcher-1.4.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.oauth-sign-0.9.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.object-assign-4.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.object-copy-0.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.object-visit-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.object.defaults-1.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.object.map-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.object.pick-1.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.once-1.4.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.optionator-0.5.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.optionator-0.8.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.os-homedir-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.os-tmpdir-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.osenv-0.1.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.p-limit-1.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.p-locate-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.p-map-4.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.p-try-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.parse-entities-1.2.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.parse-filepath-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.parse-json-2.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.parse-json-4.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.parse-passwd-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.parse5-1.5.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.parse5-3.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.pascalcase-0.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.path-dirname-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.path-exists-2.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.path-exists-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.path-is-absolute-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.path-parse-1.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.path-root-0.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.path-root-regex-0.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.path-type-1.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.path-type-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.patternfly-3.59.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.patternfly-bootstrap-combobox-1.1.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.patternfly-bootstrap-treeview-2.1.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.performance-now-2.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.picomatch-2.0.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.pify-2.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.pify-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.pify-4.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.pinkie-2.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.pinkie-promise-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.pixrem-5.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.pom.xml-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.posix-character-classes-0.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-6.0.23 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-7.0.17 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-html-0.36.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-jsx-0.36.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-less-3.1.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-markdown-0.36.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-media-query-parser-0.2.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-reporter-6.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-resolve-nested-selector-0.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-safe-parser-4.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-sass-0.3.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-scss-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-selector-parser-3.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-syntax-0.36.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-value-parser-3.3.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.pouchdb-8.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.prelude-ls-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.pretty-bytes-3.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.promise-7.3.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.promise-inflight-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.promise-polyfill-8.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.promise-retry-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.prr-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.psl-1.1.33 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.punycode-1.4.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.punycode-2.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.qs-6.5.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.querystringify-2.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.quick-lru-1.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.raw-body-1.1.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.read-pkg-1.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.read-pkg-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.read-pkg-up-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.read-pkg-up-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.readable-stream-0.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.readable-stream-1.1.14 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.readable-stream-3.4.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.readable-stream-3.6.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.readable-stream-3.6.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.rechoir-0.6.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.redent-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.redent-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.reduce-css-calc-2.1.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.regenerator-runtime-0.11.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.regex-not-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.remark-10.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.remark-parse-6.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.remark-stringify-6.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.repeat-element-1.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.repeat-string-1.6.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.repeating-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.replace-ext-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.request-2.88.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.requires-port-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.resolve-1.1.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.resolve-1.11.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.resolve-dir-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.resolve-from-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.resolve-from-5.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.resolve-url-0.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ret-0.1.15 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.retry-0.12.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.rimraf-2.6.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.rimraf-3.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.rw-1.3.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.safe-buffer-5.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.safe-json-parse-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.safe-regex-1.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.safer-buffer-2.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.sax-1.2.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.select-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.semver-5.7.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.semver-7.5.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.set-blocking-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.set-value-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.signal-exit-3.0.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.slash-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.slash-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.slice-ansi-2.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.smart-buffer-4.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.snapdragon-0.8.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.snapdragon-node-2.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.snapdragon-util-3.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.socks-2.7.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.socks-proxy-agent-7.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.source-map-0.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.source-map-0.5.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.source-map-0.6.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.source-map-resolve-0.5.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.source-map-url-0.4.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.spark-md5-3.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.spdx-correct-3.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.spdx-exceptions-2.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.spdx-expression-parse-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.spdx-license-ids-3.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.specificity-0.4.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.split-string-3.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.sprintf-js-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.sprintf-js-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.sshpk-1.16.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ssri-9.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.stack-trace-0.0.10 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.state-toggle-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.static-extend-0.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.string-template-0.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.string-width-3.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.string-width-4.2.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.string_decoder-0.10.31 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.string_decoder-1.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.stringify-entities-1.3.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.strip-ansi-3.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.strip-ansi-5.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.strip-ansi-6.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.strip-bom-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.strip-bom-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.strip-indent-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.strip-indent-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.style-search-0.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.stylelint-10.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.sugarss-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.supports-color-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.supports-color-5.5.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.supports-color-6.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.svg-tags-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.symbol-tree-3.2.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.table-5.4.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.taffydb-2.7.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.taffydb-2.7.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.tar-6.1.11 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.through2-3.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.tiny-emitter-2.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.tiny-lr-1.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.to-fast-properties-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.to-fast-properties-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.to-object-path-0.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.to-regex-3.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.to-regex-range-2.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.to-regex-range-5.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.tough-cookie-2.4.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.tough-cookie-2.5.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.tough-cookie-4.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.tr46-0.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.trim-0.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.trim-newlines-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.trim-newlines-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.trim-right-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.trim-trailing-lines-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.trough-1.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.tunnel-agent-0.6.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.tweetnacl-0.14.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.type-check-0.3.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.unc-path-regex-0.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.underscore.string-3.3.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.unherit-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.unified-7.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.union-value-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.uniq-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.unique-filename-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.unique-slug-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.unist-util-find-all-after-1.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.unist-util-is-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.unist-util-remove-position-1.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.unist-util-stringify-position-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.unist-util-visit-1.4.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.unist-util-visit-parents-2.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.universalify-0.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.universalify-0.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.unset-value-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.uri-js-4.2.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.urix-0.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.url-parse-1.5.10 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.use-3.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.util-deprecate-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.uuid-3.3.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.uuid-8.3.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.v8flags-3.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.validate-npm-package-license-3.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.verror-1.10.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.vfile-3.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.vfile-location-2.0.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.vfile-message-1.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.vuvuzela-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.webidl-conversions-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.webidl-conversions-3.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.websocket-driver-0.7.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.websocket-extensions-0.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.whatwg-fetch-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.whatwg-url-5.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.whatwg-url-compat-0.6.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.which-1.3.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.which-2.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wide-align-1.1.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-cli-15.0.33.Final-redhat-00001-client.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-cli-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-controller-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-controller-client-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-core-management-client-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-core-management-subsystem-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-core-security-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-core-security-api-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-deployment-repository-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-deployment-scanner-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-discovery-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-domain-http-error-context-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-domain-http-interface-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-domain-management-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-elytron-integration-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-elytron-tool-wrapper-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-embedded-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-event-logger-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-host-controller-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-io-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-jmx-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-launcher-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-logging-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-management-client-content-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-network-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-patching-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-platform-mbean-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-process-controller-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-protocol-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-remoting-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-request-controller-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-security-manager-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-server-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-threads-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-version-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wordwrap-0.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wordwrap-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wrappy-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.write-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.write-stream-0.4.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.x-is-string-0.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.xml-name-validator-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.xtend-4.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.yallist-4.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.yargs-parser-10.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :antlr.antlr-2.7.7.redhat-7.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :antlr.antlr-2.7.7.redhat-7.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :ch.qos.cal10n.cal10n-api-0.8.1.redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :ch.qos.cal10n.cal10n-api-0.8.1.redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.classmate-1.5.1.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.classmate-1.5.1.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-annotations-2.12.7.redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-annotations-2.12.7.redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-annotations-2.13.4.redhat-00004.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-core-2.12.7.redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-core-2.12.7.redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-core-2.13.4.redhat-00004.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-databind-2.12.7.redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-databind-2.12.7.redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-databind-2.13.4.2-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.12.7.redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.12.7.redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.12.7.redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.12.7.redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.7.redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.7.redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.7.redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.7.redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.7.redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.7.redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.woodstox.woodstox-core-6.4.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.github.ben-manes.caffeine.caffeine-2.8.8.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.github.fge.btf-1.2.0.redhat-00007.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.github.fge.jackson-coreutils-1.8.0.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.github.fge.json-patch-1.9.0.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.github.fge.msg-simple-1.1.0.redhat-00007.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.github.spullara.mustache.java.compiler-0.9.6.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.github.spullara.mustache.java.compiler-0.9.6.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.google.code.gson.gson-2.8.5.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.google.code.gson.gson-2.8.9.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.google.code.gson.gson-2.8.9.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.google.guava.failureaccess-1.0.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.google.guava.failureaccess-1.0.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.google.guava.guava-32.1.1.jre-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.google.guava.guava-32.1.1.jre-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.googlecode.javaewah.JavaEWAH-1.1.7.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.googlecode.javaewah.JavaEWAH-1.1.7.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.h2database.h2-1.4.197.redhat-00004.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.h2database.h2-1.4.197.redhat-00004.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.h2database.h2-1.4.197.redhat-00004.zip | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.microsoft.azure.azure-storage-8.6.6.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.microsoft.azure.azure-storage-8.6.6.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.redhat.insights.runtimes-java-api-1.1.1.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.redhat.insights.runtimes-java-api-1.1.1.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.squareup.protoparser-4.0.3.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.activation.jakarta.activation-1.2.2.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.activation.jakarta.activation-1.2.2.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.faces.jsf-impl-2.3.14.SP08-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.faces.jsf-impl-2.3.14.SP08-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-runtime-3.0.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-runtime-3.0.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-tools-3.0.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-tools-3.0.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.mail.jakarta.mail-1.6.7.redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.mail.jakarta.mail-1.6.7.redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.relaxng-datatype-2.3.3.b02-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.relaxng-datatype-2.3.3.b02-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.rngom-2.3.3.b02-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.rngom-2.3.3.b02-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.jaxb.isorelax-20090621.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.xml.fastinfoset.FastInfoset-1.2.13.redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.xml.fastinfoset.FastInfoset-1.2.13.redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.xml.messaging.saaj.saaj-impl-1.4.1.SP1-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.xml.messaging.saaj.saaj-impl-1.4.1.SP1-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-beanutils.commons-beanutils-1.9.4.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-beanutils.commons-beanutils-1.9.4.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-cli.commons-cli-1.2.0.redhat-10.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-cli.commons-cli-1.4.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-cli.commons-cli-1.4.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-codec.commons-codec-1.11.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-codec.commons-codec-1.15.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-codec.commons-codec-1.15.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-collections.commons-collections-3.2.2.redhat-2.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-collections.commons-collections-3.2.2.redhat-2.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-io.commons-io-2.10.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-io.commons-io-2.10.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-io.commons-io-2.8.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-lang.commons-lang-2.6.0.redhat-7.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-lang.commons-lang-2.6.0.redhat-7.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-logging.commons-logging-1.2.0.redhat-00004.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :gnu.getopt.java-getopt-1.0.13.redhat-5.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :gnu.getopt.java-getopt-1.0.13.redhat-5.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-api-1.3.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-api-1.3.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-narayana-1.3.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-narayana-1.3.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-pool-1.3.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-pool-1.3.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-buffer-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-buffer-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-dns-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-dns-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-haproxy-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-haproxy-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http2-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http2-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-memcache-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-memcache-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-mqtt-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-mqtt-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-redis-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-redis-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-smtp-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-smtp-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-socks-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-socks-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-stomp-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-stomp-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-xml-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-xml-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-common-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-proxy-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-proxy-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-classes-macos-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-classes-macos-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-tcnative-classes-2.0.52.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-tcnative-classes-2.0.52.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-epoll-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-epoll-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-kqueue-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-kqueue-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-epoll-4.1.94.Final-redhat-00003-linux-x86_64.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-epoll-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-unix-common-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-unix-common-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-rxtx-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-rxtx-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-sctp-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-sctp-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-udt-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-udt-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.reactivex.rxjava2.rxjava-2.2.20.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.reactivex.rxjava3.rxjava-3.0.9.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.undertow.jastow.jastow-2.0.14.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.undertow.jastow.jastow-2.0.14.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.undertow.js.undertow-js-1.0.2.Final-redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.undertow.js.undertow-js-1.0.2.Final-redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-core-2.2.28.SP1-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-core-2.2.28.SP1-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-servlet-2.2.28.SP1-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-servlet-2.2.28.SP1-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-websockets-jsr-2.2.28.SP1-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-websockets-jsr-2.2.28.SP1-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jakarta.enterprise.jakarta.enterprise.cdi-api-2.0.2.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jakarta.enterprise.jakarta.enterprise.cdi-api-2.0.2.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jakarta.inject.jakarta.inject-api-1.0.3.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jakarta.inject.jakarta.inject-api-1.0.3.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jakarta.json.bind.jakarta.json.bind-api-1.0.2.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jakarta.json.bind.jakarta.json.bind-api-1.0.2.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jakarta.json.jakarta.json-api-1.1.6.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jakarta.json.jakarta.json-api-1.1.6.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jakarta.persistence.jakarta.persistence-api-2.2.3.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jakarta.persistence.jakarta.persistence-api-2.2.3.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jakarta.security.enterprise.jakarta.security.enterprise-api-1.0.2.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jakarta.security.enterprise.jakarta.security.enterprise-api-1.0.2.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jakarta.validation.jakarta.validation-api-2.0.2.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jakarta.validation.jakarta.validation-api-2.0.2.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :javax.jws.jsr181-api-1.0.0.MR1-redhat-8.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :javax.jws.jsr181-api-1.0.0.MR1-redhat-8.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jaxen.jaxen-1.1.6.redhat-2.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jaxen.jaxen-1.1.6.redhat-2.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jboss.jaxbintros.jboss-jaxb-intros-1.0.3.GA-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jboss.jaxbintros.jboss-jaxb-intros-1.0.3.GA-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :joda-time.joda-time-2.9.7.redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :joda-time.joda-time-2.9.7.redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :net.bytebuddy.byte-buddy-1.11.12.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :net.bytebuddy.byte-buddy-dep-1.11.12.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :net.java.dev.msv.xsdlib-2013.6.1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :net.jcip.jcip-annotations-1.0.0.redhat-8.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :net.jcip.jcip-annotations-1.0.0.redhat-8.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :net.shibboleth.utilities.java-support-7.3.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :net.shibboleth.utilities.java-support-7.3.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-2.4.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-2.4.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-extensions-1.8.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-extensions-1.8.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.aesh.readline-2.2.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.aesh.readline-2.2.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.aesh.terminal-api-2.2.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.activemq-artemis-native-1.0.2.redhat-00004.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.activemq-artemis-native-1.0.2.redhat-00004.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-cli-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-cli-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-commons-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-commons-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-core-client-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-core-client-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-dto-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-dto-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hornetq-protocol-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hornetq-protocol-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hqclient-protocol-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hqclient-protocol-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jdbc-store-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jdbc-store-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-client-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-client-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-server-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-server-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-journal-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-journal-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-ra-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-ra-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-selector-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-selector-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-server-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-server-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-service-extensions-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-service-extensions-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-tools-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-tools-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-i686-1.0.2-redhat-00001.so | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-ppc64le-1.0.2-redhat-00001.so | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-s390x-1.0.2-redhat-00001.so | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-x86_64-1.0.2-redhat-00001.so | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.avro.avro-1.11.3.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.avro.avro-1.11.3.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.commons.commons-lang3-3.11.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.commons.commons-lang3-3.11.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-core-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-core-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-coloc-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-coloc-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-soap-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-soap-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-xml-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-xml-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-aegis-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-aegis-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-jaxb-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-jaxb-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-clustering-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-clustering-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-logging-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-logging-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-jaxws-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-jaxws-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-simple-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-simple-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-management-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-management-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-saml-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-saml-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-hc-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-hc-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-jms-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-jms-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-local-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-local-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-addr-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-addr-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-mex-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-mex-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-policy-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-policy-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-rm-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-rm-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-security-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-security-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-wsdl-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-wsdl-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-common-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-common-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-java2ws-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-java2ws-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-validator-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-validator-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-core-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-core-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-databinding-jaxb-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-databinding-jaxb-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-frontend-jaxws-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-frontend-jaxws-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.sts.cxf-services-sts-core-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.sts.cxf-services-sts-core-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.ws-discovery.cxf-services-ws-discovery-api-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.ws-discovery.cxf-services-ws-discovery-api-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjc-utils.cxf-xjc-runtime-3.3.1.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjc-utils.cxf-xjc-runtime-3.3.1.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-boolean-3.3.1.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-boolean-3.3.1.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-bug986-3.3.1.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-bug986-3.3.1.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-dv-3.3.1.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-dv-3.3.1.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-ts-3.3.1.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-ts-3.3.1.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpasyncclient-4.1.4.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpasyncclient-4.1.4.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpclient-4.5.13.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpclient-4.5.13.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-4.4.13.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-4.4.14.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-4.4.14.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-nio-4.4.14.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-nio-4.4.14.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpmime-4.5.13.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpmime-4.5.13.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-core-0.8.9.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-core-0.8.9.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-dom-0.8.9.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-dom-0.8.9.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-storage-0.8.9.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-storage-0.8.9.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.logging.log4j.log4j-api-2.17.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.logging.log4j.log4j-api-2.17.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-analyzers-common-5.5.5.redhat-2.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-analyzers-common-5.5.5.redhat-2.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-backward-codecs-5.5.5.redhat-2.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-backward-codecs-5.5.5.redhat-2.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-core-5.5.5.redhat-2.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-core-5.5.5.redhat-2.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-facet-5.5.5.redhat-2.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-facet-5.5.5.redhat-2.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-misc-5.5.5.redhat-2.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-misc-5.5.5.redhat-2.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queries-5.5.5.redhat-2.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queries-5.5.5.redhat-2.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queryparser-5.5.5.redhat-2.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queryparser-5.5.5.redhat-2.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.neethi.neethi-3.1.1.redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.neethi.neethi-3.1.1.redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.santuario.xmlsec-2.2.6.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.santuario.xmlsec-2.2.6.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-common-2.9.2.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-common-2.9.3.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-common-2.9.3.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-core-2.9.3.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-core-2.9.3.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-compat-1.2.6.RC1-redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-compat-1.2.6.RC1-redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-impl-1.2.6.RC1-redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-impl-1.2.6.RC1-redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-spec-1.2.6.RC1-redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-spec-1.2.6.RC1-redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.velocity.velocity-engine-core-2.3.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.ws.xmlschema.xmlschema-core-2.2.5.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.ws.xmlschema.xmlschema-core-2.2.5.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-bindings-2.3.3.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-bindings-2.3.3.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-policy-2.3.3.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-policy-2.3.3.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-common-2.3.3.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-common-2.3.3.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-dom-2.3.3.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-dom-2.3.3.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-policy-stax-2.3.3.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-policy-stax-2.3.3.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-stax-2.3.3.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-stax-2.3.3.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.bitbucket.b_c.jose4j-0.9.3.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcmail-jdk18on-1.76.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcmail-jdk18on-1.76.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpg-jdk18on-1.76.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpg-jdk18on-1.76.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpkix-jdk18on-1.76.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpkix-jdk18on-1.76.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcprov-jdk18on-1.76.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcprov-jdk18on-1.76.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcutil-jdk18on-1.76.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcutil-jdk18on-1.76.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-core-asl-1.9.13.redhat-00007.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-jaxrs-1.9.13.redhat-00007.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-mapper-asl-1.9.13.redhat-00007.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-xc-1.9.13.redhat-00007.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.codehaus.jettison.jettison-1.5.4.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.codehaus.jettison.jettison-1.5.4.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.codehaus.woodstox.stax2-api-4.2.1.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.codehaus.woodstox.stax2-api-4.2.1.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.cryptacular.cryptacular-1.2.4.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.cryptacular.cryptacular-1.2.4.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.dom4j.dom4j-2.1.3.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.dom4j.dom4j-2.1.3.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.eclipse.jdt.ecj-3.26.0.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.eclipse.jdt.ecj-3.26.0.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit-5.13.2.SP1-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit.ssh.apache-5.13.2.SP1-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit.ssh.apache-5.13.2.SP1-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.eclipse.yasson-1.0.11.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.eclipse.yasson-1.0.11.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.fusesource.hawtjni.hawtjni-runtime-1.17.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-1.18.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-linux32-1.8.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-linux64-1.8.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-native-1.8.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.el-3.0.3.redhat-00007.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.el-3.0.3.redhat-00007.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.enterprise.concurrent-1.1.1.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.enterprise.concurrent-1.1.1.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.json-1.1.6.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.json-1.1.6.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.codemodel-2.3.3.b02-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.codemodel-2.3.3.b02-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-jxc-2.3.3.b02-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-jxc-2.3.3.b02-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-runtime-2.3.3.b02-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-runtime-2.3.3.b02-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-xjc-2.3.3.b02-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-xjc-2.3.3.b02-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.txw2-2.3.3.b02-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.txw2-2.3.3.b02-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.xsom-2.3.3.b02-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.xsom-2.3.3.b02-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.soteria.jakarta.security.enterprise-1.0.1.redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.soteria.jakarta.security.enterprise-1.0.1.redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.common.hibernate-commons-annotations-5.0.5.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-core-5.3.33.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-envers-5.3.33.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-backend-jms-5.10.13.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-backend-jms-5.10.13.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-engine-5.10.13.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-engine-5.10.13.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-orm-5.10.13.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-orm-5.10.13.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-serialization-avro-5.10.13.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-serialization-avro-5.10.13.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-6.0.23.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-6.0.23.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-cdi-6.0.23.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-cdi-6.0.23.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-commons-2.4.8.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-commons-2.4.8.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-core-client-2.4.8.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-core-client-2.4.8.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-jms-client-2.4.8.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-jms-client-2.4.8.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-jdbc-11.0.18.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-jdbc-11.0.18.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-remote-11.0.18.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-remote-11.0.18.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-client-hotrod-11.0.18.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-client-hotrod-11.0.18.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-commons-11.0.18.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-commons-11.0.18.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-component-annotations-11.0.18.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-component-annotations-11.0.18.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-core-11.0.18.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-core-11.0.18.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-commons-11.0.18.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-commons-11.0.18.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-spi-11.0.18.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-spi-11.0.18.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v51-11.0.18.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v51-11.0.18.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v53-11.0.18.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v53-11.0.18.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.protostream.protostream-4.3.6.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.protostream.protostream-4.3.6.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jasypt.jasypt-1.9.3.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jasypt.jasypt-1.9.3.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.javassist.javassist-3.26.0.GA-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.javassist.javassist-3.27.0.GA-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.javassist.javassist-3.27.0.GA-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jberet.jberet-core-1.3.9.SP2-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jberet.jberet-core-1.3.9.SP2-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.activemq.artemis.integration.artemis-wildfly-integration-1.0.7.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.activemq.artemis.integration.artemis-wildfly-integration-1.0.7.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.classfilewriter.jboss-classfilewriter-1.2.5.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.classfilewriter.jboss-classfilewriter-1.2.5.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.common.jboss-common-beans-2.0.1.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.common.jboss-common-beans-2.0.1.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jboss-insights-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jboss-insights-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-eclipselink-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-eclipselink-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-1-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-1-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-3-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-3-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-3-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-3-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-openjpa-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-openjpa-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-spi-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-spi-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-appclient-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-appclient-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-batch-jberet-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-batch-jberet-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-bean-validation-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-bean-validation-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-client-all-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-client-properties-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-client-properties-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-api-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-api-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-common-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-common-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-cache-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-cache-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-hotrod-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-hotrod-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-infinispan-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-infinispan-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-spi-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-spi-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-infinispan-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-infinispan-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-spi-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-spi-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-client-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-client-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-extension-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-extension-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-marshalling-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-marshalling-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-spi-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-spi-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-api-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-api-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-extension-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-extension-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-spi-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-spi-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-api-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-api-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-jboss-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-jboss-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-protostream-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-protostream-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-spi-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-spi-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-server-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-server-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-service-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-service-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-api-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-api-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-extension-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-extension-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-spi-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-spi-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-api-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-api-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-cache-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-cache-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-container-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-container-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-extension-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-extension-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-hotrod-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-hotrod-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-infinispan-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-infinispan-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-spi-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-spi-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-undertow-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-undertow-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-cmp-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-cmp-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-configadmin-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-configadmin-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-connector-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-connector-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-datasources-agroal-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-datasources-agroal-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-security-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-security-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ejb3-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ejb3-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-health-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-health-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-iiop-openjdk-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-iiop-openjdk-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jacorb-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jacorb-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxr-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxr-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxrs-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxrs-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jdr-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jdr-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jpa-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jpa-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-injection-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-injection-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsr77-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsr77-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mail-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mail-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-activemq-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-activemq-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-metrics-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-metrics-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-config-smallrye-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-config-smallrye-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-health-smallrye-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-health-smallrye-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-metrics-smallrye-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-metrics-smallrye-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-opentracing-extension-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-opentracing-extension-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-extension-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-extension-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-undertow-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-undertow-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-naming-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-naming-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ormtransformer-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ormtransformer-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-picketlink-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-picketlink-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-pojo-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-pojo-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-rts-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-rts-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-sar-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-sar-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-api-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-api-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-integration-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-integration-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-plugins-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-plugins-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-vault-tool-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-vault-tool-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-system-jmx-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-system-jmx-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-transactions-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-transactions-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-undertow-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-undertow-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-common-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-common-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-webservices-server-integration-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-webservices-server-integration-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-bean-validation-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-bean-validation-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-common-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-common-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-ejb-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-ejb-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-jpa-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-jpa-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-spi-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-spi-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-transactions-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-transactions-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-webservices-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-webservices-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-xts-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-xts-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ejb3.jboss-ejb3-ext-api-2.3.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ejb3.jboss-ejb3-ext-api-2.3.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.genericjms.generic-jms-ra-jar-2.0.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.genericjms.generic-jms-ra-jar-2.0.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.hal.hal-console-3.3.20.Final-redhat-00001-resources.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.hal.hal-console-3.3.20.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.invocation.jboss-invocation-1.6.3.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.invocation.jboss-invocation-1.6.3.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-api-1.5.16.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-api-1.5.16.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-impl-1.5.16.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-impl-1.5.16.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-spi-1.5.16.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-spi-1.5.16.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-api-1.5.16.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-api-1.5.16.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-impl-1.5.16.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-impl-1.5.16.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-deployers-common-1.5.16.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-deployers-common-1.5.16.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-jdbc-1.5.16.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-jdbc-1.5.16.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-validator-1.5.16.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-validator-1.5.16.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.jandex-2.4.4.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.jandex-2.4.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-dmr-1.5.1.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-dmr-1.5.1.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-4.0.53.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-4.0.53.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-legacy-3.0.3.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-legacy-3.0.3.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-iiop-client-1.0.1.Final-redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-iiop-client-1.0.1.Final-redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-transaction-spi-7.6.0.Final-redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-transaction-spi-7.6.0.Final-redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-vfs-3.2.17.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-vfs-3.2.17.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.logging.commons-logging-jboss-logging-1.0.0.Final-redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.logging.commons-logging-jboss-logging-1.0.0.Final-redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jboss-logging-3.4.1.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jboss-logging-3.4.1.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jul-to-slf4j-stub-1.0.1.Final-redhat-3.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jul-to-slf4j-stub-1.0.1.Final-redhat-3.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.jboss-logmanager-2.1.18.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.jboss-logmanager-2.1.18.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.log4j-jboss-logmanager-1.2.2.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.log4j2-jboss-logmanager-1.1.2.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.log4j2-jboss-logmanager-1.1.2.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-2.0.14.SP1-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-2.0.14.SP1-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-river-2.0.14.SP1-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-river-2.0.14.SP1-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-appclient-13.4.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-appclient-13.4.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-common-13.4.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-common-13.4.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ear-13.4.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ear-13.4.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ejb-13.4.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ejb-13.4.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-web-13.4.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-web-13.4.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-cli-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-cli-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-core-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-core-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-to-eap7.4-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-to-eap7.4-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-to-eap7.4-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-to-eap7.4-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-to-eap7.4-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-to-eap7.4-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-to-eap7.4-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-to-eap7.4-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-server-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-server-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-to-eap7.4-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-to-eap7.4-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-server-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-server-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-to-eap7.4-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-to-eap7.4-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.0-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.0-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.1-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.1-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly11.0-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly11.0-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly12.0-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly12.0-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly13.0-server-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly13.0-server-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly14.0-server-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly14.0-server-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly15.0-server-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly15.0-server-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly16.0-server-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly16.0-server-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly17.0-server-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly17.0-server-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly18.0-server-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly18.0-server-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly19.0-server-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly19.0-server-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly20.0-server-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly20.0-server-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly21.0-server-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly21.0-server-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly22.0-server-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly22.0-server-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly8.2-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly8.2-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly9.0-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly9.0-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-container-spi-1.4.5.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-container-spi-1.4.5.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-core-1.4.5.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-core-1.4.5.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-load-spi-1.4.5.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-load-spi-1.4.5.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.modules.jboss-modules-1.12.2.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.modules.jboss-modules-1.12.2.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.msc.jboss-msc-1.4.13.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.msc.jboss-msc-1.4.13.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.arjunacore.arjuna-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.arjunacore.txoj-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.common-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.compensations.compensations-5.11.4.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.compensations.compensations-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jbosstxbridge-5.11.4.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jbosstxbridge-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.cdi-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.jdbc-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.jms-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.jta-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.idlj-idl-jdk8-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.jtax-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.jts-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.narayana-jts-idlj-5.11.4.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.narayana-jts-integration-5.11.4.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.narayana-jts-integration-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.orbportability-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-api-5.11.4.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-api-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-bridge-5.11.4.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-bridge-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-integration-5.11.4.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-integration-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-util-5.11.4.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-util-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.txframework.txframework-5.11.4.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.txframework.txframework-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.bridge-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.jbossxts-5.11.4.Final-redhat-00001-api.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.jbossxts-5.11.4.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.recovery-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.service-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.ws-c11-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.ws-t11-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.wsas-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.wscf11-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.wstx11-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.openjdk-orb.openjdk-orb-8.1.4.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.openjdk-orb.openjdk-orb-8.1.4.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.remoting.jboss-remoting-5.0.27.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.remoting.jboss-remoting-5.0.27.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.remotingjmx.remoting-jmx-3.0.4.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.remotingjmx.remoting-jmx-3.0.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.jose-jwt-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.jose-jwt-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-atom-provider-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-atom-provider-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-cdi-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-cdi-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-client-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-client-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-crypto-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-crypto-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson-provider-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson-provider-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson2-provider-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson2-provider-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxb-provider-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxb-provider-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxrs-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxrs-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jettison-provider-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jettison-provider-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jsapi-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jsapi-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-binding-provider-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-binding-provider-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-p-provider-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-p-provider-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-multipart-provider-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-multipart-provider-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-rxjava2-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-rxjava2-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-spring-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-spring-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-validator-provider-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-validator-provider-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-yaml-provider-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-yaml-provider-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.seam.integration.jboss-seam-int-jbossas-7.0.0.GA-redhat-2.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.seam.integration.jboss-seam-int-jbossas-7.0.0.GA-redhat-2.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-common-3.0.6.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-common-3.0.6.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-extras-3.0.6.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-extras-3.0.6.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-ntlm-3.0.6.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-ntlm-3.0.6.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-spnego-3.0.6.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-spnego-3.0.6.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.security.jbossxacml-2.0.8.Final-redhat-8.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.slf4j.slf4j-jboss-logmanager-1.1.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.slf4j.slf4j-jboss-logmanager-1.1.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.annotation.jboss-annotations-api_1.3_spec-2.0.1.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.annotation.jboss-annotations-api_1.3_spec-2.0.1.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.batch.jboss-batch-api_1.0_spec-2.0.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.batch.jboss-batch-api_1.0_spec-2.0.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ejb.jboss-ejb-api_3.2_spec-2.0.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ejb.jboss-ejb-api_3.2_spec-2.0.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.el.jboss-el-api_3.0_spec-2.0.1.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.el.jboss-el-api_3.0_spec-2.0.1.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.enterprise.concurrent.jboss-concurrency-api_1.0_spec-2.0.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.enterprise.concurrent.jboss-concurrency-api_1.0_spec-2.0.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.faces.jboss-jsf-api_2.3_spec-3.0.0.SP07-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.faces.jboss-jsf-api_2.3_spec-3.0.0.SP07-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.interceptor.jboss-interceptors-api_1.2_spec-2.0.0.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.interceptor.jboss-interceptors-api_1.2_spec-2.0.0.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.jms.jboss-jms-api_2.0_spec-2.0.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.jms.jboss-jms-api_2.0_spec-2.0.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.management.j2ee.jboss-j2eemgmt-api_1.1_spec-2.0.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.management.j2ee.jboss-j2eemgmt-api_1.1_spec-2.0.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.resource.jboss-connector-api_1.7_spec-2.0.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.resource.jboss-connector-api_1.7_spec-2.0.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.auth.message.jboss-jaspi-api_1.1_spec-2.0.1.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.auth.message.jboss-jaspi-api_1.1_spec-2.0.1.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.jacc.jboss-jacc-api_1.5_spec-2.0.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.jacc.jboss-jacc-api_1.5_spec-2.0.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jboss-servlet-api_4.0_spec-2.0.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jboss-servlet-api_4.0_spec-2.0.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec-2.0.1.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec-2.0.1.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.transaction.jboss-transaction-api_1.3_spec-2.0.0.Final-redhat-00005.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.transaction.jboss-transaction-api_1.3_spec-2.0.0.Final-redhat-00005.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.websocket.jboss-websocket-api_1.1_spec-2.0.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.websocket.jboss-websocket-api_1.1_spec-2.0.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ws.rs.jboss-jaxrs-api_2.1_spec-2.0.1.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ws.rs.jboss-jaxrs-api_2.1_spec-2.0.1.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec-2.0.1.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec-2.0.1.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.rpc.jboss-jaxrpc-api_1.1_spec-2.0.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.rpc.jboss-jaxrpc-api_1.1_spec-2.0.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.3_spec-1.0.6.Final-redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.3_spec-1.0.6.Final-redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.4_spec-1.0.2.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.4_spec-1.0.2.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.ws.jboss-jaxws-api_2.3_spec-2.0.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.ws.jboss-jaxws-api_2.3_spec-2.0.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.staxmapper-1.3.0.Final-redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.staxmapper-1.3.0.Final-redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.stdio.jboss-stdio-1.1.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.stdio.jboss-stdio-1.1.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.threads.jboss-threads-2.4.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.threads.jboss-threads-2.4.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-ejb-3.1.10.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-ejb-3.1.10.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jsf-3.1.10.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jsf-3.1.10.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jta-3.1.10.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jta-3.1.10.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-web-3.1.10.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-web-3.1.10.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-api-3.1.0.SP3-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-api-3.1.0.SP3-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-core-impl-3.1.10.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-core-impl-3.1.10.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-spi-3.1.0.SP3-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-spi-3.1.0.SP3-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-client-5.4.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-client-5.4.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-factories-5.4.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-factories-5.4.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-jaspi-5.4.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-jaspi-5.4.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-resources-5.4.9.Final-redhat-00001-wildfly2400.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-resources-5.4.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-server-5.4.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-server-5.4.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-udp-5.4.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-udp-5.4.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-undertow-5.4.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-undertow-5.4.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-api-1.1.2.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-api-1.1.2.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-3.3.3.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-3.3.3.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-tools-1.3.2.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-tools-1.3.2.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-spi-3.4.0.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-spi-3.4.0.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.projects.jaxws-undertow-httpspi-1.0.1.Final-redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.projects.jaxws-undertow-httpspi-1.0.1.Final-redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.netty.netty-xnio-transport-0.1.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.netty.netty-xnio-transport-0.1.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-api-3.8.11.SP1-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-api-3.8.11.SP1-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-nio-3.8.11.SP1-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-nio-3.8.11.SP1-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jctools.jctools-core-2.1.2.redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jctools.jctools-core-2.1.2.redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jctools.jctools-core-3.1.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jgroups.azure.jgroups-azure-1.3.1.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jgroups.azure.jgroups-azure-1.3.1.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jgroups.jgroups-4.2.23.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jgroups.jgroups-4.2.23.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jgroups.kubernetes.jgroups-kubernetes-1.0.16.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jgroups.kubernetes.jgroups-kubernetes-1.0.16.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jsoup.jsoup-1.14.2.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jsoup.jsoup-1.14.2.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jvnet.staxex.stax-ex-1.8.3.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jvnet.staxex.stax-ex-1.8.3.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-core-3.3.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-core-3.3.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-profile-api-3.3.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-profile-api-3.3.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-api-3.3.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-api-3.3.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-impl-3.3.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-impl-3.3.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-api-3.3.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-api-3.3.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-impl-3.3.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-impl-3.3.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-soap-api-3.3.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-soap-api-3.3.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-api-3.3.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-api-3.3.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-impl-3.3.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-impl-3.3.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-api-3.3.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-api-3.3.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-impl-3.3.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-impl-3.3.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-api-3.3.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-api-3.3.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-impl-3.3.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-impl-3.3.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.ow2.asm.asm-9.1.0.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.ow2.asm.asm-util-9.1.0.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.acl-spi-5.0.3.Final-redhat-00009.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.authorization-spi-5.0.3.Final-redhat-00009.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.common-spi-5.0.3.Final-redhat-00009.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.identity-spi-5.0.3.Final-redhat-00009.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.jboss-security-spi-5.0.3.Final-redhat-00009.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.jbosssx-5.0.3.Final-redhat-00009.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.jbosssx-bare-5.0.3.Final-redhat-00009.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-5.0.3.Final-redhat-00009.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-5.0.3.Final-redhat-00009.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-acl-impl-5.0.3.Final-redhat-00009.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-bare-5.0.3.Final-redhat-00009.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-commons-1.0.0.final-redhat-5.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-commons-1.0.0.final-redhat-5.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-identity-impl-5.0.3.Final-redhat-00009.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-infinispan-5.0.3.Final-redhat-00009.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-infinispan-5.0.3.Final-redhat-00009.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-spi-bare-5.0.3.Final-redhat-00009.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.distribution.picketlink-wildfly8-2.5.5.SP12-redhat-00016.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-api-2.5.5.SP12-redhat-00013.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-api-2.5.5.SP12-redhat-00013.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-common-2.5.5.SP12-redhat-00013.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-common-2.5.5.SP12-redhat-00013.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-config-2.5.5.SP12-redhat-00013.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-config-2.5.5.SP12-redhat-00013.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-federation-2.5.5.SP12-redhat-00013.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-federation-2.5.5.SP12-redhat-00013.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-api-2.5.5.SP12-redhat-00013.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-api-2.5.5.SP12-redhat-00013.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-impl-2.5.5.SP12-redhat-00013.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-impl-2.5.5.SP12-redhat-00013.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-simple-schema-2.5.5.SP12-redhat-00013.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-simple-schema-2.5.5.SP12-redhat-00013.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-impl-2.5.5.SP12-redhat-00013.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-impl-2.5.5.SP12-redhat-00013.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-core-1.1.6.redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-core-1.1.6.redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-wildfly-1.1.6.redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-wildfly-1.1.6.redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.reactivestreams.reactive-streams-1.0.3.redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.slf4j.jcl-over-slf4j-1.7.30.redhat-00004.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-api-1.7.22.redhat-2.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-api-1.7.22.redhat-2.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-api-1.7.30.redhat-00004.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-ext-1.7.22.redhat-2.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-ext-1.7.22.redhat-2.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.client.wildfly-client-config-1.0.1.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.client.wildfly-client-config-1.0.1.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.common.wildfly-common-1.5.4.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.common.wildfly-common-1.5.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-cli-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-controller-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-controller-client-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-management-client-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-management-subsystem-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-security-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-security-api-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-deployment-repository-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-deployment-scanner-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-discovery-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-domain-http-error-context-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-domain-http-interface-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-domain-management-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-elytron-integration-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-elytron-tool-wrapper-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-embedded-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-event-logger-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-host-controller-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-io-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-jmx-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-launcher-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-logging-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-management-client-content-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-network-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-patching-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-platform-mbean-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-process-controller-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-protocol-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-remoting-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-request-controller-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-security-manager-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-server-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-threads-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-version-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.discovery.wildfly-discovery-client-1.2.1.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.discovery.wildfly-discovery-client-1.2.1.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-java-2.2.3.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-java-2.2.3.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-ppc64le-2.2.2.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-ppc64le-2.2.2.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel6-x86_64-2.2.2.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel6-x86_64-2.2.2.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel7-x86_64-2.2.2.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel7-x86_64-2.2.2.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel8-x86_64-2.2.2.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel8-x86_64-2.2.2.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel9-x86_64-2.2.2.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel9-x86_64-2.2.2.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-s390x-2.2.2.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-s390x-2.2.2.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-windows-x86_64-2.2.2.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-1.9.3.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-1.9.3.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-servlet-1.9.3.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-servlet-1.9.3.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-asn1-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-asn1-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-audit-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-audit-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-deprecated-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-deprecated-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-http-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-http-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-sasl-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-sasl-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-util-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-util-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-base-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-base-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-client-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-client-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-deprecated-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-deprecated-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-impl-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-impl-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-store-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-store-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-digest-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-digest-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-encryption-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-encryption-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-basic-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-basic-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-bearer-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-bearer-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-cert-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-cert-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-deprecated-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-deprecated-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-digest-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-digest-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-external-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-external-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-form-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-form-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-oidc-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-spnego-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-spnego-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-sso-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-sso-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-stateful-basic-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-stateful-basic-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-util-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-util-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jacc-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jacc-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jaspi-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jaspi-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jose-jwk-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jose-util-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-json-util-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-json-util-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-keystore-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-keystore-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-digest-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-digest-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-gssapi-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-gssapi-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-http-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-http-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-oauth2-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-oauth2-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-scram-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-scram-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-password-impl-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-password-impl-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-permission-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-permission-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-provider-util-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-provider-util-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-jdbc-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-jdbc-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-ldap-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-ldap-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-token-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-token-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-anonymous-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-anonymous-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-auth-util-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-auth-util-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-deprecated-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-deprecated-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-digest-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-digest-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-entity-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-entity-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-external-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-external-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gs2-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gs2-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gssapi-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gssapi-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-localuser-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-localuser-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-oauth2-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-oauth2-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-otp-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-otp-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-plain-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-plain-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-scram-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-scram-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-action-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-action-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-ssl-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-ssl-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-tool-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-tool-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-util-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-util-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-acme-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-acme-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-util-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-util-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-deprecated-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-deprecated-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-principal-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-principal-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.transaction.wildfly-transaction-client-1.1.17.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.transaction.wildfly-transaction-client-1.1.17.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-client-common-1.1.16.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-client-common-1.1.16.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-ejb-client-1.1.16.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-ejb-client-1.1.16.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-naming-client-1.1.16.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-naming-client-1.1.16.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-transaction-client-1.1.16.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-transaction-client-1.1.16.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-naming-client-1.0.17.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-naming-client-1.0.17.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.yaml.snakeyaml-1.33.0.SP1-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.yaml.snakeyaml-1.33.0.SP1-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :wsdl4j.wsdl4j-1.6.3.redhat-2.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :wsdl4j.wsdl4j-1.6.3.redhat-2.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :xalan.serializer-2.7.1.redhat-00014.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :xalan.serializer-2.7.1.redhat-00014.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :xalan.xalan-2.7.1.redhat-00014.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :xalan.xalan-2.7.1.redhat-00014.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :xerces.xercesImpl-2.12.0.SP04-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :xerces.xercesImpl-2.12.0.SP04-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :xml-resolver.xml-resolver-1.2.0.redhat-12.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :xml-resolver.xml-resolver-1.2.0.redhat-12.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :xom.xom-1.3.7.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :xom.xom-1.3.7.redhat-00001.pom | — |
All versions of Apache Santuario - XML Security for Java prior to 2.2.6, 2.3.4, and 3.0.3, when using the JSR 105 API, are vulnerable to an issue where a private key may be disclosed in log files when generating an XML Signature and logging with debug level is enabled. Users are recommended to upgrade to version 2.2.6, 2.3.4, or 3.0.3, which fixes this issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.santuario.xmlsec-2.2.6.redhat-00002.jar | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@babel.code-frame-7.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@babel.core-7.4.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@babel.generator-7.4.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@babel.helper-function-name-7.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@babel.helper-get-function-arity-7.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@babel.helper-split-export-declaration-7.4.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@babel.helpers-7.4.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@babel.highlight-7.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@babel.parser-7.4.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@babel.template-7.4.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@babel.traverse-7.4.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@babel.types-7.4.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@gar.promisify-1.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@mrmlnc.readdir-enhanced-2.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@nodelib.fs.stat-1.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@npmcli.fs-2.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@npmcli.move-file-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@tootallnate.once-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.c3-0.6.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-4.13.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-array-1.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-axis-1.0.10 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-brush-1.0.8 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-chord-1.0.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-collection-1.0.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-color-1.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-dispatch-1.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-drag-1.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-dsv-1.0.33 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-ease-1.0.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-force-1.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-format-1.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-geo-1.10.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-hierarchy-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-interpolate-1.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-path-1.0.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-polygon-1.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-quadtree-1.0.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-queue-3.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-random-1.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-request-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-scale-1.0.13 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-selection-1.3.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-shape-1.2.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-time-1.0.8 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-time-format-2.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-timer-1.0.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-transition-1.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-voronoi-1.1.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.d3-zoom-1.7.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.events-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.geojson-7946.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.glob-7.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.minimatch-3.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.node-12.0.10 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.unist-2.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.vfile-3.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :@types.vfile-message-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.abab-1.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.abbrev-1.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.abort-controller-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.abstract-leveldown-6.2.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ace-builds-1.4.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.acorn-2.7.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.acorn-globals-1.0.9 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.agent-base-6.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.agentkeepalive-4.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.aggregate-error-3.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ajv-6.10.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.amdefine-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ansi-regex-2.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ansi-regex-4.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ansi-regex-5.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ansi-styles-2.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ansi-styles-3.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.aproba-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.are-we-there-yet-3.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.argparse-1.0.10 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.arr-diff-4.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.arr-flatten-1.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.arr-union-3.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.array-each-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.array-find-index-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.array-slice-1.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.array-union-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.array-uniq-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.array-unique-0.3.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.arrify-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.artemis-service.exe-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.asap-2.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.asn1-0.2.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.assert-plus-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.assign-symbols-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.astral-regex-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.async-1.5.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.async-2.6.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.asynckit-0.4.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.atob-2.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.autocompleter-4.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.autoprefixer-9.6.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.aws-sign2-0.7.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.aws4-1.8.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.babel-code-frame-6.26.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.babel-generator-6.26.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.babel-messages-6.23.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.babel-runtime-6.26.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.babel-traverse-6.26.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.babel-types-6.26.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.babylon-6.18.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bail-1.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.balanced-match-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.base-0.11.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.base64-js-1.5.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bcrypt-pbkdf-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.body-5.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.boolbase-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bootstrap-3.3.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bootstrap-3.4.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bootstrap-datepicker-1.8.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bootstrap-datepicker-1.9.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bootstrap-sass-3.4.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bootstrap-select-1.12.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bootstrap-select-1.13.10 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bootstrap-slider-10.6.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bootstrap-slider-9.10.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bootstrap-switch-3.3.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bootstrap-switch-3.3.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bootstrap-touchspin-3.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.brace-expansion-1.1.11 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.brace-expansion-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.braces-2.3.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.braces-3.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.browserslist-4.6.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.buffer-5.7.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.buffer-from-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.bytes-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.c3-0.4.23 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.c3-0.7.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.cacache-16.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.cache-base-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.call-me-maybe-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.caller-callsite-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.caller-path-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.callsites-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.camelcase-2.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.camelcase-4.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.camelcase-keys-2.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.camelcase-keys-4.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.caniuse-lite-1.0.30000978 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.caseless-0.12.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ccount-1.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.chalk-1.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.chalk-2.4.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.character-entities-1.2.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.character-entities-html4-1.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.character-entities-legacy-1.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.character-reference-invalid-1.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.cheerio-0.20.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.cheerio-1.0.0-rc.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.chownr-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.class-utils-0.3.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.clean-css-4.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.clean-stack-2.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.clipboard-2.0.11 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.clone-2.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.clone-buffer-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.clone-regexp-2.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.coffeescript-1.10.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.collapse-white-space-1.0.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.collection-visit-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.color-convert-1.9.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.color-logger-0.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.color-logger-0.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.color-name-1.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.color-support-1.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.colors-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.combined-stream-1.0.8 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.commander-2.20.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.component-emitter-1.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.concat-map-0.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.console-control-strings-1.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.continuable-cache-0.3.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.convert-source-map-1.6.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.copy-descriptor-0.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.core-js-0.9.18 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.core-js-2.6.9 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.core-util-is-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.cosmiconfig-5.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.css-2.2.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.css-parse-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.css-select-1.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.css-unit-converter-1.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.css-what-2.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.cssom-0.3.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.cssstyle-0.2.37 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.currently-unhandled-0.4.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-3.5.17 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-5.9.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-array-1.2.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-axis-1.0.12 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-brush-1.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-chord-1.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-collection-1.0.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-color-1.2.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-contour-1.3.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-dispatch-1.0.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-drag-1.2.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-dsv-1.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-ease-1.0.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-fetch-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-force-1.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-format-1.3.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-geo-1.11.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-hierarchy-1.1.8 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-interpolate-1.3.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-path-1.0.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-polygon-1.0.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-quadtree-1.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-random-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-scale-2.2.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-scale-chromatic-1.3.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-selection-1.4.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-shape-1.3.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-time-1.0.11 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-time-format-2.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-timer-1.0.9 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-transition-1.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-voronoi-1.1.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.d3-zoom-1.7.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.dashdash-1.14.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.datatables.net-1.10.16 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.datatables.net-1.10.19 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.datatables.net-bs-1.10.16 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.datatables.net-buttons-1.5.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.datatables.net-colreorder-1.4.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.datatables.net-colreorder-bs-1.3.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.datatables.net-keytable-2.5.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.datatables.net-select-1.2.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.datatables.net-select-1.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.dateformat-1.0.12 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.debug-2.6.9 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.debug-3.2.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.debug-4.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.debug-4.3.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.decamelize-1.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.decamelize-keys-1.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.decode-uri-component-0.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.deep-is-0.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.deferred-leveldown-5.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.define-property-0.2.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.define-property-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.define-property-2.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.delayed-stream-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.delegate-3.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.delegates-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.depd-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.detect-file-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.detect-indent-4.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.diff-3.5.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.dir-glob-2.2.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.dom-serializer-0.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.domelementtype-1.3.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.domhandler-2.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.domhandler-2.4.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.domutils-1.5.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.dot-prop-4.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.double-ended-queue-2.1.0-0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.drmonty-datatables-colvis-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.duplexer-0.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ecc-jsbn-0.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.electron-to-chromium-1.3.174 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.emoji-regex-7.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.emoji-regex-8.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.encoding-0.1.13 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.encoding-down-6.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.end-stream-0.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.entities-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.entities-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.env-paths-2.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.eonasdan-bootstrap-datetimepicker-4.17.47 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.err-code-2.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.errno-0.1.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.error-7.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.error-ex-1.3.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.escape-html-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.escape-html-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.escape-string-regexp-1.0.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.escodegen-1.11.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.escodegen-1.7.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.esdoc-0.4.8 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.esdoc-1.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.espree-2.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.esprima-1.2.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.esprima-3.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.esprima-4.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.estraverse-1.9.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.estraverse-4.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.estraverse-4.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.esutils-2.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.event-target-shim-5.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.eventemitter2-0.4.14 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.execall-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.exit-0.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.expand-brackets-2.1.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.expand-tilde-2.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.extend-3.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.extend-shallow-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.extend-shallow-3.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.extglob-2.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.extsprintf-1.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.fast-deep-equal-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.fast-glob-2.2.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.fast-json-stable-stringify-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.fast-levenshtein-1.0.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.fast-levenshtein-2.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.faye-websocket-0.10.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.fetch-cookie-0.11.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.figures-1.7.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.file-entry-cache-5.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.file-sync-cmp-0.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.fill-range-4.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.fill-range-7.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.find-up-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.find-up-2.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.findup-sync-0.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.findup-sync-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.fined-1.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.flagged-respawn-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.flat-cache-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.flatted-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.font-awesome-4.7.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.font-awesome-sass-4.7.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.for-in-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.for-own-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.forever-agent-0.6.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.form-data-2.3.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.fragment-cache-0.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.fs-extra-0.26.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.fs-extra-5.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.fs-minipass-2.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.fs.realpath-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.gauge-4.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.gaze-1.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.get-stdin-4.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.get-stdin-7.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.get-value-2.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.getobject-0.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.getpass-0.1.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.glob-5.0.15 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.glob-7.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.glob-7.1.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.glob-7.2.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.glob-8.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.glob-parent-3.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.glob-to-regexp-0.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.global-modules-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.global-modules-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.global-prefix-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.global-prefix-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.globals-11.12.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.globals-9.18.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.globby-9.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.globjoin-0.1.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.globule-1.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.gonzales-pe-4.2.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.good-listener-1.2.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.google-code-prettify-1.0.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.graceful-fs-4.2.10 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-1.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-cli-1.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-cli-1.3.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-clean-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-concat-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-copy-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-cssmin-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-less-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-watch-1.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-css-count-0.3.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-esdoc-0.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-known-options-1.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-legacy-log-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-legacy-log-utils-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-legacy-util-1.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-postcss-0.9.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.grunt-stylelint-0.11.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.gzip-size-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.har-schema-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.har-validator-5.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.has-ansi-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.has-flag-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.has-unicode-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.has-value-0.3.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.has-value-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.has-values-0.1.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.has-values-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.homedir-polyfill-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.hooker-0.2.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.hosted-git-info-2.7.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.html-tags-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.htmlparser2-3.10.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.htmlparser2-3.8.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.http-cache-semantics-4.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.http-parser-js-0.4.10 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.http-proxy-agent-5.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.http-signature-1.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.https-proxy-agent-5.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.humanize-ms-1.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ice-cap-0.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.iconv-lite-0.4.24 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.iconv-lite-0.6.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ieee754-1.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ignore-4.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ignore-5.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.image-size-0.5.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.immediate-3.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.import-fresh-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.import-lazy-4.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.imurmurhash-0.1.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.indent-string-2.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.indent-string-3.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.indent-string-4.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.indexes-of-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.infer-owner-1.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.inflight-1.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.inherits-2.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ini-1.3.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.interpret-1.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.invariant-2.2.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ip-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-absolute-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-accessor-descriptor-0.1.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-accessor-descriptor-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-alphabetical-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-alphanumeric-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-alphanumerical-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-arrayish-0.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-buffer-1.1.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-buffer-2.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-data-descriptor-0.1.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-data-descriptor-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-decimal-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-descriptor-0.1.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-descriptor-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-directory-0.3.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-extendable-0.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-extendable-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-extglob-2.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-finite-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-fullwidth-code-point-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-fullwidth-code-point-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-glob-3.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-glob-4.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-hexadecimal-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-lambda-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-number-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-number-7.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-obj-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-plain-obj-1.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-plain-object-2.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-regexp-2.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-relative-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-typedarray-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-unc-path-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-utf8-0.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-whitespace-character-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-windows-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.is-word-character-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.isarray-0.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.isarray-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.isexe-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.isobject-2.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.isobject-3.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.isstream-0.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.jansi.dll-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.jboss-eap-7.4.15-runtime-maven-repository.zip-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.jquery-3.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.jquery-3.6.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.jquery-match-height-0.7.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.js-cookie-2.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.js-tokens-3.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.js-tokens-4.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.js-yaml-3.13.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.jsbn-0.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.jsdom-7.2.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.jsesc-1.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.jsesc-2.5.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.json-parse-better-errors-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.json-schema-0.2.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.json-schema-traverse-0.4.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.json-stringify-safe-5.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.json5-2.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.jsonfile-2.4.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.jsonfile-4.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.jsprim-1.4.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.jstree-3.3.8 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.kind-of-3.2.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.kind-of-4.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.kind-of-5.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.kind-of-6.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.klaw-1.3.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.known-css-properties-0.14.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.less-3.9.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.level-6.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.level-codec-9.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.level-concat-iterator-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.level-errors-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.level-iterator-stream-4.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.level-js-5.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.level-packager-5.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.level-supports-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.level-write-stream-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.leveldown-5.6.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.levelup-4.4.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.leven-3.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.levn-0.2.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.levn-0.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.libjansi.so-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.libnetty_transport_native_epoll_x86_64.so-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.liftoff-2.5.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.livereload-js-2.4.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.load-json-file-1.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.load-json-file-4.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.locate-path-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.lodash-4.17.11 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.log-symbols-2.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.log-symbols-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.longest-streak-2.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.loose-envify-1.4.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.loud-rejection-1.6.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.lru-cache-6.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.lru-cache-7.14.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ltgt-2.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.make-fetch-happen-10.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.make-iterator-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.map-cache-0.2.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.map-obj-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.map-obj-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.map-visit-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.markdown-escapes-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.markdown-table-1.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.marked-0.3.19 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.marked-0.3.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.marked-0.7.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.matchdep-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.mathml-tag-names-2.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.maxmin-2.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.mdast-util-compact-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.meow-3.7.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.meow-5.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.merge2-1.2.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.micromatch-3.1.10 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.micromatch-4.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.mime-1.6.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.mime-db-1.40.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.mime-types-2.1.24 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minimatch-3.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minimatch-3.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minimatch-5.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minimist-0.0.8 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minimist-1.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minimist-1.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minimist-1.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minimist-1.2.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minimist-options-3.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minipass-3.3.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minipass-collect-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minipass-fetch-2.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minipass-flush-1.0.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minipass-pipeline-1.2.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minipass-sized-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.minizlib-2.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.mixin-deep-1.3.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.mkdirp-0.5.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.mkdirp-1.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.moment-2.29.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.moment-timezone-0.4.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ms-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ms-2.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.nanomatch-1.2.13 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.napi-macros-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.negotiator-0.6.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.node-fetch-2.6.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.node-gyp-9.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.node-gyp-build-4.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.node-releases-1.1.23 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.nopt-3.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.nopt-4.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.nopt-6.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.normalize-package-data-2.5.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.normalize-range-0.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.normalize-selector-0.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.npmlog-6.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.nth-check-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.num2fraction-1.2.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.number-is-nan-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.nwmatcher-1.4.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.oauth-sign-0.9.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.object-assign-4.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.object-copy-0.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.object-visit-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.object.defaults-1.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.object.map-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.object.pick-1.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.once-1.4.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.optionator-0.5.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.optionator-0.8.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.os-homedir-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.os-tmpdir-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.osenv-0.1.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.p-limit-1.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.p-locate-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.p-map-4.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.p-try-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.parse-entities-1.2.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.parse-filepath-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.parse-json-2.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.parse-json-4.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.parse-passwd-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.parse5-1.5.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.parse5-3.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.pascalcase-0.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.path-dirname-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.path-exists-2.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.path-exists-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.path-is-absolute-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.path-parse-1.0.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.path-root-0.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.path-root-regex-0.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.path-type-1.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.path-type-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.patternfly-3.59.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.patternfly-bootstrap-combobox-1.1.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.patternfly-bootstrap-treeview-2.1.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.performance-now-2.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.picomatch-2.0.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.pify-2.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.pify-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.pify-4.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.pinkie-2.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.pinkie-promise-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.pixrem-5.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.pom.xml-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.posix-character-classes-0.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-6.0.23 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-7.0.17 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-html-0.36.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-jsx-0.36.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-less-3.1.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-markdown-0.36.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-media-query-parser-0.2.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-reporter-6.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-resolve-nested-selector-0.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-safe-parser-4.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-sass-0.3.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-scss-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-selector-parser-3.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-syntax-0.36.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.postcss-value-parser-3.3.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.pouchdb-8.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.prelude-ls-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.pretty-bytes-3.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.promise-7.3.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.promise-inflight-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.promise-polyfill-8.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.promise-retry-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.prr-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.psl-1.1.33 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.punycode-1.4.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.punycode-2.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.qs-6.5.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.querystringify-2.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.quick-lru-1.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.raw-body-1.1.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.read-pkg-1.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.read-pkg-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.read-pkg-up-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.read-pkg-up-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.readable-stream-0.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.readable-stream-1.1.14 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.readable-stream-3.4.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.readable-stream-3.6.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.readable-stream-3.6.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.rechoir-0.6.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.redent-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.redent-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.reduce-css-calc-2.1.6 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.regenerator-runtime-0.11.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.regex-not-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.remark-10.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.remark-parse-6.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.remark-stringify-6.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.repeat-element-1.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.repeat-string-1.6.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.repeating-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.replace-ext-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.request-2.88.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.requires-port-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.resolve-1.1.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.resolve-1.11.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.resolve-dir-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.resolve-from-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.resolve-from-5.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.resolve-url-0.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ret-0.1.15 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.retry-0.12.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.rimraf-2.6.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.rimraf-3.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.rw-1.3.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.safe-buffer-5.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.safe-json-parse-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.safe-regex-1.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.safer-buffer-2.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.sax-1.2.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.select-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.semver-5.7.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.semver-7.5.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.set-blocking-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.set-value-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.signal-exit-3.0.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.slash-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.slash-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.slice-ansi-2.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.smart-buffer-4.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.snapdragon-0.8.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.snapdragon-node-2.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.snapdragon-util-3.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.socks-2.7.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.socks-proxy-agent-7.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.source-map-0.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.source-map-0.5.7 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.source-map-0.6.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.source-map-resolve-0.5.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.source-map-url-0.4.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.spark-md5-3.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.spdx-correct-3.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.spdx-exceptions-2.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.spdx-expression-parse-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.spdx-license-ids-3.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.specificity-0.4.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.split-string-3.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.sprintf-js-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.sprintf-js-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.sshpk-1.16.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.ssri-9.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.stack-trace-0.0.10 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.state-toggle-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.static-extend-0.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.string-template-0.2.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.string-width-3.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.string-width-4.2.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.string_decoder-0.10.31 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.string_decoder-1.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.stringify-entities-1.3.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.strip-ansi-3.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.strip-ansi-5.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.strip-ansi-6.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.strip-bom-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.strip-bom-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.strip-indent-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.strip-indent-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.style-search-0.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.stylelint-10.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.sugarss-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.supports-color-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.supports-color-5.5.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.supports-color-6.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.svg-tags-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.symbol-tree-3.2.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.table-5.4.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.taffydb-2.7.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.taffydb-2.7.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.tar-6.1.11 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.through2-3.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.tiny-emitter-2.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.tiny-lr-1.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.to-fast-properties-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.to-fast-properties-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.to-object-path-0.3.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.to-regex-3.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.to-regex-range-2.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.to-regex-range-5.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.tough-cookie-2.4.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.tough-cookie-2.5.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.tough-cookie-4.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.tr46-0.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.trim-0.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.trim-newlines-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.trim-newlines-2.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.trim-right-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.trim-trailing-lines-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.trough-1.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.tunnel-agent-0.6.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.tweetnacl-0.14.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.type-check-0.3.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.unc-path-regex-0.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.underscore.string-3.3.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.unherit-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.unified-7.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.union-value-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.uniq-1.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.unique-filename-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.unique-slug-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.unist-util-find-all-after-1.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.unist-util-is-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.unist-util-remove-position-1.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.unist-util-stringify-position-1.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.unist-util-visit-1.4.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.unist-util-visit-parents-2.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.universalify-0.1.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.universalify-0.2.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.unset-value-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.uri-js-4.2.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.urix-0.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.url-parse-1.5.10 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.use-3.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.util-deprecate-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.uuid-3.3.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.uuid-8.3.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.v8flags-3.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.validate-npm-package-license-3.0.4 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.verror-1.10.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.vfile-3.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.vfile-location-2.0.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.vfile-message-1.1.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.vuvuzela-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.webidl-conversions-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.webidl-conversions-3.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.websocket-driver-0.7.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.websocket-extensions-0.1.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.whatwg-fetch-3.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.whatwg-url-5.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.whatwg-url-compat-0.6.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.which-1.3.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.which-2.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wide-align-1.1.5 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-cli-15.0.33.Final-redhat-00001-client.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-cli-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-controller-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-controller-client-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-core-management-client-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-core-management-subsystem-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-core-security-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-core-security-api-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-deployment-repository-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-deployment-scanner-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-discovery-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-domain-http-error-context-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-domain-http-interface-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-domain-management-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-elytron-integration-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-elytron-tool-wrapper-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-embedded-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-event-logger-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-host-controller-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-io-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-jmx-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-launcher-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-logging-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-management-client-content-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-network-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-patching-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-platform-mbean-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-process-controller-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-protocol-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-remoting-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-request-controller-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-security-manager-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-server-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-threads-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wildfly-version-15.0.33.Final-redhat-00001.jar-None | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wordwrap-0.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wordwrap-1.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.wrappy-1.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.write-1.0.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.write-stream-0.4.3 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.x-is-string-0.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.xml-name-validator-2.0.1 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.xtend-4.0.2 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.yallist-4.0.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :None.yargs-parser-10.1.0 | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :antlr.antlr-2.7.7.redhat-7.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :antlr.antlr-2.7.7.redhat-7.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :ch.qos.cal10n.cal10n-api-0.8.1.redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :ch.qos.cal10n.cal10n-api-0.8.1.redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.classmate-1.5.1.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.classmate-1.5.1.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-annotations-2.12.7.redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-annotations-2.12.7.redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-annotations-2.13.4.redhat-00004.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-core-2.12.7.redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-core-2.12.7.redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-core-2.13.4.redhat-00004.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-databind-2.12.7.redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-databind-2.12.7.redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-databind-2.13.4.2-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.12.7.redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.12.7.redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.12.7.redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.12.7.redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.7.redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.7.redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.7.redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.7.redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.7.redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.7.redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.fasterxml.woodstox.woodstox-core-6.4.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.github.ben-manes.caffeine.caffeine-2.8.8.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.github.fge.btf-1.2.0.redhat-00007.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.github.fge.jackson-coreutils-1.8.0.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.github.fge.json-patch-1.9.0.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.github.fge.msg-simple-1.1.0.redhat-00007.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.github.spullara.mustache.java.compiler-0.9.6.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.github.spullara.mustache.java.compiler-0.9.6.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.google.code.gson.gson-2.8.5.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.google.code.gson.gson-2.8.9.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.google.code.gson.gson-2.8.9.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.google.guava.failureaccess-1.0.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.google.guava.failureaccess-1.0.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.google.guava.guava-32.1.1.jre-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.google.guava.guava-32.1.1.jre-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.googlecode.javaewah.JavaEWAH-1.1.7.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.googlecode.javaewah.JavaEWAH-1.1.7.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.h2database.h2-1.4.197.redhat-00004.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.h2database.h2-1.4.197.redhat-00004.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.h2database.h2-1.4.197.redhat-00004.zip | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.microsoft.azure.azure-storage-8.6.6.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.microsoft.azure.azure-storage-8.6.6.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.redhat.insights.runtimes-java-api-1.1.1.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.redhat.insights.runtimes-java-api-1.1.1.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.squareup.protoparser-4.0.3.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.activation.jakarta.activation-1.2.2.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.activation.jakarta.activation-1.2.2.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.faces.jsf-impl-2.3.14.SP08-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.faces.jsf-impl-2.3.14.SP08-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-runtime-3.0.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-runtime-3.0.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-tools-3.0.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-tools-3.0.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.mail.jakarta.mail-1.6.7.redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.mail.jakarta.mail-1.6.7.redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.relaxng-datatype-2.3.3.b02-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.relaxng-datatype-2.3.3.b02-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.rngom-2.3.3.b02-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.rngom-2.3.3.b02-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.jaxb.isorelax-20090621.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.xml.fastinfoset.FastInfoset-1.2.13.redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.xml.fastinfoset.FastInfoset-1.2.13.redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.xml.messaging.saaj.saaj-impl-1.4.1.SP1-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :com.sun.xml.messaging.saaj.saaj-impl-1.4.1.SP1-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-beanutils.commons-beanutils-1.9.4.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-beanutils.commons-beanutils-1.9.4.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-cli.commons-cli-1.2.0.redhat-10.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-cli.commons-cli-1.4.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-cli.commons-cli-1.4.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-codec.commons-codec-1.11.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-codec.commons-codec-1.15.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-codec.commons-codec-1.15.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-collections.commons-collections-3.2.2.redhat-2.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-collections.commons-collections-3.2.2.redhat-2.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-io.commons-io-2.10.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-io.commons-io-2.10.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-io.commons-io-2.8.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-lang.commons-lang-2.6.0.redhat-7.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-lang.commons-lang-2.6.0.redhat-7.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :commons-logging.commons-logging-1.2.0.redhat-00004.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :gnu.getopt.java-getopt-1.0.13.redhat-5.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :gnu.getopt.java-getopt-1.0.13.redhat-5.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-api-1.3.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-api-1.3.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-narayana-1.3.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-narayana-1.3.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-pool-1.3.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-pool-1.3.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-buffer-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-buffer-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-dns-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-dns-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-haproxy-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-haproxy-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http2-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http2-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-memcache-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-memcache-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-mqtt-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-mqtt-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-redis-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-redis-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-smtp-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-smtp-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-socks-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-socks-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-stomp-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-stomp-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-xml-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-xml-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-common-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-proxy-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-proxy-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-classes-macos-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-classes-macos-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-tcnative-classes-2.0.52.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-tcnative-classes-2.0.52.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-epoll-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-epoll-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-kqueue-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-kqueue-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-epoll-4.1.94.Final-redhat-00003-linux-x86_64.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-epoll-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-unix-common-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-unix-common-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-rxtx-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-rxtx-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-sctp-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-sctp-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-udt-4.1.94.Final-redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-udt-4.1.94.Final-redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.reactivex.rxjava2.rxjava-2.2.20.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.reactivex.rxjava3.rxjava-3.0.9.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.undertow.jastow.jastow-2.0.14.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.undertow.jastow.jastow-2.0.14.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.undertow.js.undertow-js-1.0.2.Final-redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.undertow.js.undertow-js-1.0.2.Final-redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-core-2.2.28.SP1-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-core-2.2.28.SP1-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-servlet-2.2.28.SP1-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-servlet-2.2.28.SP1-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-websockets-jsr-2.2.28.SP1-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-websockets-jsr-2.2.28.SP1-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jakarta.enterprise.jakarta.enterprise.cdi-api-2.0.2.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jakarta.enterprise.jakarta.enterprise.cdi-api-2.0.2.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jakarta.inject.jakarta.inject-api-1.0.3.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jakarta.inject.jakarta.inject-api-1.0.3.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jakarta.json.bind.jakarta.json.bind-api-1.0.2.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jakarta.json.bind.jakarta.json.bind-api-1.0.2.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jakarta.json.jakarta.json-api-1.1.6.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jakarta.json.jakarta.json-api-1.1.6.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jakarta.persistence.jakarta.persistence-api-2.2.3.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jakarta.persistence.jakarta.persistence-api-2.2.3.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jakarta.security.enterprise.jakarta.security.enterprise-api-1.0.2.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jakarta.security.enterprise.jakarta.security.enterprise-api-1.0.2.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jakarta.validation.jakarta.validation-api-2.0.2.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jakarta.validation.jakarta.validation-api-2.0.2.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :javax.jws.jsr181-api-1.0.0.MR1-redhat-8.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :javax.jws.jsr181-api-1.0.0.MR1-redhat-8.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jaxen.jaxen-1.1.6.redhat-2.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jaxen.jaxen-1.1.6.redhat-2.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jboss.jaxbintros.jboss-jaxb-intros-1.0.3.GA-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :jboss.jaxbintros.jboss-jaxb-intros-1.0.3.GA-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :joda-time.joda-time-2.9.7.redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :joda-time.joda-time-2.9.7.redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :net.bytebuddy.byte-buddy-1.11.12.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :net.bytebuddy.byte-buddy-dep-1.11.12.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :net.java.dev.msv.xsdlib-2013.6.1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :net.jcip.jcip-annotations-1.0.0.redhat-8.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :net.jcip.jcip-annotations-1.0.0.redhat-8.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :net.shibboleth.utilities.java-support-7.3.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :net.shibboleth.utilities.java-support-7.3.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-2.4.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-2.4.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-extensions-1.8.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-extensions-1.8.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.aesh.readline-2.2.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.aesh.readline-2.2.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.aesh.terminal-api-2.2.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.activemq-artemis-native-1.0.2.redhat-00004.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.activemq-artemis-native-1.0.2.redhat-00004.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-cli-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-cli-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-commons-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-commons-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-core-client-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-core-client-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-dto-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-dto-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hornetq-protocol-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hornetq-protocol-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hqclient-protocol-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hqclient-protocol-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jdbc-store-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jdbc-store-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-client-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-client-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-server-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-server-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-journal-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-journal-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-ra-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-ra-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-selector-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-selector-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-server-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-server-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-service-extensions-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-service-extensions-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-tools-2.16.0.redhat-00051.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-tools-2.16.0.redhat-00051.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-i686-1.0.2-redhat-00001.so | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-ppc64le-1.0.2-redhat-00001.so | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-s390x-1.0.2-redhat-00001.so | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-x86_64-1.0.2-redhat-00001.so | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.avro.avro-1.11.3.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.avro.avro-1.11.3.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.commons.commons-lang3-3.11.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.commons.commons-lang3-3.11.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-core-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-core-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-coloc-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-coloc-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-soap-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-soap-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-xml-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-xml-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-aegis-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-aegis-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-jaxb-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-jaxb-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-clustering-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-clustering-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-logging-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-logging-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-jaxws-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-jaxws-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-simple-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-simple-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-management-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-management-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-saml-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-saml-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-hc-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-hc-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-jms-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-jms-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-local-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-local-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-addr-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-addr-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-mex-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-mex-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-policy-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-policy-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-rm-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-rm-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-security-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-security-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-wsdl-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-wsdl-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-common-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-common-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-java2ws-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-java2ws-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-validator-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-validator-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-core-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-core-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-databinding-jaxb-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-databinding-jaxb-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-frontend-jaxws-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-frontend-jaxws-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.sts.cxf-services-sts-core-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.sts.cxf-services-sts-core-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.ws-discovery.cxf-services-ws-discovery-api-3.4.10.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.ws-discovery.cxf-services-ws-discovery-api-3.4.10.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjc-utils.cxf-xjc-runtime-3.3.1.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjc-utils.cxf-xjc-runtime-3.3.1.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-boolean-3.3.1.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-boolean-3.3.1.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-bug986-3.3.1.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-bug986-3.3.1.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-dv-3.3.1.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-dv-3.3.1.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-ts-3.3.1.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-ts-3.3.1.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpasyncclient-4.1.4.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpasyncclient-4.1.4.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpclient-4.5.13.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpclient-4.5.13.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-4.4.13.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-4.4.14.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-4.4.14.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-nio-4.4.14.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-nio-4.4.14.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpmime-4.5.13.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpmime-4.5.13.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-core-0.8.9.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-core-0.8.9.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-dom-0.8.9.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-dom-0.8.9.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-storage-0.8.9.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-storage-0.8.9.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.logging.log4j.log4j-api-2.17.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.logging.log4j.log4j-api-2.17.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-analyzers-common-5.5.5.redhat-2.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-analyzers-common-5.5.5.redhat-2.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-backward-codecs-5.5.5.redhat-2.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-backward-codecs-5.5.5.redhat-2.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-core-5.5.5.redhat-2.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-core-5.5.5.redhat-2.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-facet-5.5.5.redhat-2.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-facet-5.5.5.redhat-2.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-misc-5.5.5.redhat-2.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-misc-5.5.5.redhat-2.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queries-5.5.5.redhat-2.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queries-5.5.5.redhat-2.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queryparser-5.5.5.redhat-2.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queryparser-5.5.5.redhat-2.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.neethi.neethi-3.1.1.redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.neethi.neethi-3.1.1.redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.santuario.xmlsec-2.2.6.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-common-2.9.2.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-common-2.9.3.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-common-2.9.3.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-core-2.9.3.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-core-2.9.3.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-compat-1.2.6.RC1-redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-compat-1.2.6.RC1-redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-impl-1.2.6.RC1-redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-impl-1.2.6.RC1-redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-spec-1.2.6.RC1-redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-spec-1.2.6.RC1-redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.velocity.velocity-engine-core-2.3.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.ws.xmlschema.xmlschema-core-2.2.5.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.ws.xmlschema.xmlschema-core-2.2.5.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-bindings-2.3.3.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-bindings-2.3.3.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-policy-2.3.3.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-policy-2.3.3.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-common-2.3.3.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-common-2.3.3.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-dom-2.3.3.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-dom-2.3.3.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-policy-stax-2.3.3.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-policy-stax-2.3.3.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-stax-2.3.3.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-stax-2.3.3.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.bitbucket.b_c.jose4j-0.9.3.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcmail-jdk18on-1.76.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcmail-jdk18on-1.76.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpg-jdk18on-1.76.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpg-jdk18on-1.76.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpkix-jdk18on-1.76.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpkix-jdk18on-1.76.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcprov-jdk18on-1.76.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcprov-jdk18on-1.76.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcutil-jdk18on-1.76.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcutil-jdk18on-1.76.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-core-asl-1.9.13.redhat-00007.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-jaxrs-1.9.13.redhat-00007.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-mapper-asl-1.9.13.redhat-00007.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-xc-1.9.13.redhat-00007.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.codehaus.jettison.jettison-1.5.4.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.codehaus.jettison.jettison-1.5.4.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.codehaus.woodstox.stax2-api-4.2.1.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.codehaus.woodstox.stax2-api-4.2.1.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.cryptacular.cryptacular-1.2.4.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.cryptacular.cryptacular-1.2.4.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.dom4j.dom4j-2.1.3.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.dom4j.dom4j-2.1.3.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.eclipse.jdt.ecj-3.26.0.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.eclipse.jdt.ecj-3.26.0.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit-5.13.2.SP1-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit-5.13.2.SP1-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit.ssh.apache-5.13.2.SP1-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit.ssh.apache-5.13.2.SP1-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.eclipse.yasson-1.0.11.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.eclipse.yasson-1.0.11.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.fusesource.hawtjni.hawtjni-runtime-1.17.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-1.18.0.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-linux32-1.8.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-linux64-1.8.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-native-1.8.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.el-3.0.3.redhat-00007.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.el-3.0.3.redhat-00007.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.enterprise.concurrent-1.1.1.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.enterprise.concurrent-1.1.1.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.json-1.1.6.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.json-1.1.6.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.codemodel-2.3.3.b02-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.codemodel-2.3.3.b02-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-jxc-2.3.3.b02-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-jxc-2.3.3.b02-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-runtime-2.3.3.b02-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-runtime-2.3.3.b02-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-xjc-2.3.3.b02-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-xjc-2.3.3.b02-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.txw2-2.3.3.b02-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.txw2-2.3.3.b02-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.xsom-2.3.3.b02-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.xsom-2.3.3.b02-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.soteria.jakarta.security.enterprise-1.0.1.redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.glassfish.soteria.jakarta.security.enterprise-1.0.1.redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.common.hibernate-commons-annotations-5.0.5.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-core-5.3.33.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-envers-5.3.33.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-backend-jms-5.10.13.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-backend-jms-5.10.13.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-engine-5.10.13.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-engine-5.10.13.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-orm-5.10.13.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-orm-5.10.13.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-serialization-avro-5.10.13.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-serialization-avro-5.10.13.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-6.0.23.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-6.0.23.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-cdi-6.0.23.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-cdi-6.0.23.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-commons-2.4.8.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-commons-2.4.8.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-core-client-2.4.8.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-core-client-2.4.8.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-jms-client-2.4.8.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-jms-client-2.4.8.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-jdbc-11.0.18.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-jdbc-11.0.18.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-remote-11.0.18.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-remote-11.0.18.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-client-hotrod-11.0.18.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-client-hotrod-11.0.18.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-commons-11.0.18.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-commons-11.0.18.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-component-annotations-11.0.18.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-component-annotations-11.0.18.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-core-11.0.18.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-core-11.0.18.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-commons-11.0.18.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-commons-11.0.18.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-spi-11.0.18.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-spi-11.0.18.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v51-11.0.18.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v51-11.0.18.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v53-11.0.18.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v53-11.0.18.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.protostream.protostream-4.3.6.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.infinispan.protostream.protostream-4.3.6.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jasypt.jasypt-1.9.3.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jasypt.jasypt-1.9.3.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.javassist.javassist-3.26.0.GA-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.javassist.javassist-3.27.0.GA-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.javassist.javassist-3.27.0.GA-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jberet.jberet-core-1.3.9.SP2-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jberet.jberet-core-1.3.9.SP2-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.activemq.artemis.integration.artemis-wildfly-integration-1.0.7.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.activemq.artemis.integration.artemis-wildfly-integration-1.0.7.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.classfilewriter.jboss-classfilewriter-1.2.5.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.classfilewriter.jboss-classfilewriter-1.2.5.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.common.jboss-common-beans-2.0.1.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.common.jboss-common-beans-2.0.1.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jboss-insights-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jboss-insights-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-eclipselink-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-eclipselink-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-1-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-1-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-3-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-3-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-3-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-3-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-openjpa-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-openjpa-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-spi-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-spi-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-appclient-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-appclient-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-batch-jberet-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-batch-jberet-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-bean-validation-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-bean-validation-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-client-all-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-client-properties-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-client-properties-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-api-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-api-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-common-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-common-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-cache-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-cache-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-hotrod-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-hotrod-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-infinispan-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-infinispan-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-spi-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-spi-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-infinispan-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-infinispan-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-spi-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-spi-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-client-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-client-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-extension-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-extension-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-marshalling-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-marshalling-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-spi-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-spi-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-api-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-api-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-extension-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-extension-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-spi-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-spi-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-api-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-api-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-jboss-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-jboss-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-protostream-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-protostream-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-spi-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-spi-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-server-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-server-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-service-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-service-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-api-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-api-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-extension-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-extension-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-spi-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-spi-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-api-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-api-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-cache-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-cache-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-container-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-container-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-extension-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-extension-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-hotrod-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-hotrod-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-infinispan-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-infinispan-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-spi-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-spi-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-undertow-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-undertow-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-cmp-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-cmp-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-configadmin-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-configadmin-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-connector-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-connector-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-datasources-agroal-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-datasources-agroal-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-security-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-security-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ejb3-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ejb3-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-health-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-health-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-iiop-openjdk-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-iiop-openjdk-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jacorb-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jacorb-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxr-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxr-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxrs-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxrs-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jdr-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jdr-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jpa-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jpa-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-injection-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-injection-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsr77-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsr77-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mail-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mail-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-activemq-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-activemq-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-metrics-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-metrics-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-config-smallrye-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-config-smallrye-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-health-smallrye-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-health-smallrye-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-metrics-smallrye-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-metrics-smallrye-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-opentracing-extension-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-opentracing-extension-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-extension-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-extension-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-undertow-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-undertow-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-naming-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-naming-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ormtransformer-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ormtransformer-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-picketlink-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-picketlink-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-pojo-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-pojo-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-rts-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-rts-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-sar-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-sar-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-api-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-api-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-integration-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-integration-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-plugins-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-plugins-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-vault-tool-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-vault-tool-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-system-jmx-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-system-jmx-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-transactions-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-transactions-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-undertow-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-undertow-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-common-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-common-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-webservices-server-integration-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-webservices-server-integration-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-bean-validation-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-bean-validation-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-common-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-common-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-ejb-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-ejb-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-jpa-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-jpa-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-spi-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-spi-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-transactions-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-transactions-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-webservices-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-webservices-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-xts-7.4.15.GA-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-xts-7.4.15.GA-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ejb3.jboss-ejb3-ext-api-2.3.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ejb3.jboss-ejb3-ext-api-2.3.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.genericjms.generic-jms-ra-jar-2.0.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.genericjms.generic-jms-ra-jar-2.0.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.hal.hal-console-3.3.20.Final-redhat-00001-resources.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.hal.hal-console-3.3.20.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.invocation.jboss-invocation-1.6.3.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.invocation.jboss-invocation-1.6.3.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-api-1.5.16.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-api-1.5.16.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-impl-1.5.16.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-impl-1.5.16.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-spi-1.5.16.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-spi-1.5.16.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-api-1.5.16.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-api-1.5.16.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-impl-1.5.16.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-impl-1.5.16.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-deployers-common-1.5.16.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-deployers-common-1.5.16.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-jdbc-1.5.16.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-jdbc-1.5.16.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-validator-1.5.16.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-validator-1.5.16.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.jandex-2.4.4.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.jandex-2.4.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-dmr-1.5.1.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-dmr-1.5.1.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-4.0.53.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-4.0.53.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-legacy-3.0.3.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-legacy-3.0.3.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-iiop-client-1.0.1.Final-redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-iiop-client-1.0.1.Final-redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-transaction-spi-7.6.0.Final-redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-transaction-spi-7.6.0.Final-redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-vfs-3.2.17.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-vfs-3.2.17.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.logging.commons-logging-jboss-logging-1.0.0.Final-redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.logging.commons-logging-jboss-logging-1.0.0.Final-redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jboss-logging-3.4.1.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jboss-logging-3.4.1.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jul-to-slf4j-stub-1.0.1.Final-redhat-3.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jul-to-slf4j-stub-1.0.1.Final-redhat-3.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.jboss-logmanager-2.1.18.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.jboss-logmanager-2.1.18.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.log4j-jboss-logmanager-1.2.2.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.log4j2-jboss-logmanager-1.1.2.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.log4j2-jboss-logmanager-1.1.2.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-2.0.14.SP1-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-2.0.14.SP1-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-river-2.0.14.SP1-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-river-2.0.14.SP1-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-appclient-13.4.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-appclient-13.4.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-common-13.4.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-common-13.4.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ear-13.4.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ear-13.4.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ejb-13.4.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ejb-13.4.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-web-13.4.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-web-13.4.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-cli-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-cli-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-core-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-core-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-to-eap7.4-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-to-eap7.4-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-to-eap7.4-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-to-eap7.4-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-to-eap7.4-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-to-eap7.4-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-to-eap7.4-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-to-eap7.4-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-server-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-server-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-to-eap7.4-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-to-eap7.4-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-server-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-server-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-to-eap7.4-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-to-eap7.4-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.0-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.0-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.1-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.1-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly11.0-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly11.0-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly12.0-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly12.0-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly13.0-server-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly13.0-server-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly14.0-server-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly14.0-server-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly15.0-server-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly15.0-server-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly16.0-server-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly16.0-server-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly17.0-server-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly17.0-server-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly18.0-server-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly18.0-server-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly19.0-server-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly19.0-server-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly20.0-server-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly20.0-server-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly21.0-server-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly21.0-server-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly22.0-server-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly22.0-server-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly8.2-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly8.2-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly9.0-1.10.0.Final-redhat-00033.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly9.0-1.10.0.Final-redhat-00033.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-container-spi-1.4.5.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-container-spi-1.4.5.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-core-1.4.5.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-core-1.4.5.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-load-spi-1.4.5.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-load-spi-1.4.5.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.modules.jboss-modules-1.12.2.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.modules.jboss-modules-1.12.2.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.msc.jboss-msc-1.4.13.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.msc.jboss-msc-1.4.13.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.arjunacore.arjuna-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.arjunacore.txoj-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.common-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.compensations.compensations-5.11.4.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.compensations.compensations-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jbosstxbridge-5.11.4.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jbosstxbridge-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.cdi-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.jdbc-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.jms-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.jta-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.idlj-idl-jdk8-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.jtax-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.jts-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.narayana-jts-idlj-5.11.4.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.narayana-jts-integration-5.11.4.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.narayana-jts-integration-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.orbportability-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-api-5.11.4.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-api-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-bridge-5.11.4.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-bridge-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-integration-5.11.4.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-integration-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-util-5.11.4.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-util-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.txframework.txframework-5.11.4.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.txframework.txframework-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.bridge-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.jbossxts-5.11.4.Final-redhat-00001-api.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.jbossxts-5.11.4.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.recovery-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.service-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.ws-c11-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.ws-t11-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.wsas-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.wscf11-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.wstx11-5.11.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.openjdk-orb.openjdk-orb-8.1.4.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.openjdk-orb.openjdk-orb-8.1.4.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.remoting.jboss-remoting-5.0.27.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.remoting.jboss-remoting-5.0.27.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.remotingjmx.remoting-jmx-3.0.4.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.remotingjmx.remoting-jmx-3.0.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.jose-jwt-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.jose-jwt-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-atom-provider-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-atom-provider-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-cdi-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-cdi-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-client-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-client-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-crypto-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-crypto-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson-provider-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson-provider-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson2-provider-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson2-provider-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxb-provider-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxb-provider-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxrs-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxrs-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jettison-provider-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jettison-provider-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jsapi-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jsapi-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-binding-provider-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-binding-provider-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-p-provider-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-p-provider-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-multipart-provider-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-multipart-provider-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-rxjava2-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-rxjava2-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-spring-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-spring-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-validator-provider-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-validator-provider-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-yaml-provider-3.15.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-yaml-provider-3.15.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.seam.integration.jboss-seam-int-jbossas-7.0.0.GA-redhat-2.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.seam.integration.jboss-seam-int-jbossas-7.0.0.GA-redhat-2.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-common-3.0.6.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-common-3.0.6.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-extras-3.0.6.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-extras-3.0.6.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-ntlm-3.0.6.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-ntlm-3.0.6.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-spnego-3.0.6.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-spnego-3.0.6.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.security.jbossxacml-2.0.8.Final-redhat-8.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.slf4j.slf4j-jboss-logmanager-1.1.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.slf4j.slf4j-jboss-logmanager-1.1.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.annotation.jboss-annotations-api_1.3_spec-2.0.1.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.annotation.jboss-annotations-api_1.3_spec-2.0.1.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.batch.jboss-batch-api_1.0_spec-2.0.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.batch.jboss-batch-api_1.0_spec-2.0.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ejb.jboss-ejb-api_3.2_spec-2.0.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ejb.jboss-ejb-api_3.2_spec-2.0.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.el.jboss-el-api_3.0_spec-2.0.1.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.el.jboss-el-api_3.0_spec-2.0.1.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.enterprise.concurrent.jboss-concurrency-api_1.0_spec-2.0.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.enterprise.concurrent.jboss-concurrency-api_1.0_spec-2.0.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.faces.jboss-jsf-api_2.3_spec-3.0.0.SP07-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.faces.jboss-jsf-api_2.3_spec-3.0.0.SP07-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.interceptor.jboss-interceptors-api_1.2_spec-2.0.0.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.interceptor.jboss-interceptors-api_1.2_spec-2.0.0.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.jms.jboss-jms-api_2.0_spec-2.0.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.jms.jboss-jms-api_2.0_spec-2.0.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.management.j2ee.jboss-j2eemgmt-api_1.1_spec-2.0.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.management.j2ee.jboss-j2eemgmt-api_1.1_spec-2.0.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.resource.jboss-connector-api_1.7_spec-2.0.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.resource.jboss-connector-api_1.7_spec-2.0.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.auth.message.jboss-jaspi-api_1.1_spec-2.0.1.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.auth.message.jboss-jaspi-api_1.1_spec-2.0.1.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.jacc.jboss-jacc-api_1.5_spec-2.0.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.jacc.jboss-jacc-api_1.5_spec-2.0.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jboss-servlet-api_4.0_spec-2.0.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jboss-servlet-api_4.0_spec-2.0.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec-2.0.1.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec-2.0.1.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.transaction.jboss-transaction-api_1.3_spec-2.0.0.Final-redhat-00005.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.transaction.jboss-transaction-api_1.3_spec-2.0.0.Final-redhat-00005.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.websocket.jboss-websocket-api_1.1_spec-2.0.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.websocket.jboss-websocket-api_1.1_spec-2.0.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ws.rs.jboss-jaxrs-api_2.1_spec-2.0.1.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ws.rs.jboss-jaxrs-api_2.1_spec-2.0.1.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec-2.0.1.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec-2.0.1.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.rpc.jboss-jaxrpc-api_1.1_spec-2.0.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.rpc.jboss-jaxrpc-api_1.1_spec-2.0.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.3_spec-1.0.6.Final-redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.3_spec-1.0.6.Final-redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.4_spec-1.0.2.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.4_spec-1.0.2.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.ws.jboss-jaxws-api_2.3_spec-2.0.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.ws.jboss-jaxws-api_2.3_spec-2.0.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.staxmapper-1.3.0.Final-redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.staxmapper-1.3.0.Final-redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.stdio.jboss-stdio-1.1.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.stdio.jboss-stdio-1.1.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.threads.jboss-threads-2.4.0.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.threads.jboss-threads-2.4.0.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-ejb-3.1.10.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-ejb-3.1.10.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jsf-3.1.10.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jsf-3.1.10.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jta-3.1.10.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jta-3.1.10.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-web-3.1.10.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-web-3.1.10.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-api-3.1.0.SP3-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-api-3.1.0.SP3-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-core-impl-3.1.10.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-core-impl-3.1.10.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-spi-3.1.0.SP3-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-spi-3.1.0.SP3-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-client-5.4.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-client-5.4.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-factories-5.4.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-factories-5.4.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-jaspi-5.4.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-jaspi-5.4.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-resources-5.4.9.Final-redhat-00001-wildfly2400.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-resources-5.4.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-server-5.4.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-server-5.4.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-udp-5.4.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-udp-5.4.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-undertow-5.4.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-undertow-5.4.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-api-1.1.2.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-api-1.1.2.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-3.3.3.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-3.3.3.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-tools-1.3.2.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-tools-1.3.2.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-spi-3.4.0.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-spi-3.4.0.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.projects.jaxws-undertow-httpspi-1.0.1.Final-redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.ws.projects.jaxws-undertow-httpspi-1.0.1.Final-redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.netty.netty-xnio-transport-0.1.9.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.netty.netty-xnio-transport-0.1.9.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-api-3.8.11.SP1-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-api-3.8.11.SP1-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-nio-3.8.11.SP1-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-nio-3.8.11.SP1-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jctools.jctools-core-2.1.2.redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jctools.jctools-core-2.1.2.redhat-00003.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jctools.jctools-core-3.1.0.redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jgroups.azure.jgroups-azure-1.3.1.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jgroups.azure.jgroups-azure-1.3.1.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jgroups.jgroups-4.2.23.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jgroups.jgroups-4.2.23.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jgroups.kubernetes.jgroups-kubernetes-1.0.16.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jgroups.kubernetes.jgroups-kubernetes-1.0.16.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jsoup.jsoup-1.14.2.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jsoup.jsoup-1.14.2.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jvnet.staxex.stax-ex-1.8.3.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.jvnet.staxex.stax-ex-1.8.3.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-core-3.3.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-core-3.3.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-profile-api-3.3.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-profile-api-3.3.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-api-3.3.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-api-3.3.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-impl-3.3.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-impl-3.3.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-api-3.3.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-api-3.3.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-impl-3.3.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-impl-3.3.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-soap-api-3.3.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-soap-api-3.3.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-api-3.3.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-api-3.3.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-impl-3.3.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-impl-3.3.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-api-3.3.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-api-3.3.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-impl-3.3.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-impl-3.3.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-api-3.3.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-api-3.3.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-impl-3.3.1.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-impl-3.3.1.redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.ow2.asm.asm-9.1.0.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.ow2.asm.asm-util-9.1.0.redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.acl-spi-5.0.3.Final-redhat-00009.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.authorization-spi-5.0.3.Final-redhat-00009.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.common-spi-5.0.3.Final-redhat-00009.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.identity-spi-5.0.3.Final-redhat-00009.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.jboss-security-spi-5.0.3.Final-redhat-00009.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.jbosssx-5.0.3.Final-redhat-00009.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.jbosssx-bare-5.0.3.Final-redhat-00009.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-5.0.3.Final-redhat-00009.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-5.0.3.Final-redhat-00009.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-acl-impl-5.0.3.Final-redhat-00009.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-bare-5.0.3.Final-redhat-00009.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-commons-1.0.0.final-redhat-5.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-commons-1.0.0.final-redhat-5.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-identity-impl-5.0.3.Final-redhat-00009.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-infinispan-5.0.3.Final-redhat-00009.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-infinispan-5.0.3.Final-redhat-00009.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-spi-bare-5.0.3.Final-redhat-00009.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.distribution.picketlink-wildfly8-2.5.5.SP12-redhat-00016.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-api-2.5.5.SP12-redhat-00013.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-api-2.5.5.SP12-redhat-00013.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-common-2.5.5.SP12-redhat-00013.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-common-2.5.5.SP12-redhat-00013.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-config-2.5.5.SP12-redhat-00013.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-config-2.5.5.SP12-redhat-00013.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-federation-2.5.5.SP12-redhat-00013.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-federation-2.5.5.SP12-redhat-00013.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-api-2.5.5.SP12-redhat-00013.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-api-2.5.5.SP12-redhat-00013.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-impl-2.5.5.SP12-redhat-00013.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-impl-2.5.5.SP12-redhat-00013.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-simple-schema-2.5.5.SP12-redhat-00013.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-simple-schema-2.5.5.SP12-redhat-00013.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-impl-2.5.5.SP12-redhat-00013.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-impl-2.5.5.SP12-redhat-00013.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-core-1.1.6.redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-core-1.1.6.redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-wildfly-1.1.6.redhat-1.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-wildfly-1.1.6.redhat-1.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.reactivestreams.reactive-streams-1.0.3.redhat-00003.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.slf4j.jcl-over-slf4j-1.7.30.redhat-00004.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-api-1.7.22.redhat-2.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-api-1.7.22.redhat-2.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-api-1.7.30.redhat-00004.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-ext-1.7.22.redhat-2.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-ext-1.7.22.redhat-2.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.client.wildfly-client-config-1.0.1.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.client.wildfly-client-config-1.0.1.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.common.wildfly-common-1.5.4.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.common.wildfly-common-1.5.4.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-cli-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-controller-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-controller-client-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-management-client-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-management-subsystem-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-security-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-security-api-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-deployment-repository-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-deployment-scanner-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-discovery-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-domain-http-error-context-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-domain-http-interface-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-domain-management-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-elytron-integration-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-elytron-tool-wrapper-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-embedded-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-event-logger-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-host-controller-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-io-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-jmx-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-launcher-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-logging-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-management-client-content-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-network-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-patching-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-platform-mbean-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-process-controller-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-protocol-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-remoting-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-request-controller-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-security-manager-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-server-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-threads-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-version-15.0.33.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.discovery.wildfly-discovery-client-1.2.1.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.discovery.wildfly-discovery-client-1.2.1.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-java-2.2.3.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-java-2.2.3.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-ppc64le-2.2.2.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-ppc64le-2.2.2.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel6-x86_64-2.2.2.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel6-x86_64-2.2.2.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel7-x86_64-2.2.2.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel7-x86_64-2.2.2.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel8-x86_64-2.2.2.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel8-x86_64-2.2.2.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel9-x86_64-2.2.2.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel9-x86_64-2.2.2.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-s390x-2.2.2.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-s390x-2.2.2.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-windows-x86_64-2.2.2.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-1.9.3.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-1.9.3.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-servlet-1.9.3.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-servlet-1.9.3.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-asn1-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-asn1-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-audit-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-audit-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-deprecated-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-deprecated-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-http-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-http-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-sasl-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-sasl-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-util-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-util-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-base-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-base-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-client-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-client-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-deprecated-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-deprecated-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-impl-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-impl-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-store-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-store-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-digest-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-digest-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-encryption-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-encryption-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-basic-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-basic-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-bearer-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-bearer-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-cert-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-cert-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-deprecated-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-deprecated-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-digest-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-digest-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-external-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-external-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-form-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-form-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-oidc-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-spnego-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-spnego-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-sso-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-sso-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-stateful-basic-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-stateful-basic-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-util-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-util-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jacc-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jacc-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jaspi-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jaspi-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jose-jwk-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jose-util-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-json-util-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-json-util-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-keystore-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-keystore-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-digest-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-digest-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-gssapi-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-gssapi-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-http-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-http-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-oauth2-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-oauth2-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-scram-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-scram-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-password-impl-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-password-impl-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-permission-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-permission-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-provider-util-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-provider-util-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-jdbc-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-jdbc-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-ldap-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-ldap-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-token-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-token-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-anonymous-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-anonymous-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-auth-util-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-auth-util-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-deprecated-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-deprecated-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-digest-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-digest-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-entity-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-entity-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-external-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-external-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gs2-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gs2-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gssapi-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gssapi-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-localuser-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-localuser-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-oauth2-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-oauth2-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-otp-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-otp-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-plain-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-plain-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-scram-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-scram-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-action-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-action-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-ssl-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-ssl-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-tool-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-tool-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-util-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-util-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-acme-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-acme-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-util-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-util-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-deprecated-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-deprecated-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-principal-1.15.21.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-principal-1.15.21.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.transaction.wildfly-transaction-client-1.1.17.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.transaction.wildfly-transaction-client-1.1.17.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-client-common-1.1.16.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-client-common-1.1.16.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-ejb-client-1.1.16.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-ejb-client-1.1.16.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-naming-client-1.1.16.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-naming-client-1.1.16.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-transaction-client-1.1.16.Final-redhat-00002.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-transaction-client-1.1.16.Final-redhat-00002.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-naming-client-1.0.17.Final-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-naming-client-1.0.17.Final-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.yaml.snakeyaml-1.33.0.SP1-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :org.yaml.snakeyaml-1.33.0.SP1-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :wsdl4j.wsdl4j-1.6.3.redhat-2.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :wsdl4j.wsdl4j-1.6.3.redhat-2.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :xalan.serializer-2.7.1.redhat-00014.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :xalan.serializer-2.7.1.redhat-00014.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :xalan.xalan-2.7.1.redhat-00014.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :xalan.xalan-2.7.1.redhat-00014.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :xerces.xercesImpl-2.12.0.SP04-redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :xerces.xercesImpl-2.12.0.SP04-redhat-00001.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :xml-resolver.xml-resolver-1.2.0.redhat-12.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :xml-resolver.xml-resolver-1.2.0.redhat-12.pom | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :xom.xom-1.3.7.redhat-00001.jar | — | ||
| Unresolved product id: Red Hat JBoss Enterprise Application Platform :xom.xom-1.3.7.redhat-00001.pom | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat JBoss Enterprise Application Platform 7.4.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat JBoss Enterprise Application Platform 7 is a platform for Java applications based on the WildFly application runtime. \n\nThis release of Red Hat JBoss Enterprise Application Platform 7.4.15 serves as a replacement for Red Hat JBoss Enterprise Application Platform 7.4.14, and includes bug fixes and enhancements. See the Red Hat JBoss Enterprise Application Platform 7.4.15 Release Notes for information about the most significant bug fixes and enhancements included in this release.\n\nSecurity Fix(es):\n\n* santuario: Private Key disclosure in debug-log output [eap-7.4.z] (CVE-2023-44483)\n\n* jgit: arbitrary file overwrite [eap-7.4.z] (CVE-2023-4759)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:0714",
"url": "https://access.redhat.com/errata/RHSA-2024:0714"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?product=appplatform\u0026downloadType=securityPatches\u0026version=7.4",
"url": "https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?product=appplatform\u0026downloadType=securityPatches\u0026version=7.4"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/7.4",
"url": "https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/7.4"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/7.4/html-single/installation_guide/index",
"url": "https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/7.4/html-single/installation_guide/index"
},
{
"category": "external",
"summary": "2238614",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2238614"
},
{
"category": "external",
"summary": "2246070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246070"
},
{
"category": "external",
"summary": "JBEAP-25375",
"url": "https://issues.redhat.com/browse/JBEAP-25375"
},
{
"category": "external",
"summary": "JBEAP-25616",
"url": "https://issues.redhat.com/browse/JBEAP-25616"
},
{
"category": "external",
"summary": "JBEAP-25785",
"url": "https://issues.redhat.com/browse/JBEAP-25785"
},
{
"category": "external",
"summary": "JBEAP-25944",
"url": "https://issues.redhat.com/browse/JBEAP-25944"
},
{
"category": "external",
"summary": "JBEAP-26013",
"url": "https://issues.redhat.com/browse/JBEAP-26013"
},
{
"category": "external",
"summary": "JBEAP-26021",
"url": "https://issues.redhat.com/browse/JBEAP-26021"
},
{
"category": "external",
"summary": "JBEAP-26025",
"url": "https://issues.redhat.com/browse/JBEAP-26025"
},
{
"category": "external",
"summary": "JBEAP-26049",
"url": "https://issues.redhat.com/browse/JBEAP-26049"
},
{
"category": "external",
"summary": "JBEAP-26051",
"url": "https://issues.redhat.com/browse/JBEAP-26051"
},
{
"category": "external",
"summary": "JBEAP-26101",
"url": "https://issues.redhat.com/browse/JBEAP-26101"
},
{
"category": "external",
"summary": "JBEAP-26115",
"url": "https://issues.redhat.com/browse/JBEAP-26115"
},
{
"category": "external",
"summary": "JBEAP-26159",
"url": "https://issues.redhat.com/browse/JBEAP-26159"
},
{
"category": "external",
"summary": "JBEAP-26164",
"url": "https://issues.redhat.com/browse/JBEAP-26164"
},
{
"category": "external",
"summary": "JBEAP-26169",
"url": "https://issues.redhat.com/browse/JBEAP-26169"
},
{
"category": "external",
"summary": "JBEAP-26266",
"url": "https://issues.redhat.com/browse/JBEAP-26266"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0714.json"
}
],
"title": "Red Hat Security Advisory: Red Hat JBoss Enterprise Application Platform 7.4.15 Security update",
"tracking": {
"current_release_date": "2026-04-30T12:59:26+00:00",
"generator": {
"date": "2026-04-30T12:59:26+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2024:0714",
"initial_release_date": "2024-02-06T19:55:38+00:00",
"revision_history": [
{
"date": "2024-02-06T19:55:38+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-23T22:35:06+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T12:59:26+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat JBoss Enterprise Application Platform ",
"product": {
"name": "Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform ",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:jboss_enterprise_application_platform::el7"
}
}
}
],
"category": "product_family",
"name": "Red Hat JBoss Enterprise Application Platform"
},
{
"category": "product_version",
"name": "None.jboss-eap-7.4.15-runtime-maven-repository.zip-None",
"product": {
"name": "None.jboss-eap-7.4.15-runtime-maven-repository.zip-None",
"product_id": "None.jboss-eap-7.4.15-runtime-maven-repository.zip-None",
"product_identification_helper": {
"purl": "pkg:generic/jboss-eap-7.4.15-runtime-maven-repository.zip"
}
}
},
{
"category": "product_version",
"name": "commons-collections.commons-collections-3.2.2.redhat-2.pom",
"product": {
"name": "commons-collections.commons-collections-3.2.2.redhat-2.pom",
"product_id": "commons-collections.commons-collections-3.2.2.redhat-2.pom",
"product_identification_helper": {
"purl": "pkg:maven/commons-collections/commons-collections@3.2.2.redhat-2?type=pom"
}
}
},
{
"category": "product_version",
"name": "commons-collections.commons-collections-3.2.2.redhat-2.jar",
"product": {
"name": "commons-collections.commons-collections-3.2.2.redhat-2.jar",
"product_id": "commons-collections.commons-collections-3.2.2.redhat-2.jar",
"product_identification_helper": {
"purl": "pkg:maven/commons-collections/commons-collections@3.2.2.redhat-2?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.logging.jul-to-slf4j-stub-1.0.1.Final-redhat-3.jar",
"product": {
"name": "org.jboss.logging.jul-to-slf4j-stub-1.0.1.Final-redhat-3.jar",
"product_id": "org.jboss.logging.jul-to-slf4j-stub-1.0.1.Final-redhat-3.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.logging/jul-to-slf4j-stub@1.0.1.Final-redhat-3?type=jar"
}
}
},
{
"category": "product_version",
"name": "antlr.antlr-2.7.7.redhat-7.jar",
"product": {
"name": "antlr.antlr-2.7.7.redhat-7.jar",
"product_id": "antlr.antlr-2.7.7.redhat-7.jar",
"product_identification_helper": {
"purl": "pkg:maven/antlr/antlr@2.7.7.redhat-7?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ws.projects.jaxws-undertow-httpspi-1.0.1.Final-redhat-1.jar",
"product": {
"name": "org.jboss.ws.projects.jaxws-undertow-httpspi-1.0.1.Final-redhat-1.jar",
"product_id": "org.jboss.ws.projects.jaxws-undertow-httpspi-1.0.1.Final-redhat-1.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ws.projects/jaxws-undertow-httpspi@1.0.1.Final-redhat-1?type=jar"
}
}
},
{
"category": "product_version",
"name": "javax.jws.jsr181-api-1.0.0.MR1-redhat-8.jar",
"product": {
"name": "javax.jws.jsr181-api-1.0.0.MR1-redhat-8.jar",
"product_id": "javax.jws.jsr181-api-1.0.0.MR1-redhat-8.jar",
"product_identification_helper": {
"purl": "pkg:maven/javax.jws/jsr181-api@1.0.0.MR1-redhat-8?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.sun.xml.fastinfoset.FastInfoset-1.2.13.redhat-1.jar",
"product": {
"name": "com.sun.xml.fastinfoset.FastInfoset-1.2.13.redhat-1.jar",
"product_id": "com.sun.xml.fastinfoset.FastInfoset-1.2.13.redhat-1.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.sun.xml.fastinfoset/FastInfoset@1.2.13.redhat-1?type=jar"
}
}
},
{
"category": "product_version",
"name": "net.jcip.jcip-annotations-1.0.0.redhat-8.jar",
"product": {
"name": "net.jcip.jcip-annotations-1.0.0.redhat-8.jar",
"product_id": "net.jcip.jcip-annotations-1.0.0.redhat-8.jar",
"product_identification_helper": {
"purl": "pkg:maven/net.jcip/jcip-annotations@1.0.0.redhat-8?type=jar"
}
}
},
{
"category": "product_version",
"name": "wsdl4j.wsdl4j-1.6.3.redhat-2.jar",
"product": {
"name": "wsdl4j.wsdl4j-1.6.3.redhat-2.jar",
"product_id": "wsdl4j.wsdl4j-1.6.3.redhat-2.jar",
"product_identification_helper": {
"purl": "pkg:maven/wsdl4j/wsdl4j@1.6.3.redhat-2?type=jar"
}
}
},
{
"category": "product_version",
"name": "ch.qos.cal10n.cal10n-api-0.8.1.redhat-1.jar",
"product": {
"name": "ch.qos.cal10n.cal10n-api-0.8.1.redhat-1.jar",
"product_id": "ch.qos.cal10n.cal10n-api-0.8.1.redhat-1.jar",
"product_identification_helper": {
"purl": "pkg:maven/ch.qos.cal10n/cal10n-api@0.8.1.redhat-1?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ws.projects.jaxws-undertow-httpspi-1.0.1.Final-redhat-1.pom",
"product": {
"name": "org.jboss.ws.projects.jaxws-undertow-httpspi-1.0.1.Final-redhat-1.pom",
"product_id": "org.jboss.ws.projects.jaxws-undertow-httpspi-1.0.1.Final-redhat-1.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ws.projects/jaxws-undertow-httpspi@1.0.1.Final-redhat-1?type=pom"
}
}
},
{
"category": "product_version",
"name": "com.sun.xml.fastinfoset.FastInfoset-1.2.13.redhat-1.pom",
"product": {
"name": "com.sun.xml.fastinfoset.FastInfoset-1.2.13.redhat-1.pom",
"product_id": "com.sun.xml.fastinfoset.FastInfoset-1.2.13.redhat-1.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.sun.xml.fastinfoset/FastInfoset@1.2.13.redhat-1?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.undertow.js.undertow-js-1.0.2.Final-redhat-1.pom",
"product": {
"name": "io.undertow.js.undertow-js-1.0.2.Final-redhat-1.pom",
"product_id": "io.undertow.js.undertow-js-1.0.2.Final-redhat-1.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.undertow.js/undertow-js@1.0.2.Final-redhat-1?type=pom"
}
}
},
{
"category": "product_version",
"name": "wsdl4j.wsdl4j-1.6.3.redhat-2.pom",
"product": {
"name": "wsdl4j.wsdl4j-1.6.3.redhat-2.pom",
"product_id": "wsdl4j.wsdl4j-1.6.3.redhat-2.pom",
"product_identification_helper": {
"purl": "pkg:maven/wsdl4j/wsdl4j@1.6.3.redhat-2?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.undertow.js.undertow-js-1.0.2.Final-redhat-1.jar",
"product": {
"name": "io.undertow.js.undertow-js-1.0.2.Final-redhat-1.jar",
"product_id": "io.undertow.js.undertow-js-1.0.2.Final-redhat-1.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.undertow.js/undertow-js@1.0.2.Final-redhat-1?type=jar"
}
}
},
{
"category": "product_version",
"name": "ch.qos.cal10n.cal10n-api-0.8.1.redhat-1.pom",
"product": {
"name": "ch.qos.cal10n.cal10n-api-0.8.1.redhat-1.pom",
"product_id": "ch.qos.cal10n.cal10n-api-0.8.1.redhat-1.pom",
"product_identification_helper": {
"purl": "pkg:maven/ch.qos.cal10n/cal10n-api@0.8.1.redhat-1?type=pom"
}
}
},
{
"category": "product_version",
"name": "javax.jws.jsr181-api-1.0.0.MR1-redhat-8.pom",
"product": {
"name": "javax.jws.jsr181-api-1.0.0.MR1-redhat-8.pom",
"product_id": "javax.jws.jsr181-api-1.0.0.MR1-redhat-8.pom",
"product_identification_helper": {
"purl": "pkg:maven/javax.jws/jsr181-api@1.0.0.MR1-redhat-8?type=pom"
}
}
},
{
"category": "product_version",
"name": "gnu.getopt.java-getopt-1.0.13.redhat-5.pom",
"product": {
"name": "gnu.getopt.java-getopt-1.0.13.redhat-5.pom",
"product_id": "gnu.getopt.java-getopt-1.0.13.redhat-5.pom",
"product_identification_helper": {
"purl": "pkg:maven/gnu.getopt/java-getopt@1.0.13.redhat-5?type=pom"
}
}
},
{
"category": "product_version",
"name": "antlr.antlr-2.7.7.redhat-7.pom",
"product": {
"name": "antlr.antlr-2.7.7.redhat-7.pom",
"product_id": "antlr.antlr-2.7.7.redhat-7.pom",
"product_identification_helper": {
"purl": "pkg:maven/antlr/antlr@2.7.7.redhat-7?type=pom"
}
}
},
{
"category": "product_version",
"name": "gnu.getopt.java-getopt-1.0.13.redhat-5.jar",
"product": {
"name": "gnu.getopt.java-getopt-1.0.13.redhat-5.jar",
"product_id": "gnu.getopt.java-getopt-1.0.13.redhat-5.jar",
"product_identification_helper": {
"purl": "pkg:maven/gnu.getopt/java-getopt@1.0.13.redhat-5?type=jar"
}
}
},
{
"category": "product_version",
"name": "net.jcip.jcip-annotations-1.0.0.redhat-8.pom",
"product": {
"name": "net.jcip.jcip-annotations-1.0.0.redhat-8.pom",
"product_id": "net.jcip.jcip-annotations-1.0.0.redhat-8.pom",
"product_identification_helper": {
"purl": "pkg:maven/net.jcip/jcip-annotations@1.0.0.redhat-8?type=pom"
}
}
},
{
"category": "product_version",
"name": "commons-cli.commons-cli-1.2.0.redhat-10.pom",
"product": {
"name": "commons-cli.commons-cli-1.2.0.redhat-10.pom",
"product_id": "commons-cli.commons-cli-1.2.0.redhat-10.pom",
"product_identification_helper": {
"purl": "pkg:maven/commons-cli/commons-cli@1.2.0.redhat-10?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.seam.integration.jboss-seam-int-jbossas-7.0.0.GA-redhat-2.pom",
"product": {
"name": "org.jboss.seam.integration.jboss-seam-int-jbossas-7.0.0.GA-redhat-2.pom",
"product_id": "org.jboss.seam.integration.jboss-seam-int-jbossas-7.0.0.GA-redhat-2.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.seam.integration/jboss-seam-int-jbossas@7.0.0.GA-redhat-2?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.picketbox.picketbox-commons-1.0.0.final-redhat-5.jar",
"product": {
"name": "org.picketbox.picketbox-commons-1.0.0.final-redhat-5.jar",
"product_id": "org.picketbox.picketbox-commons-1.0.0.final-redhat-5.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.picketbox/picketbox-commons@1.0.0.final-redhat-5?type=jar"
}
}
},
{
"category": "product_version",
"name": "joda-time.joda-time-2.9.7.redhat-1.pom",
"product": {
"name": "joda-time.joda-time-2.9.7.redhat-1.pom",
"product_id": "joda-time.joda-time-2.9.7.redhat-1.pom",
"product_identification_helper": {
"purl": "pkg:maven/joda-time/joda-time@2.9.7.redhat-1?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.seam.integration.jboss-seam-int-jbossas-7.0.0.GA-redhat-2.jar",
"product": {
"name": "org.jboss.seam.integration.jboss-seam-int-jbossas-7.0.0.GA-redhat-2.jar",
"product_id": "org.jboss.seam.integration.jboss-seam-int-jbossas-7.0.0.GA-redhat-2.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.seam.integration/jboss-seam-int-jbossas@7.0.0.GA-redhat-2?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.staxmapper-1.3.0.Final-redhat-1.pom",
"product": {
"name": "org.jboss.staxmapper-1.3.0.Final-redhat-1.pom",
"product_id": "org.jboss.staxmapper-1.3.0.Final-redhat-1.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss/staxmapper@1.3.0.Final-redhat-1?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.staxmapper-1.3.0.Final-redhat-1.jar",
"product": {
"name": "org.jboss.staxmapper-1.3.0.Final-redhat-1.jar",
"product_id": "org.jboss.staxmapper-1.3.0.Final-redhat-1.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss/staxmapper@1.3.0.Final-redhat-1?type=jar"
}
}
},
{
"category": "product_version",
"name": "joda-time.joda-time-2.9.7.redhat-1.jar",
"product": {
"name": "joda-time.joda-time-2.9.7.redhat-1.jar",
"product_id": "joda-time.joda-time-2.9.7.redhat-1.jar",
"product_identification_helper": {
"purl": "pkg:maven/joda-time/joda-time@2.9.7.redhat-1?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.picketbox.picketbox-commons-1.0.0.final-redhat-5.pom",
"product": {
"name": "org.picketbox.picketbox-commons-1.0.0.final-redhat-5.pom",
"product_id": "org.picketbox.picketbox-commons-1.0.0.final-redhat-5.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.picketbox/picketbox-commons@1.0.0.final-redhat-5?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.logging.jul-to-slf4j-stub-1.0.1.Final-redhat-3.pom",
"product": {
"name": "org.jboss.logging.jul-to-slf4j-stub-1.0.1.Final-redhat-3.pom",
"product_id": "org.jboss.logging.jul-to-slf4j-stub-1.0.1.Final-redhat-3.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.logging/jul-to-slf4j-stub@1.0.1.Final-redhat-3?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.taglibs.taglibs-standard-compat-1.2.6.RC1-redhat-1.pom",
"product": {
"name": "org.apache.taglibs.taglibs-standard-compat-1.2.6.RC1-redhat-1.pom",
"product_id": "org.apache.taglibs.taglibs-standard-compat-1.2.6.RC1-redhat-1.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.taglibs/taglibs-standard-compat@1.2.6.RC1-redhat-1?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.taglibs.taglibs-standard-compat-1.2.6.RC1-redhat-1.jar",
"product": {
"name": "org.apache.taglibs.taglibs-standard-compat-1.2.6.RC1-redhat-1.jar",
"product_id": "org.apache.taglibs.taglibs-standard-compat-1.2.6.RC1-redhat-1.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.taglibs/taglibs-standard-compat@1.2.6.RC1-redhat-1?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.jboss-transaction-spi-7.6.0.Final-redhat-1.pom",
"product": {
"name": "org.jboss.jboss-transaction-spi-7.6.0.Final-redhat-1.pom",
"product_id": "org.jboss.jboss-transaction-spi-7.6.0.Final-redhat-1.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss/jboss-transaction-spi@7.6.0.Final-redhat-1?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.taglibs.taglibs-standard-spec-1.2.6.RC1-redhat-1.jar",
"product": {
"name": "org.apache.taglibs.taglibs-standard-spec-1.2.6.RC1-redhat-1.jar",
"product_id": "org.apache.taglibs.taglibs-standard-spec-1.2.6.RC1-redhat-1.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.taglibs/taglibs-standard-spec@1.2.6.RC1-redhat-1?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.taglibs.taglibs-standard-spec-1.2.6.RC1-redhat-1.pom",
"product": {
"name": "org.apache.taglibs.taglibs-standard-spec-1.2.6.RC1-redhat-1.pom",
"product_id": "org.apache.taglibs.taglibs-standard-spec-1.2.6.RC1-redhat-1.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.taglibs/taglibs-standard-spec@1.2.6.RC1-redhat-1?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.security.jbossxacml-2.0.8.Final-redhat-8.jar",
"product": {
"name": "org.jboss.security.jbossxacml-2.0.8.Final-redhat-8.jar",
"product_id": "org.jboss.security.jbossxacml-2.0.8.Final-redhat-8.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.security/jbossxacml@2.0.8.Final-redhat-8?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.taglibs.taglibs-standard-impl-1.2.6.RC1-redhat-1.pom",
"product": {
"name": "org.apache.taglibs.taglibs-standard-impl-1.2.6.RC1-redhat-1.pom",
"product_id": "org.apache.taglibs.taglibs-standard-impl-1.2.6.RC1-redhat-1.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.taglibs/taglibs-standard-impl@1.2.6.RC1-redhat-1?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.jboss-transaction-spi-7.6.0.Final-redhat-1.jar",
"product": {
"name": "org.jboss.jboss-transaction-spi-7.6.0.Final-redhat-1.jar",
"product_id": "org.jboss.jboss-transaction-spi-7.6.0.Final-redhat-1.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss/jboss-transaction-spi@7.6.0.Final-redhat-1?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.taglibs.taglibs-standard-impl-1.2.6.RC1-redhat-1.jar",
"product": {
"name": "org.apache.taglibs.taglibs-standard-impl-1.2.6.RC1-redhat-1.jar",
"product_id": "org.apache.taglibs.taglibs-standard-impl-1.2.6.RC1-redhat-1.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.taglibs/taglibs-standard-impl@1.2.6.RC1-redhat-1?type=jar"
}
}
},
{
"category": "product_version",
"name": "net.java.dev.msv.xsdlib-2013.6.1.pom",
"product": {
"name": "net.java.dev.msv.xsdlib-2013.6.1.pom",
"product_id": "net.java.dev.msv.xsdlib-2013.6.1.pom",
"product_identification_helper": {
"purl": "pkg:maven/net.java.dev.msv/xsdlib@2013.6.1?type=pom"
}
}
},
{
"category": "product_version",
"name": "com.sun.xml.bind.jaxb.isorelax-20090621.pom",
"product": {
"name": "com.sun.xml.bind.jaxb.isorelax-20090621.pom",
"product_id": "com.sun.xml.bind.jaxb.isorelax-20090621.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.sun.xml.bind.jaxb/isorelax@20090621?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.projectodd.vdx.vdx-core-1.1.6.redhat-1.jar",
"product": {
"name": "org.projectodd.vdx.vdx-core-1.1.6.redhat-1.jar",
"product_id": "org.projectodd.vdx.vdx-core-1.1.6.redhat-1.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.projectodd.vdx/vdx-core@1.1.6.redhat-1?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.projectodd.vdx.vdx-wildfly-1.1.6.redhat-1.jar",
"product": {
"name": "org.projectodd.vdx.vdx-wildfly-1.1.6.redhat-1.jar",
"product_id": "org.projectodd.vdx.vdx-wildfly-1.1.6.redhat-1.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.projectodd.vdx/vdx-wildfly@1.1.6.redhat-1?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.jboss-iiop-client-1.0.1.Final-redhat-1.pom",
"product": {
"name": "org.jboss.jboss-iiop-client-1.0.1.Final-redhat-1.pom",
"product_id": "org.jboss.jboss-iiop-client-1.0.1.Final-redhat-1.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss/jboss-iiop-client@1.0.1.Final-redhat-1?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.jboss-iiop-client-1.0.1.Final-redhat-1.jar",
"product": {
"name": "org.jboss.jboss-iiop-client-1.0.1.Final-redhat-1.jar",
"product_id": "org.jboss.jboss-iiop-client-1.0.1.Final-redhat-1.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss/jboss-iiop-client@1.0.1.Final-redhat-1?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.projectodd.vdx.vdx-wildfly-1.1.6.redhat-1.pom",
"product": {
"name": "org.projectodd.vdx.vdx-wildfly-1.1.6.redhat-1.pom",
"product_id": "org.projectodd.vdx.vdx-wildfly-1.1.6.redhat-1.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.projectodd.vdx/vdx-wildfly@1.1.6.redhat-1?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.projectodd.vdx.vdx-core-1.1.6.redhat-1.pom",
"product": {
"name": "org.projectodd.vdx.vdx-core-1.1.6.redhat-1.pom",
"product_id": "org.projectodd.vdx.vdx-core-1.1.6.redhat-1.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.projectodd.vdx/vdx-core@1.1.6.redhat-1?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.slf4j.slf4j-api-1.7.22.redhat-2.jar",
"product": {
"name": "org.slf4j.slf4j-api-1.7.22.redhat-2.jar",
"product_id": "org.slf4j.slf4j-api-1.7.22.redhat-2.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.slf4j/slf4j-api@1.7.22.redhat-2?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.slf4j.slf4j-api-1.7.22.redhat-2.pom",
"product": {
"name": "org.slf4j.slf4j-api-1.7.22.redhat-2.pom",
"product_id": "org.slf4j.slf4j-api-1.7.22.redhat-2.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.slf4j/slf4j-api@1.7.22.redhat-2?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.slf4j.slf4j-ext-1.7.22.redhat-2.jar",
"product": {
"name": "org.slf4j.slf4j-ext-1.7.22.redhat-2.jar",
"product_id": "org.slf4j.slf4j-ext-1.7.22.redhat-2.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.slf4j/slf4j-ext@1.7.22.redhat-2?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.slf4j.slf4j-ext-1.7.22.redhat-2.pom",
"product": {
"name": "org.slf4j.slf4j-ext-1.7.22.redhat-2.pom",
"product_id": "org.slf4j.slf4j-ext-1.7.22.redhat-2.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.slf4j/slf4j-ext@1.7.22.redhat-2?type=pom"
}
}
},
{
"category": "product_version",
"name": "jaxen.jaxen-1.1.6.redhat-2.pom",
"product": {
"name": "jaxen.jaxen-1.1.6.redhat-2.pom",
"product_id": "jaxen.jaxen-1.1.6.redhat-2.pom",
"product_identification_helper": {
"purl": "pkg:maven/jaxen/jaxen@1.1.6.redhat-2?type=pom"
}
}
},
{
"category": "product_version",
"name": "jaxen.jaxen-1.1.6.redhat-2.jar",
"product": {
"name": "jaxen.jaxen-1.1.6.redhat-2.jar",
"product_id": "jaxen.jaxen-1.1.6.redhat-2.jar",
"product_identification_helper": {
"purl": "pkg:maven/jaxen/jaxen@1.1.6.redhat-2?type=jar"
}
}
},
{
"category": "product_version",
"name": "xml-resolver.xml-resolver-1.2.0.redhat-12.pom",
"product": {
"name": "xml-resolver.xml-resolver-1.2.0.redhat-12.pom",
"product_id": "xml-resolver.xml-resolver-1.2.0.redhat-12.pom",
"product_identification_helper": {
"purl": "pkg:maven/xml-resolver/xml-resolver@1.2.0.redhat-12?type=pom"
}
}
},
{
"category": "product_version",
"name": "xml-resolver.xml-resolver-1.2.0.redhat-12.jar",
"product": {
"name": "xml-resolver.xml-resolver-1.2.0.redhat-12.jar",
"product_id": "xml-resolver.xml-resolver-1.2.0.redhat-12.jar",
"product_identification_helper": {
"purl": "pkg:maven/xml-resolver/xml-resolver@1.2.0.redhat-12?type=jar"
}
}
},
{
"category": "product_version",
"name": "commons-lang.commons-lang-2.6.0.redhat-7.jar",
"product": {
"name": "commons-lang.commons-lang-2.6.0.redhat-7.jar",
"product_id": "commons-lang.commons-lang-2.6.0.redhat-7.jar",
"product_identification_helper": {
"purl": "pkg:maven/commons-lang/commons-lang@2.6.0.redhat-7?type=jar"
}
}
},
{
"category": "product_version",
"name": "commons-lang.commons-lang-2.6.0.redhat-7.pom",
"product": {
"name": "commons-lang.commons-lang-2.6.0.redhat-7.pom",
"product_id": "commons-lang.commons-lang-2.6.0.redhat-7.pom",
"product_identification_helper": {
"purl": "pkg:maven/commons-lang/commons-lang@2.6.0.redhat-7?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.client.wildfly-client-config-1.0.1.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.client.wildfly-client-config-1.0.1.Final-redhat-00001.jar",
"product_id": "org.wildfly.client.wildfly-client-config-1.0.1.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.client/wildfly-client-config@1.0.1.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.3_spec-1.0.6.Final-redhat-1.jar",
"product": {
"name": "org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.3_spec-1.0.6.Final-redhat-1.jar",
"product_id": "org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.3_spec-1.0.6.Final-redhat-1.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.xml.soap/jboss-saaj-api_1.3_spec@1.0.6.Final-redhat-1?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.lucene.lucene-queryparser-5.5.5.redhat-2.pom",
"product": {
"name": "org.apache.lucene.lucene-queryparser-5.5.5.redhat-2.pom",
"product_id": "org.apache.lucene.lucene-queryparser-5.5.5.redhat-2.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.lucene/lucene-queryparser@5.5.5.redhat-2?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.lucene.lucene-core-5.5.5.redhat-2.jar",
"product": {
"name": "org.apache.lucene.lucene-core-5.5.5.redhat-2.jar",
"product_id": "org.apache.lucene.lucene-core-5.5.5.redhat-2.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.lucene/lucene-core@5.5.5.redhat-2?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.lucene.lucene-analyzers-common-5.5.5.redhat-2.jar",
"product": {
"name": "org.apache.lucene.lucene-analyzers-common-5.5.5.redhat-2.jar",
"product_id": "org.apache.lucene.lucene-analyzers-common-5.5.5.redhat-2.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.lucene/lucene-analyzers-common@5.5.5.redhat-2?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.lucene.lucene-misc-5.5.5.redhat-2.pom",
"product": {
"name": "org.apache.lucene.lucene-misc-5.5.5.redhat-2.pom",
"product_id": "org.apache.lucene.lucene-misc-5.5.5.redhat-2.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.lucene/lucene-misc@5.5.5.redhat-2?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.logging.commons-logging-jboss-logging-1.0.0.Final-redhat-1.jar",
"product": {
"name": "org.jboss.logging.commons-logging-jboss-logging-1.0.0.Final-redhat-1.jar",
"product_id": "org.jboss.logging.commons-logging-jboss-logging-1.0.0.Final-redhat-1.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.logging/commons-logging-jboss-logging@1.0.0.Final-redhat-1?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.lucene.lucene-core-5.5.5.redhat-2.pom",
"product": {
"name": "org.apache.lucene.lucene-core-5.5.5.redhat-2.pom",
"product_id": "org.apache.lucene.lucene-core-5.5.5.redhat-2.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.lucene/lucene-core@5.5.5.redhat-2?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.lucene.lucene-backward-codecs-5.5.5.redhat-2.jar",
"product": {
"name": "org.apache.lucene.lucene-backward-codecs-5.5.5.redhat-2.jar",
"product_id": "org.apache.lucene.lucene-backward-codecs-5.5.5.redhat-2.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.lucene/lucene-backward-codecs@5.5.5.redhat-2?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.neethi.neethi-3.1.1.redhat-1.pom",
"product": {
"name": "org.apache.neethi.neethi-3.1.1.redhat-1.pom",
"product_id": "org.apache.neethi.neethi-3.1.1.redhat-1.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.neethi/neethi@3.1.1.redhat-1?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.lucene.lucene-backward-codecs-5.5.5.redhat-2.pom",
"product": {
"name": "org.apache.lucene.lucene-backward-codecs-5.5.5.redhat-2.pom",
"product_id": "org.apache.lucene.lucene-backward-codecs-5.5.5.redhat-2.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.lucene/lucene-backward-codecs@5.5.5.redhat-2?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.lucene.lucene-queries-5.5.5.redhat-2.pom",
"product": {
"name": "org.apache.lucene.lucene-queries-5.5.5.redhat-2.pom",
"product_id": "org.apache.lucene.lucene-queries-5.5.5.redhat-2.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.lucene/lucene-queries@5.5.5.redhat-2?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.3_spec-1.0.6.Final-redhat-1.pom",
"product": {
"name": "org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.3_spec-1.0.6.Final-redhat-1.pom",
"product_id": "org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.3_spec-1.0.6.Final-redhat-1.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.xml.soap/jboss-saaj-api_1.3_spec@1.0.6.Final-redhat-1?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.lucene.lucene-queries-5.5.5.redhat-2.jar",
"product": {
"name": "org.apache.lucene.lucene-queries-5.5.5.redhat-2.jar",
"product_id": "org.apache.lucene.lucene-queries-5.5.5.redhat-2.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.lucene/lucene-queries@5.5.5.redhat-2?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.lucene.lucene-analyzers-common-5.5.5.redhat-2.pom",
"product": {
"name": "org.apache.lucene.lucene-analyzers-common-5.5.5.redhat-2.pom",
"product_id": "org.apache.lucene.lucene-analyzers-common-5.5.5.redhat-2.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.lucene/lucene-analyzers-common@5.5.5.redhat-2?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.lucene.lucene-queryparser-5.5.5.redhat-2.jar",
"product": {
"name": "org.apache.lucene.lucene-queryparser-5.5.5.redhat-2.jar",
"product_id": "org.apache.lucene.lucene-queryparser-5.5.5.redhat-2.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.lucene/lucene-queryparser@5.5.5.redhat-2?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.lucene.lucene-misc-5.5.5.redhat-2.jar",
"product": {
"name": "org.apache.lucene.lucene-misc-5.5.5.redhat-2.jar",
"product_id": "org.apache.lucene.lucene-misc-5.5.5.redhat-2.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.lucene/lucene-misc@5.5.5.redhat-2?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.lucene.lucene-facet-5.5.5.redhat-2.jar",
"product": {
"name": "org.apache.lucene.lucene-facet-5.5.5.redhat-2.jar",
"product_id": "org.apache.lucene.lucene-facet-5.5.5.redhat-2.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.lucene/lucene-facet@5.5.5.redhat-2?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.neethi.neethi-3.1.1.redhat-1.jar",
"product": {
"name": "org.apache.neethi.neethi-3.1.1.redhat-1.jar",
"product_id": "org.apache.neethi.neethi-3.1.1.redhat-1.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.neethi/neethi@3.1.1.redhat-1?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.lucene.lucene-facet-5.5.5.redhat-2.pom",
"product": {
"name": "org.apache.lucene.lucene-facet-5.5.5.redhat-2.pom",
"product_id": "org.apache.lucene.lucene-facet-5.5.5.redhat-2.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.lucene/lucene-facet@5.5.5.redhat-2?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.client.wildfly-client-config-1.0.1.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.client.wildfly-client-config-1.0.1.Final-redhat-00001.pom",
"product_id": "org.wildfly.client.wildfly-client-config-1.0.1.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.client/wildfly-client-config@1.0.1.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ws.jbossws-api-1.1.2.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.ws.jbossws-api-1.1.2.Final-redhat-00001.jar",
"product_id": "org.jboss.ws.jbossws-api-1.1.2.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ws/jbossws-api@1.1.2.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.agroal.agroal-narayana-1.3.0.redhat-00001.jar",
"product": {
"name": "io.agroal.agroal-narayana-1.3.0.redhat-00001.jar",
"product_id": "io.agroal.agroal-narayana-1.3.0.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.agroal/agroal-narayana@1.3.0.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.agroal.agroal-narayana-1.3.0.redhat-00001.pom",
"product": {
"name": "io.agroal.agroal-narayana-1.3.0.redhat-00001.pom",
"product_id": "io.agroal.agroal-narayana-1.3.0.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.agroal/agroal-narayana@1.3.0.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ws.jbossws-api-1.1.2.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.ws.jbossws-api-1.1.2.Final-redhat-00001.pom",
"product_id": "org.jboss.ws.jbossws-api-1.1.2.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ws/jbossws-api@1.1.2.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.agroal.agroal-pool-1.3.0.redhat-00001.pom",
"product": {
"name": "io.agroal.agroal-pool-1.3.0.redhat-00001.pom",
"product_id": "io.agroal.agroal-pool-1.3.0.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.agroal/agroal-pool@1.3.0.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.agroal.agroal-api-1.3.0.redhat-00001.jar",
"product": {
"name": "io.agroal.agroal-api-1.3.0.redhat-00001.jar",
"product_id": "io.agroal.agroal-api-1.3.0.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.agroal/agroal-api@1.3.0.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.agroal.agroal-pool-1.3.0.redhat-00001.jar",
"product": {
"name": "io.agroal.agroal-pool-1.3.0.redhat-00001.jar",
"product_id": "io.agroal.agroal-pool-1.3.0.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.agroal/agroal-pool@1.3.0.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ws.jbossws-common-tools-1.3.2.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.ws.jbossws-common-tools-1.3.2.Final-redhat-00001.pom",
"product_id": "org.jboss.ws.jbossws-common-tools-1.3.2.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ws/jbossws-common-tools@1.3.2.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ws.jbossws-common-tools-1.3.2.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.ws.jbossws-common-tools-1.3.2.Final-redhat-00001.jar",
"product_id": "org.jboss.ws.jbossws-common-tools-1.3.2.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ws/jbossws-common-tools@1.3.2.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.agroal.agroal-api-1.3.0.redhat-00001.pom",
"product": {
"name": "io.agroal.agroal-api-1.3.0.redhat-00001.pom",
"product_id": "io.agroal.agroal-api-1.3.0.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.agroal/agroal-api@1.3.0.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.logging.commons-logging-jboss-logging-1.0.0.Final-redhat-1.pom",
"product": {
"name": "org.jboss.logging.commons-logging-jboss-logging-1.0.0.Final-redhat-1.pom",
"product_id": "org.jboss.logging.commons-logging-jboss-logging-1.0.0.Final-redhat-1.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.logging/commons-logging-jboss-logging@1.0.0.Final-redhat-1?type=pom"
}
}
},
{
"category": "product_version",
"name": "commons-codec.commons-codec-1.11.0.redhat-00001.pom",
"product": {
"name": "commons-codec.commons-codec-1.11.0.redhat-00001.pom",
"product_id": "commons-codec.commons-codec-1.11.0.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/commons-codec/commons-codec@1.11.0.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.jboss-ejb-client-legacy-3.0.3.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.jboss-ejb-client-legacy-3.0.3.Final-redhat-00001.jar",
"product_id": "org.jboss.jboss-ejb-client-legacy-3.0.3.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss/jboss-ejb-client-legacy@3.0.3.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.jboss-ejb-client-legacy-3.0.3.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.jboss-ejb-client-legacy-3.0.3.Final-redhat-00001.pom",
"product_id": "org.jboss.jboss-ejb-client-legacy-3.0.3.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss/jboss-ejb-client-legacy@3.0.3.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.httpcomponents.httpasyncclient-4.1.4.redhat-00001.pom",
"product": {
"name": "org.apache.httpcomponents.httpasyncclient-4.1.4.redhat-00001.pom",
"product_id": "org.apache.httpcomponents.httpasyncclient-4.1.4.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.httpcomponents/httpasyncclient@4.1.4.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.httpcomponents.httpasyncclient-4.1.4.redhat-00001.jar",
"product": {
"name": "org.apache.httpcomponents.httpasyncclient-4.1.4.redhat-00001.jar",
"product_id": "org.apache.httpcomponents.httpasyncclient-4.1.4.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.httpcomponents/httpasyncclient@4.1.4.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ejb3.jboss-ejb3-ext-api-2.3.0.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.ejb3.jboss-ejb3-ext-api-2.3.0.Final-redhat-00001.jar",
"product_id": "org.jboss.ejb3.jboss-ejb3-ext-api-2.3.0.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ejb3/jboss-ejb3-ext-api@2.3.0.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ejb3.jboss-ejb3-ext-api-2.3.0.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.ejb3.jboss-ejb3-ext-api-2.3.0.Final-redhat-00001.pom",
"product_id": "org.jboss.ejb3.jboss-ejb3-ext-api-2.3.0.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ejb3/jboss-ejb3-ext-api@2.3.0.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.hibernate.common.hibernate-commons-annotations-5.0.5.Final-redhat-00002.jar",
"product": {
"name": "org.hibernate.common.hibernate-commons-annotations-5.0.5.Final-redhat-00002.jar",
"product_id": "org.hibernate.common.hibernate-commons-annotations-5.0.5.Final-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.hibernate.common/hibernate-commons-annotations@5.0.5.Final-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.stdio.jboss-stdio-1.1.0.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.stdio.jboss-stdio-1.1.0.Final-redhat-00001.jar",
"product_id": "org.jboss.stdio.jboss-stdio-1.1.0.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.stdio/jboss-stdio@1.1.0.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.stdio.jboss-stdio-1.1.0.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.stdio.jboss-stdio-1.1.0.Final-redhat-00001.pom",
"product_id": "org.jboss.stdio.jboss-stdio-1.1.0.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.stdio/jboss-stdio@1.1.0.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.security.jboss-negotiation-spnego-3.0.6.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.security.jboss-negotiation-spnego-3.0.6.Final-redhat-00001.pom",
"product_id": "org.jboss.security.jboss-negotiation-spnego-3.0.6.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.security/jboss-negotiation-spnego@3.0.6.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.security.jboss-negotiation-common-3.0.6.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.security.jboss-negotiation-common-3.0.6.Final-redhat-00001.jar",
"product_id": "org.jboss.security.jboss-negotiation-common-3.0.6.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.security/jboss-negotiation-common@3.0.6.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.security.jboss-negotiation-extras-3.0.6.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.security.jboss-negotiation-extras-3.0.6.Final-redhat-00001.pom",
"product_id": "org.jboss.security.jboss-negotiation-extras-3.0.6.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.security/jboss-negotiation-extras@3.0.6.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.security.jboss-negotiation-common-3.0.6.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.security.jboss-negotiation-common-3.0.6.Final-redhat-00001.pom",
"product_id": "org.jboss.security.jboss-negotiation-common-3.0.6.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.security/jboss-negotiation-common@3.0.6.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.security.jboss-negotiation-ntlm-3.0.6.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.security.jboss-negotiation-ntlm-3.0.6.Final-redhat-00001.pom",
"product_id": "org.jboss.security.jboss-negotiation-ntlm-3.0.6.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.security/jboss-negotiation-ntlm@3.0.6.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.security.jboss-negotiation-extras-3.0.6.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.security.jboss-negotiation-extras-3.0.6.Final-redhat-00001.jar",
"product_id": "org.jboss.security.jboss-negotiation-extras-3.0.6.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.security/jboss-negotiation-extras@3.0.6.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.security.jboss-negotiation-spnego-3.0.6.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.security.jboss-negotiation-spnego-3.0.6.Final-redhat-00001.jar",
"product_id": "org.jboss.security.jboss-negotiation-spnego-3.0.6.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.security/jboss-negotiation-spnego@3.0.6.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.security.jboss-negotiation-ntlm-3.0.6.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.security.jboss-negotiation-ntlm-3.0.6.Final-redhat-00001.jar",
"product_id": "org.jboss.security.jboss-negotiation-ntlm-3.0.6.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.security/jboss-negotiation-ntlm@3.0.6.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "jboss.jaxbintros.jboss-jaxb-intros-1.0.3.GA-redhat-00001.pom",
"product": {
"name": "jboss.jaxbintros.jboss-jaxb-intros-1.0.3.GA-redhat-00001.pom",
"product_id": "jboss.jaxbintros.jboss-jaxb-intros-1.0.3.GA-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/jboss.jaxbintros/jboss-jaxb-intros@1.0.3.GA-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "jboss.jaxbintros.jboss-jaxb-intros-1.0.3.GA-redhat-00001.jar",
"product": {
"name": "jboss.jaxbintros.jboss-jaxb-intros-1.0.3.GA-redhat-00001.jar",
"product_id": "jboss.jaxbintros.jboss-jaxb-intros-1.0.3.GA-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/jboss.jaxbintros/jboss-jaxb-intros@1.0.3.GA-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.fusesource.hawtjni.hawtjni-runtime-1.17.0.redhat-00001.pom",
"product": {
"name": "org.fusesource.hawtjni.hawtjni-runtime-1.17.0.redhat-00001.pom",
"product_id": "org.fusesource.hawtjni.hawtjni-runtime-1.17.0.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.fusesource.hawtjni/hawtjni-runtime@1.17.0.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.fusesource.jansi.jansi-1.18.0.redhat-00001.jar",
"product": {
"name": "org.fusesource.jansi.jansi-1.18.0.redhat-00001.jar",
"product_id": "org.fusesource.jansi.jansi-1.18.0.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.fusesource.jansi/jansi@1.18.0.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.fusesource.jansi.jansi-linux32-1.8.0.redhat-00001.pom",
"product": {
"name": "org.fusesource.jansi.jansi-linux32-1.8.0.redhat-00001.pom",
"product_id": "org.fusesource.jansi.jansi-linux32-1.8.0.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.fusesource.jansi/jansi-linux32@1.8.0.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.fusesource.jansi.jansi-linux64-1.8.0.redhat-00001.pom",
"product": {
"name": "org.fusesource.jansi.jansi-linux64-1.8.0.redhat-00001.pom",
"product_id": "org.fusesource.jansi.jansi-linux64-1.8.0.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.fusesource.jansi/jansi-linux64@1.8.0.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.fusesource.jansi.jansi-native-1.8.0.redhat-00001.pom",
"product": {
"name": "org.fusesource.jansi.jansi-native-1.8.0.redhat-00001.pom",
"product_id": "org.fusesource.jansi.jansi-native-1.8.0.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.fusesource.jansi/jansi-native@1.8.0.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.common.jboss-common-beans-2.0.1.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.common.jboss-common-beans-2.0.1.Final-redhat-00001.jar",
"product_id": "org.jboss.common.jboss-common-beans-2.0.1.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.common/jboss-common-beans@2.0.1.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.common.jboss-common-beans-2.0.1.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.common.jboss-common-beans-2.0.1.Final-redhat-00001.pom",
"product_id": "org.jboss.common.jboss-common-beans-2.0.1.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.common/jboss-common-beans@2.0.1.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.openjdk-orb.openjdk-orb-8.1.4.Final-redhat-00002.pom",
"product": {
"name": "org.jboss.openjdk-orb.openjdk-orb-8.1.4.Final-redhat-00002.pom",
"product_id": "org.jboss.openjdk-orb.openjdk-orb-8.1.4.Final-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.openjdk-orb/openjdk-orb@8.1.4.Final-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.openjdk-orb.openjdk-orb-8.1.4.Final-redhat-00002.jar",
"product": {
"name": "org.jboss.openjdk-orb.openjdk-orb-8.1.4.Final-redhat-00002.jar",
"product_id": "org.jboss.openjdk-orb.openjdk-orb-8.1.4.Final-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.openjdk-orb/openjdk-orb@8.1.4.Final-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.logging.jboss-logging-3.4.1.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.logging.jboss-logging-3.4.1.Final-redhat-00001.pom",
"product_id": "org.jboss.logging.jboss-logging-3.4.1.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.logging/jboss-logging@3.4.1.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.logging.jboss-logging-3.4.1.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.logging.jboss-logging-3.4.1.Final-redhat-00001.jar",
"product_id": "org.jboss.logging.jboss-logging-3.4.1.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.logging/jboss-logging@3.4.1.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.aesh.aesh-extensions-1.8.0.redhat-00001.jar",
"product": {
"name": "org.aesh.aesh-extensions-1.8.0.redhat-00001.jar",
"product_id": "org.aesh.aesh-extensions-1.8.0.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.aesh/aesh-extensions@1.8.0.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.aesh.aesh-extensions-1.8.0.redhat-00001.pom",
"product": {
"name": "org.aesh.aesh-extensions-1.8.0.redhat-00001.pom",
"product_id": "org.aesh.aesh-extensions-1.8.0.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.aesh/aesh-extensions@1.8.0.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "commons-cli.commons-cli-1.4.0.redhat-00001.jar",
"product": {
"name": "commons-cli.commons-cli-1.4.0.redhat-00001.jar",
"product_id": "commons-cli.commons-cli-1.4.0.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/commons-cli/commons-cli@1.4.0.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "commons-cli.commons-cli-1.4.0.redhat-00001.pom",
"product": {
"name": "commons-cli.commons-cli-1.4.0.redhat-00001.pom",
"product_id": "commons-cli.commons-cli-1.4.0.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/commons-cli/commons-cli@1.4.0.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.aesh.aesh-2.4.0.redhat-00001.jar",
"product": {
"name": "org.aesh.aesh-2.4.0.redhat-00001.jar",
"product_id": "org.aesh.aesh-2.4.0.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.aesh/aesh@2.4.0.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.aesh.aesh-2.4.0.redhat-00001.pom",
"product": {
"name": "org.aesh.aesh-2.4.0.redhat-00001.pom",
"product_id": "org.aesh.aesh-2.4.0.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.aesh/aesh@2.4.0.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.security.auth.message.jboss-jaspi-api_1.1_spec-2.0.1.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.spec.javax.security.auth.message.jboss-jaspi-api_1.1_spec-2.0.1.Final-redhat-00001.pom",
"product_id": "org.jboss.spec.javax.security.auth.message.jboss-jaspi-api_1.1_spec-2.0.1.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.security.auth.message/jboss-jaspi-api_1.1_spec@2.0.1.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.security.auth.message.jboss-jaspi-api_1.1_spec-2.0.1.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.spec.javax.security.auth.message.jboss-jaspi-api_1.1_spec-2.0.1.Final-redhat-00001.jar",
"product_id": "org.jboss.spec.javax.security.auth.message.jboss-jaspi-api_1.1_spec-2.0.1.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.security.auth.message/jboss-jaspi-api_1.1_spec@2.0.1.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.security.jacc.jboss-jacc-api_1.5_spec-2.0.0.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.spec.javax.security.jacc.jboss-jacc-api_1.5_spec-2.0.0.Final-redhat-00001.pom",
"product_id": "org.jboss.spec.javax.security.jacc.jboss-jacc-api_1.5_spec-2.0.0.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.security.jacc/jboss-jacc-api_1.5_spec@2.0.0.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.security.jacc.jboss-jacc-api_1.5_spec-2.0.0.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.spec.javax.security.jacc.jboss-jacc-api_1.5_spec-2.0.0.Final-redhat-00001.jar",
"product_id": "org.jboss.spec.javax.security.jacc.jboss-jacc-api_1.5_spec-2.0.0.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.security.jacc/jboss-jacc-api_1.5_spec@2.0.0.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.glassfish.jakarta.json-1.1.6.redhat-00001.jar",
"product": {
"name": "org.glassfish.jakarta.json-1.1.6.redhat-00001.jar",
"product_id": "org.glassfish.jakarta.json-1.1.6.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.glassfish/jakarta.json@1.1.6.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.glassfish.jakarta.json-1.1.6.redhat-00001.pom",
"product": {
"name": "org.glassfish.jakarta.json-1.1.6.redhat-00001.pom",
"product_id": "org.glassfish.jakarta.json-1.1.6.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.glassfish/jakarta.json@1.1.6.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "jakarta.json.jakarta.json-api-1.1.6.redhat-00001.jar",
"product": {
"name": "jakarta.json.jakarta.json-api-1.1.6.redhat-00001.jar",
"product_id": "jakarta.json.jakarta.json-api-1.1.6.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/jakarta.json/jakarta.json-api@1.1.6.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "jakarta.json.jakarta.json-api-1.1.6.redhat-00001.pom",
"product": {
"name": "jakarta.json.jakarta.json-api-1.1.6.redhat-00001.pom",
"product_id": "jakarta.json.jakarta.json-api-1.1.6.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/jakarta.json/jakarta.json-api@1.1.6.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "jakarta.security.enterprise.jakarta.security.enterprise-api-1.0.2.redhat-00001.jar",
"product": {
"name": "jakarta.security.enterprise.jakarta.security.enterprise-api-1.0.2.redhat-00001.jar",
"product_id": "jakarta.security.enterprise.jakarta.security.enterprise-api-1.0.2.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/jakarta.security.enterprise/jakarta.security.enterprise-api@1.0.2.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "jakarta.security.enterprise.jakarta.security.enterprise-api-1.0.2.redhat-00001.pom",
"product": {
"name": "jakarta.security.enterprise.jakarta.security.enterprise-api-1.0.2.redhat-00001.pom",
"product_id": "jakarta.security.enterprise.jakarta.security.enterprise-api-1.0.2.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/jakarta.security.enterprise/jakarta.security.enterprise-api@1.0.2.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "net.shibboleth.utilities.java-support-7.3.0.redhat-00001.jar",
"product": {
"name": "net.shibboleth.utilities.java-support-7.3.0.redhat-00001.jar",
"product_id": "net.shibboleth.utilities.java-support-7.3.0.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/net.shibboleth.utilities/java-support@7.3.0.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "net.shibboleth.utilities.java-support-7.3.0.redhat-00001.pom",
"product": {
"name": "net.shibboleth.utilities.java-support-7.3.0.redhat-00001.pom",
"product_id": "net.shibboleth.utilities.java-support-7.3.0.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/net.shibboleth.utilities/java-support@7.3.0.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.xml.ws.jboss-jaxws-api_2.3_spec-2.0.0.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.spec.javax.xml.ws.jboss-jaxws-api_2.3_spec-2.0.0.Final-redhat-00001.pom",
"product_id": "org.jboss.spec.javax.xml.ws.jboss-jaxws-api_2.3_spec-2.0.0.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.xml.ws/jboss-jaxws-api_2.3_spec@2.0.0.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.xml.ws.jboss-jaxws-api_2.3_spec-2.0.0.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.spec.javax.xml.ws.jboss-jaxws-api_2.3_spec-2.0.0.Final-redhat-00001.jar",
"product_id": "org.jboss.spec.javax.xml.ws.jboss-jaxws-api_2.3_spec-2.0.0.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.xml.ws/jboss-jaxws-api_2.3_spec@2.0.0.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.websocket.jboss-websocket-api_1.1_spec-2.0.0.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.spec.javax.websocket.jboss-websocket-api_1.1_spec-2.0.0.Final-redhat-00001.jar",
"product_id": "org.jboss.spec.javax.websocket.jboss-websocket-api_1.1_spec-2.0.0.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.websocket/jboss-websocket-api_1.1_spec@2.0.0.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.websocket.jboss-websocket-api_1.1_spec-2.0.0.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.spec.javax.websocket.jboss-websocket-api_1.1_spec-2.0.0.Final-redhat-00001.pom",
"product_id": "org.jboss.spec.javax.websocket.jboss-websocket-api_1.1_spec-2.0.0.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.websocket/jboss-websocket-api_1.1_spec@2.0.0.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "jakarta.persistence.jakarta.persistence-api-2.2.3.redhat-00001.jar",
"product": {
"name": "jakarta.persistence.jakarta.persistence-api-2.2.3.redhat-00001.jar",
"product_id": "jakarta.persistence.jakarta.persistence-api-2.2.3.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/jakarta.persistence/jakarta.persistence-api@2.2.3.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "jakarta.persistence.jakarta.persistence-api-2.2.3.redhat-00001.pom",
"product": {
"name": "jakarta.persistence.jakarta.persistence-api-2.2.3.redhat-00001.pom",
"product_id": "jakarta.persistence.jakarta.persistence-api-2.2.3.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/jakarta.persistence/jakarta.persistence-api@2.2.3.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "jakarta.validation.jakarta.validation-api-2.0.2.redhat-00001.pom",
"product": {
"name": "jakarta.validation.jakarta.validation-api-2.0.2.redhat-00001.pom",
"product_id": "jakarta.validation.jakarta.validation-api-2.0.2.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/jakarta.validation/jakarta.validation-api@2.0.2.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "jakarta.validation.jakarta.validation-api-2.0.2.redhat-00001.jar",
"product": {
"name": "jakarta.validation.jakarta.validation-api-2.0.2.redhat-00001.jar",
"product_id": "jakarta.validation.jakarta.validation-api-2.0.2.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/jakarta.validation/jakarta.validation-api@2.0.2.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.ejb.jboss-ejb-api_3.2_spec-2.0.0.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.spec.javax.ejb.jboss-ejb-api_3.2_spec-2.0.0.Final-redhat-00001.pom",
"product_id": "org.jboss.spec.javax.ejb.jboss-ejb-api_3.2_spec-2.0.0.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.ejb/jboss-ejb-api_3.2_spec@2.0.0.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.ejb.jboss-ejb-api_3.2_spec-2.0.0.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.spec.javax.ejb.jboss-ejb-api_3.2_spec-2.0.0.Final-redhat-00001.jar",
"product_id": "org.jboss.spec.javax.ejb.jboss-ejb-api_3.2_spec-2.0.0.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.ejb/jboss-ejb-api_3.2_spec@2.0.0.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.batch.jboss-batch-api_1.0_spec-2.0.0.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.spec.javax.batch.jboss-batch-api_1.0_spec-2.0.0.Final-redhat-00001.pom",
"product_id": "org.jboss.spec.javax.batch.jboss-batch-api_1.0_spec-2.0.0.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.batch/jboss-batch-api_1.0_spec@2.0.0.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.batch.jboss-batch-api_1.0_spec-2.0.0.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.spec.javax.batch.jboss-batch-api_1.0_spec-2.0.0.Final-redhat-00001.jar",
"product_id": "org.jboss.spec.javax.batch.jboss-batch-api_1.0_spec-2.0.0.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.batch/jboss-batch-api_1.0_spec@2.0.0.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.enterprise.concurrent.jboss-concurrency-api_1.0_spec-2.0.0.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.spec.javax.enterprise.concurrent.jboss-concurrency-api_1.0_spec-2.0.0.Final-redhat-00001.jar",
"product_id": "org.jboss.spec.javax.enterprise.concurrent.jboss-concurrency-api_1.0_spec-2.0.0.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.enterprise.concurrent/jboss-concurrency-api_1.0_spec@2.0.0.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.enterprise.concurrent.jboss-concurrency-api_1.0_spec-2.0.0.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.spec.javax.enterprise.concurrent.jboss-concurrency-api_1.0_spec-2.0.0.Final-redhat-00001.pom",
"product_id": "org.jboss.spec.javax.enterprise.concurrent.jboss-concurrency-api_1.0_spec-2.0.0.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.enterprise.concurrent/jboss-concurrency-api_1.0_spec@2.0.0.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.xml.rpc.jboss-jaxrpc-api_1.1_spec-2.0.0.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.spec.javax.xml.rpc.jboss-jaxrpc-api_1.1_spec-2.0.0.Final-redhat-00001.jar",
"product_id": "org.jboss.spec.javax.xml.rpc.jboss-jaxrpc-api_1.1_spec-2.0.0.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.xml.rpc/jboss-jaxrpc-api_1.1_spec@2.0.0.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.xml.rpc.jboss-jaxrpc-api_1.1_spec-2.0.0.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.spec.javax.xml.rpc.jboss-jaxrpc-api_1.1_spec-2.0.0.Final-redhat-00001.pom",
"product_id": "org.jboss.spec.javax.xml.rpc.jboss-jaxrpc-api_1.1_spec-2.0.0.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.xml.rpc/jboss-jaxrpc-api_1.1_spec@2.0.0.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.resource.jboss-connector-api_1.7_spec-2.0.0.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.spec.javax.resource.jboss-connector-api_1.7_spec-2.0.0.Final-redhat-00001.jar",
"product_id": "org.jboss.spec.javax.resource.jboss-connector-api_1.7_spec-2.0.0.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.resource/jboss-connector-api_1.7_spec@2.0.0.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.resource.jboss-connector-api_1.7_spec-2.0.0.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.spec.javax.resource.jboss-connector-api_1.7_spec-2.0.0.Final-redhat-00001.pom",
"product_id": "org.jboss.spec.javax.resource.jboss-connector-api_1.7_spec-2.0.0.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.resource/jboss-connector-api_1.7_spec@2.0.0.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.management.j2ee.jboss-j2eemgmt-api_1.1_spec-2.0.0.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.spec.javax.management.j2ee.jboss-j2eemgmt-api_1.1_spec-2.0.0.Final-redhat-00001.jar",
"product_id": "org.jboss.spec.javax.management.j2ee.jboss-j2eemgmt-api_1.1_spec-2.0.0.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.management.j2ee/jboss-j2eemgmt-api_1.1_spec@2.0.0.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.management.j2ee.jboss-j2eemgmt-api_1.1_spec-2.0.0.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.spec.javax.management.j2ee.jboss-j2eemgmt-api_1.1_spec-2.0.0.Final-redhat-00001.pom",
"product_id": "org.jboss.spec.javax.management.j2ee.jboss-j2eemgmt-api_1.1_spec-2.0.0.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.management.j2ee/jboss-j2eemgmt-api_1.1_spec@2.0.0.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.jms.jboss-jms-api_2.0_spec-2.0.0.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.spec.javax.jms.jboss-jms-api_2.0_spec-2.0.0.Final-redhat-00001.pom",
"product_id": "org.jboss.spec.javax.jms.jboss-jms-api_2.0_spec-2.0.0.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.jms/jboss-jms-api_2.0_spec@2.0.0.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.jms.jboss-jms-api_2.0_spec-2.0.0.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.spec.javax.jms.jboss-jms-api_2.0_spec-2.0.0.Final-redhat-00001.jar",
"product_id": "org.jboss.spec.javax.jms.jboss-jms-api_2.0_spec-2.0.0.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.jms/jboss-jms-api_2.0_spec@2.0.0.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.annotation.jboss-annotations-api_1.3_spec-2.0.1.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.spec.javax.annotation.jboss-annotations-api_1.3_spec-2.0.1.Final-redhat-00001.pom",
"product_id": "org.jboss.spec.javax.annotation.jboss-annotations-api_1.3_spec-2.0.1.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.annotation/jboss-annotations-api_1.3_spec@2.0.1.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.annotation.jboss-annotations-api_1.3_spec-2.0.1.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.spec.javax.annotation.jboss-annotations-api_1.3_spec-2.0.1.Final-redhat-00001.jar",
"product_id": "org.jboss.spec.javax.annotation.jboss-annotations-api_1.3_spec-2.0.1.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.annotation/jboss-annotations-api_1.3_spec@2.0.1.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.servlet.jboss-servlet-api_4.0_spec-2.0.0.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.spec.javax.servlet.jboss-servlet-api_4.0_spec-2.0.0.Final-redhat-00001.jar",
"product_id": "org.jboss.spec.javax.servlet.jboss-servlet-api_4.0_spec-2.0.0.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.servlet/jboss-servlet-api_4.0_spec@2.0.0.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.servlet.jboss-servlet-api_4.0_spec-2.0.0.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.spec.javax.servlet.jboss-servlet-api_4.0_spec-2.0.0.Final-redhat-00001.pom",
"product_id": "org.jboss.spec.javax.servlet.jboss-servlet-api_4.0_spec-2.0.0.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.servlet/jboss-servlet-api_4.0_spec@2.0.0.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "com.sun.xml.messaging.saaj.saaj-impl-1.4.1.SP1-redhat-00001.pom",
"product": {
"name": "com.sun.xml.messaging.saaj.saaj-impl-1.4.1.SP1-redhat-00001.pom",
"product_id": "com.sun.xml.messaging.saaj.saaj-impl-1.4.1.SP1-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.sun.xml.messaging.saaj/saaj-impl@1.4.1.SP1-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "com.sun.xml.messaging.saaj.saaj-impl-1.4.1.SP1-redhat-00001.jar",
"product": {
"name": "com.sun.xml.messaging.saaj.saaj-impl-1.4.1.SP1-redhat-00001.jar",
"product_id": "com.sun.xml.messaging.saaj.saaj-impl-1.4.1.SP1-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.sun.xml.messaging.saaj/saaj-impl@1.4.1.SP1-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.interceptor.jboss-interceptors-api_1.2_spec-2.0.0.Final-redhat-00002.pom",
"product": {
"name": "org.jboss.spec.javax.interceptor.jboss-interceptors-api_1.2_spec-2.0.0.Final-redhat-00002.pom",
"product_id": "org.jboss.spec.javax.interceptor.jboss-interceptors-api_1.2_spec-2.0.0.Final-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.interceptor/jboss-interceptors-api_1.2_spec@2.0.0.Final-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.interceptor.jboss-interceptors-api_1.2_spec-2.0.0.Final-redhat-00002.jar",
"product": {
"name": "org.jboss.spec.javax.interceptor.jboss-interceptors-api_1.2_spec-2.0.0.Final-redhat-00002.jar",
"product_id": "org.jboss.spec.javax.interceptor.jboss-interceptors-api_1.2_spec-2.0.0.Final-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.interceptor/jboss-interceptors-api_1.2_spec@2.0.0.Final-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "jakarta.json.bind.jakarta.json.bind-api-1.0.2.redhat-00001.jar",
"product": {
"name": "jakarta.json.bind.jakarta.json.bind-api-1.0.2.redhat-00001.jar",
"product_id": "jakarta.json.bind.jakarta.json.bind-api-1.0.2.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/jakarta.json.bind/jakarta.json.bind-api@1.0.2.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "jakarta.json.bind.jakarta.json.bind-api-1.0.2.redhat-00001.pom",
"product": {
"name": "jakarta.json.bind.jakarta.json.bind-api-1.0.2.redhat-00001.pom",
"product_id": "jakarta.json.bind.jakarta.json.bind-api-1.0.2.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/jakarta.json.bind/jakarta.json.bind-api@1.0.2.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "jakarta.enterprise.jakarta.enterprise.cdi-api-2.0.2.redhat-00002.jar",
"product": {
"name": "jakarta.enterprise.jakarta.enterprise.cdi-api-2.0.2.redhat-00002.jar",
"product_id": "jakarta.enterprise.jakarta.enterprise.cdi-api-2.0.2.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/jakarta.enterprise/jakarta.enterprise.cdi-api@2.0.2.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "jakarta.enterprise.jakarta.enterprise.cdi-api-2.0.2.redhat-00002.pom",
"product": {
"name": "jakarta.enterprise.jakarta.enterprise.cdi-api-2.0.2.redhat-00002.pom",
"product_id": "jakarta.enterprise.jakarta.enterprise.cdi-api-2.0.2.redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/jakarta.enterprise/jakarta.enterprise.cdi-api@2.0.2.redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.ws.rs.jboss-jaxrs-api_2.1_spec-2.0.1.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.spec.javax.ws.rs.jboss-jaxrs-api_2.1_spec-2.0.1.Final-redhat-00001.jar",
"product_id": "org.jboss.spec.javax.ws.rs.jboss-jaxrs-api_2.1_spec-2.0.1.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.ws.rs/jboss-jaxrs-api_2.1_spec@2.0.1.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.ws.rs.jboss-jaxrs-api_2.1_spec-2.0.1.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.spec.javax.ws.rs.jboss-jaxrs-api_2.1_spec-2.0.1.Final-redhat-00001.pom",
"product_id": "org.jboss.spec.javax.ws.rs.jboss-jaxrs-api_2.1_spec-2.0.1.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.ws.rs/jboss-jaxrs-api_2.1_spec@2.0.1.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "commons-beanutils.commons-beanutils-1.9.4.redhat-00002.pom",
"product": {
"name": "commons-beanutils.commons-beanutils-1.9.4.redhat-00002.pom",
"product_id": "commons-beanutils.commons-beanutils-1.9.4.redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/commons-beanutils/commons-beanutils@1.9.4.redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "commons-beanutils.commons-beanutils-1.9.4.redhat-00002.jar",
"product": {
"name": "commons-beanutils.commons-beanutils-1.9.4.redhat-00002.jar",
"product_id": "commons-beanutils.commons-beanutils-1.9.4.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/commons-beanutils/commons-beanutils@1.9.4.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.github.fge.json-patch-1.9.0.redhat-00002.jar",
"product": {
"name": "com.github.fge.json-patch-1.9.0.redhat-00002.jar",
"product_id": "com.github.fge.json-patch-1.9.0.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.github.fge/json-patch@1.9.0.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.sun.istack.istack-commons-runtime-3.0.10.redhat-00001.pom",
"product": {
"name": "com.sun.istack.istack-commons-runtime-3.0.10.redhat-00001.pom",
"product_id": "com.sun.istack.istack-commons-runtime-3.0.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.sun.istack/istack-commons-runtime@3.0.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "com.sun.istack.istack-commons-runtime-3.0.10.redhat-00001.jar",
"product": {
"name": "com.sun.istack.istack-commons-runtime-3.0.10.redhat-00001.jar",
"product_id": "com.sun.istack.istack-commons-runtime-3.0.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.sun.istack/istack-commons-runtime@3.0.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.sun.istack.istack-commons-tools-3.0.10.redhat-00001.pom",
"product": {
"name": "com.sun.istack.istack-commons-tools-3.0.10.redhat-00001.pom",
"product_id": "com.sun.istack.istack-commons-tools-3.0.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.sun.istack/istack-commons-tools@3.0.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "com.sun.istack.istack-commons-tools-3.0.10.redhat-00001.jar",
"product": {
"name": "com.sun.istack.istack-commons-tools-3.0.10.redhat-00001.jar",
"product_id": "com.sun.istack.istack-commons-tools-3.0.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.sun.istack/istack-commons-tools@3.0.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.glassfish.jakarta.enterprise.concurrent-1.1.1.redhat-00001.jar",
"product": {
"name": "org.glassfish.jakarta.enterprise.concurrent-1.1.1.redhat-00001.jar",
"product_id": "org.glassfish.jakarta.enterprise.concurrent-1.1.1.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.glassfish/jakarta.enterprise.concurrent@1.1.1.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.glassfish.jakarta.enterprise.concurrent-1.1.1.redhat-00001.pom",
"product": {
"name": "org.glassfish.jakarta.enterprise.concurrent-1.1.1.redhat-00001.pom",
"product_id": "org.glassfish.jakarta.enterprise.concurrent-1.1.1.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.glassfish/jakarta.enterprise.concurrent@1.1.1.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "com.github.spullara.mustache.java.compiler-0.9.6.redhat-00001.jar",
"product": {
"name": "com.github.spullara.mustache.java.compiler-0.9.6.redhat-00001.jar",
"product_id": "com.github.spullara.mustache.java.compiler-0.9.6.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.github.spullara.mustache.java/compiler@0.9.6.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.github.spullara.mustache.java.compiler-0.9.6.redhat-00001.pom",
"product": {
"name": "com.github.spullara.mustache.java.compiler-0.9.6.redhat-00001.pom",
"product_id": "com.github.spullara.mustache.java.compiler-0.9.6.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.github.spullara.mustache.java/compiler@0.9.6.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.xnio.netty.netty-xnio-transport-0.1.9.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.xnio.netty.netty-xnio-transport-0.1.9.Final-redhat-00001.jar",
"product_id": "org.jboss.xnio.netty.netty-xnio-transport-0.1.9.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.xnio.netty/netty-xnio-transport@0.1.9.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.xnio.netty.netty-xnio-transport-0.1.9.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.xnio.netty.netty-xnio-transport-0.1.9.Final-redhat-00001.pom",
"product_id": "org.jboss.xnio.netty.netty-xnio-transport-0.1.9.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.xnio.netty/netty-xnio-transport@0.1.9.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.httpcomponents.httpcore-4.4.13.redhat-00001.pom",
"product": {
"name": "org.apache.httpcomponents.httpcore-4.4.13.redhat-00001.pom",
"product_id": "org.apache.httpcomponents.httpcore-4.4.13.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.httpcomponents/httpcore@4.4.13.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.transaction.jboss-transaction-api_1.3_spec-2.0.0.Final-redhat-00005.jar",
"product": {
"name": "org.jboss.spec.javax.transaction.jboss-transaction-api_1.3_spec-2.0.0.Final-redhat-00005.jar",
"product_id": "org.jboss.spec.javax.transaction.jboss-transaction-api_1.3_spec-2.0.0.Final-redhat-00005.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.transaction/jboss-transaction-api_1.3_spec@2.0.0.Final-redhat-00005?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.transaction.jboss-transaction-api_1.3_spec-2.0.0.Final-redhat-00005.pom",
"product": {
"name": "org.jboss.spec.javax.transaction.jboss-transaction-api_1.3_spec-2.0.0.Final-redhat-00005.pom",
"product_id": "org.jboss.spec.javax.transaction.jboss-transaction-api_1.3_spec-2.0.0.Final-redhat-00005.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.transaction/jboss-transaction-api_1.3_spec@2.0.0.Final-redhat-00005?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.4_spec-1.0.2.Final-redhat-00002.jar",
"product": {
"name": "org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.4_spec-1.0.2.Final-redhat-00002.jar",
"product_id": "org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.4_spec-1.0.2.Final-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.xml.soap/jboss-saaj-api_1.4_spec@1.0.2.Final-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.4_spec-1.0.2.Final-redhat-00002.pom",
"product": {
"name": "org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.4_spec-1.0.2.Final-redhat-00002.pom",
"product_id": "org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.4_spec-1.0.2.Final-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.xml.soap/jboss-saaj-api_1.4_spec@1.0.2.Final-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.codehaus.jackson.jackson-xc-1.9.13.redhat-00007.jar",
"product": {
"name": "org.codehaus.jackson.jackson-xc-1.9.13.redhat-00007.jar",
"product_id": "org.codehaus.jackson.jackson-xc-1.9.13.redhat-00007.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.codehaus.jackson/jackson-xc@1.9.13.redhat-00007?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.codehaus.jackson.jackson-jaxrs-1.9.13.redhat-00007.jar",
"product": {
"name": "org.codehaus.jackson.jackson-jaxrs-1.9.13.redhat-00007.jar",
"product_id": "org.codehaus.jackson.jackson-jaxrs-1.9.13.redhat-00007.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.codehaus.jackson/jackson-jaxrs@1.9.13.redhat-00007?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.codehaus.jackson.jackson-core-asl-1.9.13.redhat-00007.jar",
"product": {
"name": "org.codehaus.jackson.jackson-core-asl-1.9.13.redhat-00007.jar",
"product_id": "org.codehaus.jackson.jackson-core-asl-1.9.13.redhat-00007.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.codehaus.jackson/jackson-core-asl@1.9.13.redhat-00007?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.codehaus.jackson.jackson-mapper-asl-1.9.13.redhat-00007.jar",
"product": {
"name": "org.codehaus.jackson.jackson-mapper-asl-1.9.13.redhat-00007.jar",
"product_id": "org.codehaus.jackson.jackson-mapper-asl-1.9.13.redhat-00007.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.codehaus.jackson/jackson-mapper-asl@1.9.13.redhat-00007?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.remotingjmx.remoting-jmx-3.0.4.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.remotingjmx.remoting-jmx-3.0.4.Final-redhat-00001.jar",
"product_id": "org.jboss.remotingjmx.remoting-jmx-3.0.4.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.remotingjmx/remoting-jmx@3.0.4.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.remotingjmx.remoting-jmx-3.0.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.remotingjmx.remoting-jmx-3.0.4.Final-redhat-00001.pom",
"product_id": "org.jboss.remotingjmx.remoting-jmx-3.0.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.remotingjmx/remoting-jmx@3.0.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.cryptacular.cryptacular-1.2.4.redhat-00001.pom",
"product": {
"name": "org.cryptacular.cryptacular-1.2.4.redhat-00001.pom",
"product_id": "org.cryptacular.cryptacular-1.2.4.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.cryptacular/cryptacular@1.2.4.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.cryptacular.cryptacular-1.2.4.redhat-00001.jar",
"product": {
"name": "org.cryptacular.cryptacular-1.2.4.redhat-00001.jar",
"product_id": "org.cryptacular.cryptacular-1.2.4.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.cryptacular/cryptacular@1.2.4.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.opensaml.opensaml-profile-api-3.3.1.redhat-00002.pom",
"product": {
"name": "org.opensaml.opensaml-profile-api-3.3.1.redhat-00002.pom",
"product_id": "org.opensaml.opensaml-profile-api-3.3.1.redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.opensaml/opensaml-profile-api@3.3.1.redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.opensaml.opensaml-xacml-api-3.3.1.redhat-00002.pom",
"product": {
"name": "org.opensaml.opensaml-xacml-api-3.3.1.redhat-00002.pom",
"product_id": "org.opensaml.opensaml-xacml-api-3.3.1.redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.opensaml/opensaml-xacml-api@3.3.1.redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.opensaml.opensaml-xmlsec-api-3.3.1.redhat-00002.pom",
"product": {
"name": "org.opensaml.opensaml-xmlsec-api-3.3.1.redhat-00002.pom",
"product_id": "org.opensaml.opensaml-xmlsec-api-3.3.1.redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.opensaml/opensaml-xmlsec-api@3.3.1.redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.opensaml.opensaml-xacml-saml-impl-3.3.1.redhat-00002.jar",
"product": {
"name": "org.opensaml.opensaml-xacml-saml-impl-3.3.1.redhat-00002.jar",
"product_id": "org.opensaml.opensaml-xacml-saml-impl-3.3.1.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.opensaml/opensaml-xacml-saml-impl@3.3.1.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.opensaml.opensaml-saml-impl-3.3.1.redhat-00002.pom",
"product": {
"name": "org.opensaml.opensaml-saml-impl-3.3.1.redhat-00002.pom",
"product_id": "org.opensaml.opensaml-saml-impl-3.3.1.redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.opensaml/opensaml-saml-impl@3.3.1.redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.opensaml.opensaml-xacml-api-3.3.1.redhat-00002.jar",
"product": {
"name": "org.opensaml.opensaml-xacml-api-3.3.1.redhat-00002.jar",
"product_id": "org.opensaml.opensaml-xacml-api-3.3.1.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.opensaml/opensaml-xacml-api@3.3.1.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.opensaml.opensaml-xacml-impl-3.3.1.redhat-00002.pom",
"product": {
"name": "org.opensaml.opensaml-xacml-impl-3.3.1.redhat-00002.pom",
"product_id": "org.opensaml.opensaml-xacml-impl-3.3.1.redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.opensaml/opensaml-xacml-impl@3.3.1.redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.opensaml.opensaml-xmlsec-impl-3.3.1.redhat-00002.jar",
"product": {
"name": "org.opensaml.opensaml-xmlsec-impl-3.3.1.redhat-00002.jar",
"product_id": "org.opensaml.opensaml-xmlsec-impl-3.3.1.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.opensaml/opensaml-xmlsec-impl@3.3.1.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.opensaml.opensaml-core-3.3.1.redhat-00002.pom",
"product": {
"name": "org.opensaml.opensaml-core-3.3.1.redhat-00002.pom",
"product_id": "org.opensaml.opensaml-core-3.3.1.redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.opensaml/opensaml-core@3.3.1.redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.opensaml.opensaml-saml-impl-3.3.1.redhat-00002.jar",
"product": {
"name": "org.opensaml.opensaml-saml-impl-3.3.1.redhat-00002.jar",
"product_id": "org.opensaml.opensaml-saml-impl-3.3.1.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.opensaml/opensaml-saml-impl@3.3.1.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.opensaml.opensaml-security-impl-3.3.1.redhat-00002.jar",
"product": {
"name": "org.opensaml.opensaml-security-impl-3.3.1.redhat-00002.jar",
"product_id": "org.opensaml.opensaml-security-impl-3.3.1.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.opensaml/opensaml-security-impl@3.3.1.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.opensaml.opensaml-security-api-3.3.1.redhat-00002.jar",
"product": {
"name": "org.opensaml.opensaml-security-api-3.3.1.redhat-00002.jar",
"product_id": "org.opensaml.opensaml-security-api-3.3.1.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.opensaml/opensaml-security-api@3.3.1.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.opensaml.opensaml-saml-api-3.3.1.redhat-00002.pom",
"product": {
"name": "org.opensaml.opensaml-saml-api-3.3.1.redhat-00002.pom",
"product_id": "org.opensaml.opensaml-saml-api-3.3.1.redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.opensaml/opensaml-saml-api@3.3.1.redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.opensaml.opensaml-soap-api-3.3.1.redhat-00002.pom",
"product": {
"name": "org.opensaml.opensaml-soap-api-3.3.1.redhat-00002.pom",
"product_id": "org.opensaml.opensaml-soap-api-3.3.1.redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.opensaml/opensaml-soap-api@3.3.1.redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.opensaml.opensaml-saml-api-3.3.1.redhat-00002.jar",
"product": {
"name": "org.opensaml.opensaml-saml-api-3.3.1.redhat-00002.jar",
"product_id": "org.opensaml.opensaml-saml-api-3.3.1.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.opensaml/opensaml-saml-api@3.3.1.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.opensaml.opensaml-xmlsec-api-3.3.1.redhat-00002.jar",
"product": {
"name": "org.opensaml.opensaml-xmlsec-api-3.3.1.redhat-00002.jar",
"product_id": "org.opensaml.opensaml-xmlsec-api-3.3.1.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.opensaml/opensaml-xmlsec-api@3.3.1.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.opensaml.opensaml-profile-api-3.3.1.redhat-00002.jar",
"product": {
"name": "org.opensaml.opensaml-profile-api-3.3.1.redhat-00002.jar",
"product_id": "org.opensaml.opensaml-profile-api-3.3.1.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.opensaml/opensaml-profile-api@3.3.1.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.opensaml.opensaml-security-impl-3.3.1.redhat-00002.pom",
"product": {
"name": "org.opensaml.opensaml-security-impl-3.3.1.redhat-00002.pom",
"product_id": "org.opensaml.opensaml-security-impl-3.3.1.redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.opensaml/opensaml-security-impl@3.3.1.redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.opensaml.opensaml-core-3.3.1.redhat-00002.jar",
"product": {
"name": "org.opensaml.opensaml-core-3.3.1.redhat-00002.jar",
"product_id": "org.opensaml.opensaml-core-3.3.1.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.opensaml/opensaml-core@3.3.1.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.opensaml.opensaml-xacml-impl-3.3.1.redhat-00002.jar",
"product": {
"name": "org.opensaml.opensaml-xacml-impl-3.3.1.redhat-00002.jar",
"product_id": "org.opensaml.opensaml-xacml-impl-3.3.1.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.opensaml/opensaml-xacml-impl@3.3.1.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.opensaml.opensaml-xacml-saml-api-3.3.1.redhat-00002.pom",
"product": {
"name": "org.opensaml.opensaml-xacml-saml-api-3.3.1.redhat-00002.pom",
"product_id": "org.opensaml.opensaml-xacml-saml-api-3.3.1.redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.opensaml/opensaml-xacml-saml-api@3.3.1.redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.opensaml.opensaml-security-api-3.3.1.redhat-00002.pom",
"product": {
"name": "org.opensaml.opensaml-security-api-3.3.1.redhat-00002.pom",
"product_id": "org.opensaml.opensaml-security-api-3.3.1.redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.opensaml/opensaml-security-api@3.3.1.redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.opensaml.opensaml-soap-api-3.3.1.redhat-00002.jar",
"product": {
"name": "org.opensaml.opensaml-soap-api-3.3.1.redhat-00002.jar",
"product_id": "org.opensaml.opensaml-soap-api-3.3.1.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.opensaml/opensaml-soap-api@3.3.1.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.opensaml.opensaml-xmlsec-impl-3.3.1.redhat-00002.pom",
"product": {
"name": "org.opensaml.opensaml-xmlsec-impl-3.3.1.redhat-00002.pom",
"product_id": "org.opensaml.opensaml-xmlsec-impl-3.3.1.redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.opensaml/opensaml-xmlsec-impl@3.3.1.redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.opensaml.opensaml-xacml-saml-api-3.3.1.redhat-00002.jar",
"product": {
"name": "org.opensaml.opensaml-xacml-saml-api-3.3.1.redhat-00002.jar",
"product_id": "org.opensaml.opensaml-xacml-saml-api-3.3.1.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.opensaml/opensaml-xacml-saml-api@3.3.1.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.opensaml.opensaml-xacml-saml-impl-3.3.1.redhat-00002.pom",
"product": {
"name": "org.opensaml.opensaml-xacml-saml-impl-3.3.1.redhat-00002.pom",
"product_id": "org.opensaml.opensaml-xacml-saml-impl-3.3.1.redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.opensaml/opensaml-xacml-saml-impl@3.3.1.redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.common.wildfly-common-1.5.4.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.common.wildfly-common-1.5.4.Final-redhat-00001.jar",
"product_id": "org.wildfly.common.wildfly-common-1.5.4.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.common/wildfly-common@1.5.4.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.common.wildfly-common-1.5.4.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.common.wildfly-common-1.5.4.Final-redhat-00001.pom",
"product_id": "org.wildfly.common.wildfly-common-1.5.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.common/wildfly-common@1.5.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.dom4j.dom4j-2.1.3.redhat-00001.jar",
"product": {
"name": "org.dom4j.dom4j-2.1.3.redhat-00001.jar",
"product_id": "org.dom4j.dom4j-2.1.3.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.dom4j/dom4j@2.1.3.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.dom4j.dom4j-2.1.3.redhat-00001.pom",
"product": {
"name": "org.dom4j.dom4j-2.1.3.redhat-00001.pom",
"product_id": "org.dom4j.dom4j-2.1.3.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.dom4j/dom4j@2.1.3.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.jboss-dmr-1.5.1.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.jboss-dmr-1.5.1.Final-redhat-00001.jar",
"product_id": "org.jboss.jboss-dmr-1.5.1.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss/jboss-dmr@1.5.1.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.jboss-dmr-1.5.1.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.jboss-dmr-1.5.1.Final-redhat-00001.pom",
"product_id": "org.jboss.jboss-dmr-1.5.1.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss/jboss-dmr@1.5.1.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.discovery.wildfly-discovery-client-1.2.1.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.discovery.wildfly-discovery-client-1.2.1.Final-redhat-00001.jar",
"product_id": "org.wildfly.discovery.wildfly-discovery-client-1.2.1.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.discovery/wildfly-discovery-client@1.2.1.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.discovery.wildfly-discovery-client-1.2.1.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.discovery.wildfly-discovery-client-1.2.1.Final-redhat-00001.pom",
"product_id": "org.wildfly.discovery.wildfly-discovery-client-1.2.1.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.discovery/wildfly-discovery-client@1.2.1.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "com.fasterxml.classmate-1.5.1.redhat-00001.jar",
"product": {
"name": "com.fasterxml.classmate-1.5.1.redhat-00001.jar",
"product_id": "com.fasterxml.classmate-1.5.1.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.fasterxml/classmate@1.5.1.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.fasterxml.classmate-1.5.1.redhat-00001.pom",
"product": {
"name": "com.fasterxml.classmate-1.5.1.redhat-00001.pom",
"product_id": "com.fasterxml.classmate-1.5.1.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.fasterxml/classmate@1.5.1.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "com.github.fge.jackson-coreutils-1.8.0.redhat-00002.jar",
"product": {
"name": "com.github.fge.jackson-coreutils-1.8.0.redhat-00002.jar",
"product_id": "com.github.fge.jackson-coreutils-1.8.0.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.github.fge/jackson-coreutils@1.8.0.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.github.fge.msg-simple-1.1.0.redhat-00007.jar",
"product": {
"name": "com.github.fge.msg-simple-1.1.0.redhat-00007.jar",
"product_id": "com.github.fge.msg-simple-1.1.0.redhat-00007.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.github.fge/msg-simple@1.1.0.redhat-00007?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.github.fge.btf-1.2.0.redhat-00007.jar",
"product": {
"name": "com.github.fge.btf-1.2.0.redhat-00007.jar",
"product_id": "com.github.fge.btf-1.2.0.redhat-00007.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.github.fge/btf@1.2.0.redhat-00007?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.squareup.protoparser-4.0.3.redhat-00001.pom",
"product": {
"name": "com.squareup.protoparser-4.0.3.redhat-00001.pom",
"product_id": "com.squareup.protoparser-4.0.3.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.squareup/protoparser@4.0.3.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.reactivestreams.reactive-streams-1.0.3.redhat-00003.jar",
"product": {
"name": "org.reactivestreams.reactive-streams-1.0.3.redhat-00003.jar",
"product_id": "org.reactivestreams.reactive-streams-1.0.3.redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.reactivestreams/reactive-streams@1.0.3.redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.googlecode.javaewah.JavaEWAH-1.1.7.redhat-00001.jar",
"product": {
"name": "com.googlecode.javaewah.JavaEWAH-1.1.7.redhat-00001.jar",
"product_id": "com.googlecode.javaewah.JavaEWAH-1.1.7.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.googlecode.javaewah/JavaEWAH@1.1.7.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.googlecode.javaewah.JavaEWAH-1.1.7.redhat-00001.pom",
"product": {
"name": "com.googlecode.javaewah.JavaEWAH-1.1.7.redhat-00001.pom",
"product_id": "com.googlecode.javaewah.JavaEWAH-1.1.7.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.googlecode.javaewah/JavaEWAH@1.1.7.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.codehaus.woodstox.stax2-api-4.2.1.redhat-00001.jar",
"product": {
"name": "org.codehaus.woodstox.stax2-api-4.2.1.redhat-00001.jar",
"product_id": "org.codehaus.woodstox.stax2-api-4.2.1.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.codehaus.woodstox/stax2-api@4.2.1.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.codehaus.woodstox.stax2-api-4.2.1.redhat-00001.pom",
"product": {
"name": "org.codehaus.woodstox.stax2-api-4.2.1.redhat-00001.pom",
"product_id": "org.codehaus.woodstox.stax2-api-4.2.1.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.codehaus.woodstox/stax2-api@4.2.1.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.ws.xmlschema.xmlschema-core-2.2.5.redhat-00001.jar",
"product": {
"name": "org.apache.ws.xmlschema.xmlschema-core-2.2.5.redhat-00001.jar",
"product_id": "org.apache.ws.xmlschema.xmlschema-core-2.2.5.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.ws.xmlschema/xmlschema-core@2.2.5.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.ws.xmlschema.xmlschema-core-2.2.5.redhat-00001.pom",
"product": {
"name": "org.apache.ws.xmlschema.xmlschema-core-2.2.5.redhat-00001.pom",
"product_id": "org.apache.ws.xmlschema.xmlschema-core-2.2.5.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.ws.xmlschema/xmlschema-core@2.2.5.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.threads.jboss-threads-2.4.0.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.threads.jboss-threads-2.4.0.Final-redhat-00001.pom",
"product_id": "org.jboss.threads.jboss-threads-2.4.0.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.threads/jboss-threads@2.4.0.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.threads.jboss-threads-2.4.0.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.threads.jboss-threads-2.4.0.Final-redhat-00001.jar",
"product_id": "org.jboss.threads.jboss-threads-2.4.0.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.threads/jboss-threads@2.4.0.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.weld.weld-spi-3.1.0.SP3-redhat-00001.pom",
"product": {
"name": "org.jboss.weld.weld-spi-3.1.0.SP3-redhat-00001.pom",
"product_id": "org.jboss.weld.weld-spi-3.1.0.SP3-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.weld/weld-spi@3.1.0.SP3-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.weld.weld-api-3.1.0.SP3-redhat-00001.jar",
"product": {
"name": "org.jboss.weld.weld-api-3.1.0.SP3-redhat-00001.jar",
"product_id": "org.jboss.weld.weld-api-3.1.0.SP3-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.weld/weld-api@3.1.0.SP3-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.weld.weld-api-3.1.0.SP3-redhat-00001.pom",
"product": {
"name": "org.jboss.weld.weld-api-3.1.0.SP3-redhat-00001.pom",
"product_id": "org.jboss.weld.weld-api-3.1.0.SP3-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.weld/weld-api@3.1.0.SP3-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.weld.weld-spi-3.1.0.SP3-redhat-00001.jar",
"product": {
"name": "org.jboss.weld.weld-spi-3.1.0.SP3-redhat-00001.jar",
"product_id": "org.jboss.weld.weld-spi-3.1.0.SP3-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.weld/weld-spi@3.1.0.SP3-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jasypt.jasypt-1.9.3.redhat-00002.jar",
"product": {
"name": "org.jasypt.jasypt-1.9.3.redhat-00002.jar",
"product_id": "org.jasypt.jasypt-1.9.3.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jasypt/jasypt@1.9.3.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jasypt.jasypt-1.9.3.redhat-00002.pom",
"product": {
"name": "org.jasypt.jasypt-1.9.3.redhat-00002.pom",
"product_id": "org.jasypt.jasypt-1.9.3.redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jasypt/jasypt@1.9.3.redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ws.jbossws-common-3.3.3.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.ws.jbossws-common-3.3.3.Final-redhat-00001.jar",
"product_id": "org.jboss.ws.jbossws-common-3.3.3.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ws/jbossws-common@3.3.3.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ws.jbossws-common-3.3.3.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.ws.jbossws-common-3.3.3.Final-redhat-00001.pom",
"product_id": "org.jboss.ws.jbossws-common-3.3.3.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ws/jbossws-common@3.3.3.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.javassist.javassist-3.26.0.GA-redhat-00001.pom",
"product": {
"name": "org.javassist.javassist-3.26.0.GA-redhat-00001.pom",
"product_id": "org.javassist.javassist-3.26.0.GA-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.javassist/javassist@3.26.0.GA-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jctools.jctools-core-3.1.0.redhat-00001.pom",
"product": {
"name": "org.jctools.jctools-core-3.1.0.redhat-00001.pom",
"product_id": "org.jctools.jctools-core-3.1.0.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jctools/jctools-core@3.1.0.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.httpcomponents.httpclient-4.5.13.redhat-00001.jar",
"product": {
"name": "org.apache.httpcomponents.httpclient-4.5.13.redhat-00001.jar",
"product_id": "org.apache.httpcomponents.httpclient-4.5.13.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.httpcomponents/httpclient@4.5.13.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.httpcomponents.httpclient-4.5.13.redhat-00001.pom",
"product": {
"name": "org.apache.httpcomponents.httpclient-4.5.13.redhat-00001.pom",
"product_id": "org.apache.httpcomponents.httpclient-4.5.13.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.httpcomponents/httpclient@4.5.13.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.httpcomponents.httpmime-4.5.13.redhat-00001.jar",
"product": {
"name": "org.apache.httpcomponents.httpmime-4.5.13.redhat-00001.jar",
"product_id": "org.apache.httpcomponents.httpmime-4.5.13.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.httpcomponents/httpmime@4.5.13.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.httpcomponents.httpmime-4.5.13.redhat-00001.pom",
"product": {
"name": "org.apache.httpcomponents.httpmime-4.5.13.redhat-00001.pom",
"product_id": "org.apache.httpcomponents.httpmime-4.5.13.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.httpcomponents/httpmime@4.5.13.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "jakarta.inject.jakarta.inject-api-1.0.3.redhat-00001.jar",
"product": {
"name": "jakarta.inject.jakarta.inject-api-1.0.3.redhat-00001.jar",
"product_id": "jakarta.inject.jakarta.inject-api-1.0.3.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/jakarta.inject/jakarta.inject-api@1.0.3.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "jakarta.inject.jakarta.inject-api-1.0.3.redhat-00001.pom",
"product": {
"name": "jakarta.inject.jakarta.inject-api-1.0.3.redhat-00001.pom",
"product_id": "jakarta.inject.jakarta.inject-api-1.0.3.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/jakarta.inject/jakarta.inject-api@1.0.3.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.slf4j.slf4j-jboss-logmanager-1.1.0.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.slf4j.slf4j-jboss-logmanager-1.1.0.Final-redhat-00001.jar",
"product_id": "org.jboss.slf4j.slf4j-jboss-logmanager-1.1.0.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.slf4j/slf4j-jboss-logmanager@1.1.0.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.slf4j.slf4j-jboss-logmanager-1.1.0.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.slf4j.slf4j-jboss-logmanager-1.1.0.Final-redhat-00001.pom",
"product_id": "org.jboss.slf4j.slf4j-jboss-logmanager-1.1.0.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.slf4j/slf4j-jboss-logmanager@1.1.0.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "commons-codec.commons-codec-1.15.0.redhat-00001.jar",
"product": {
"name": "commons-codec.commons-codec-1.15.0.redhat-00001.jar",
"product_id": "commons-codec.commons-codec-1.15.0.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/commons-codec/commons-codec@1.15.0.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "commons-codec.commons-codec-1.15.0.redhat-00001.pom",
"product": {
"name": "commons-codec.commons-codec-1.15.0.redhat-00001.pom",
"product_id": "commons-codec.commons-codec-1.15.0.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/commons-codec/commons-codec@1.15.0.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec-2.0.1.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec-2.0.1.Final-redhat-00001.jar",
"product_id": "org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec-2.0.1.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.xml.bind/jboss-jaxb-api_2.3_spec@2.0.1.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec-2.0.1.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec-2.0.1.Final-redhat-00001.pom",
"product_id": "org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec-2.0.1.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.xml.bind/jboss-jaxb-api_2.3_spec@2.0.1.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jctools.jctools-core-2.1.2.redhat-00003.jar",
"product": {
"name": "org.jctools.jctools-core-2.1.2.redhat-00003.jar",
"product_id": "org.jctools.jctools-core-2.1.2.redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jctools/jctools-core@2.1.2.redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jctools.jctools-core-2.1.2.redhat-00003.pom",
"product": {
"name": "org.jctools.jctools-core-2.1.2.redhat-00003.pom",
"product_id": "org.jctools.jctools-core-2.1.2.redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jctools/jctools-core@2.1.2.redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.commons.commons-lang3-3.11.0.redhat-00001.jar",
"product": {
"name": "org.apache.commons.commons-lang3-3.11.0.redhat-00001.jar",
"product_id": "org.apache.commons.commons-lang3-3.11.0.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.commons/commons-lang3@3.11.0.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.commons.commons-lang3-3.11.0.redhat-00001.pom",
"product": {
"name": "org.apache.commons.commons-lang3-3.11.0.redhat-00001.pom",
"product_id": "org.apache.commons.commons-lang3-3.11.0.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.commons/commons-lang3@3.11.0.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.httpcomponents.httpcore-nio-4.4.14.redhat-00001.jar",
"product": {
"name": "org.apache.httpcomponents.httpcore-nio-4.4.14.redhat-00001.jar",
"product_id": "org.apache.httpcomponents.httpcore-nio-4.4.14.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.httpcomponents/httpcore-nio@4.4.14.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.httpcomponents.httpcore-nio-4.4.14.redhat-00001.pom",
"product": {
"name": "org.apache.httpcomponents.httpcore-nio-4.4.14.redhat-00001.pom",
"product_id": "org.apache.httpcomponents.httpcore-nio-4.4.14.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.httpcomponents/httpcore-nio@4.4.14.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.httpcomponents.httpcore-4.4.14.redhat-00001.jar",
"product": {
"name": "org.apache.httpcomponents.httpcore-4.4.14.redhat-00001.jar",
"product_id": "org.apache.httpcomponents.httpcore-4.4.14.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.httpcomponents/httpcore@4.4.14.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.httpcomponents.httpcore-4.4.14.redhat-00001.pom",
"product": {
"name": "org.apache.httpcomponents.httpcore-4.4.14.redhat-00001.pom",
"product_id": "org.apache.httpcomponents.httpcore-4.4.14.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.httpcomponents/httpcore@4.4.14.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "com.github.ben-manes.caffeine.caffeine-2.8.8.redhat-00001.jar",
"product": {
"name": "com.github.ben-manes.caffeine.caffeine-2.8.8.redhat-00001.jar",
"product_id": "com.github.ben-manes.caffeine.caffeine-2.8.8.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.github.ben-manes.caffeine/caffeine@2.8.8.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "commons-io.commons-io-2.8.0.redhat-00001.pom",
"product": {
"name": "commons-io.commons-io-2.8.0.redhat-00001.pom",
"product_id": "commons-io.commons-io-2.8.0.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/commons-io/commons-io@2.8.0.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.reactivex.rxjava2.rxjava-2.2.20.redhat-00001.jar",
"product": {
"name": "io.reactivex.rxjava2.rxjava-2.2.20.redhat-00001.jar",
"product_id": "io.reactivex.rxjava2.rxjava-2.2.20.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.reactivex.rxjava2/rxjava@2.2.20.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.google.guava.failureaccess-1.0.1.redhat-00002.jar",
"product": {
"name": "com.google.guava.failureaccess-1.0.1.redhat-00002.jar",
"product_id": "com.google.guava.failureaccess-1.0.1.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.google.guava/failureaccess@1.0.1.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.google.guava.failureaccess-1.0.1.redhat-00002.pom",
"product": {
"name": "com.google.guava.failureaccess-1.0.1.redhat-00002.pom",
"product_id": "com.google.guava.failureaccess-1.0.1.redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.google.guava/failureaccess@1.0.1.redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.logmanager.jboss-logmanager-2.1.18.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.logmanager.jboss-logmanager-2.1.18.Final-redhat-00001.jar",
"product_id": "org.jboss.logmanager.jboss-logmanager-2.1.18.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.logmanager/jboss-logmanager@2.1.18.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.logmanager.jboss-logmanager-2.1.18.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.logmanager.jboss-logmanager-2.1.18.Final-redhat-00001.pom",
"product_id": "org.jboss.logmanager.jboss-logmanager-2.1.18.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.logmanager/jboss-logmanager@2.1.18.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.xjc-utils.cxf-xjc-runtime-3.3.1.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.xjc-utils.cxf-xjc-runtime-3.3.1.redhat-00001.jar",
"product_id": "org.apache.cxf.xjc-utils.cxf-xjc-runtime-3.3.1.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf.xjc-utils/cxf-xjc-runtime@3.3.1.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.xjc-utils.cxf-xjc-runtime-3.3.1.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.xjc-utils.cxf-xjc-runtime-3.3.1.redhat-00001.pom",
"product_id": "org.apache.cxf.xjc-utils.cxf-xjc-runtime-3.3.1.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf.xjc-utils/cxf-xjc-runtime@3.3.1.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.xjcplugins.cxf-xjc-boolean-3.3.1.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.xjcplugins.cxf-xjc-boolean-3.3.1.redhat-00001.jar",
"product_id": "org.apache.cxf.xjcplugins.cxf-xjc-boolean-3.3.1.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf.xjcplugins/cxf-xjc-boolean@3.3.1.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.xjcplugins.cxf-xjc-boolean-3.3.1.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.xjcplugins.cxf-xjc-boolean-3.3.1.redhat-00001.pom",
"product_id": "org.apache.cxf.xjcplugins.cxf-xjc-boolean-3.3.1.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf.xjcplugins/cxf-xjc-boolean@3.3.1.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.xjcplugins.cxf-xjc-bug986-3.3.1.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.xjcplugins.cxf-xjc-bug986-3.3.1.redhat-00001.jar",
"product_id": "org.apache.cxf.xjcplugins.cxf-xjc-bug986-3.3.1.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf.xjcplugins/cxf-xjc-bug986@3.3.1.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.xjcplugins.cxf-xjc-bug986-3.3.1.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.xjcplugins.cxf-xjc-bug986-3.3.1.redhat-00001.pom",
"product_id": "org.apache.cxf.xjcplugins.cxf-xjc-bug986-3.3.1.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf.xjcplugins/cxf-xjc-bug986@3.3.1.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.xjcplugins.cxf-xjc-dv-3.3.1.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.xjcplugins.cxf-xjc-dv-3.3.1.redhat-00001.jar",
"product_id": "org.apache.cxf.xjcplugins.cxf-xjc-dv-3.3.1.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf.xjcplugins/cxf-xjc-dv@3.3.1.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.xjcplugins.cxf-xjc-dv-3.3.1.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.xjcplugins.cxf-xjc-dv-3.3.1.redhat-00001.pom",
"product_id": "org.apache.cxf.xjcplugins.cxf-xjc-dv-3.3.1.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf.xjcplugins/cxf-xjc-dv@3.3.1.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.xjcplugins.cxf-xjc-ts-3.3.1.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.xjcplugins.cxf-xjc-ts-3.3.1.redhat-00001.jar",
"product_id": "org.apache.cxf.xjcplugins.cxf-xjc-ts-3.3.1.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf.xjcplugins/cxf-xjc-ts@3.3.1.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.xjcplugins.cxf-xjc-ts-3.3.1.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.xjcplugins.cxf-xjc-ts-3.3.1.redhat-00001.pom",
"product_id": "org.apache.cxf.xjcplugins.cxf-xjc-ts-3.3.1.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf.xjcplugins/cxf-xjc-ts@3.3.1.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.aesh.readline-2.2.0.redhat-00001.jar",
"product": {
"name": "org.aesh.readline-2.2.0.redhat-00001.jar",
"product_id": "org.aesh.readline-2.2.0.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.aesh/readline@2.2.0.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.aesh.readline-2.2.0.redhat-00001.pom",
"product": {
"name": "org.aesh.readline-2.2.0.redhat-00001.pom",
"product_id": "org.aesh.readline-2.2.0.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.aesh/readline@2.2.0.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.aesh.terminal-api-2.2.0.redhat-00001.pom",
"product": {
"name": "org.aesh.terminal-api-2.2.0.redhat-00001.pom",
"product_id": "org.aesh.terminal-api-2.2.0.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.aesh/terminal-api@2.2.0.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.genericjms.generic-jms-ra-jar-2.0.9.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.genericjms.generic-jms-ra-jar-2.0.9.Final-redhat-00001.jar",
"product_id": "org.jboss.genericjms.generic-jms-ra-jar-2.0.9.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.genericjms/generic-jms-ra-jar@2.0.9.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.genericjms.generic-jms-ra-jar-2.0.9.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.genericjms.generic-jms-ra-jar-2.0.9.Final-redhat-00001.pom",
"product_id": "org.jboss.genericjms.generic-jms-ra-jar-2.0.9.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.genericjms/generic-jms-ra-jar@2.0.9.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.reactivex.rxjava3.rxjava-3.0.9.redhat-00001.jar",
"product": {
"name": "io.reactivex.rxjava3.rxjava-3.0.9.redhat-00001.jar",
"product_id": "io.reactivex.rxjava3.rxjava-3.0.9.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.reactivex.rxjava3/rxjava@3.0.9.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jvnet.staxex.stax-ex-1.8.3.redhat-00002.jar",
"product": {
"name": "org.jvnet.staxex.stax-ex-1.8.3.redhat-00002.jar",
"product_id": "org.jvnet.staxex.stax-ex-1.8.3.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jvnet.staxex/stax-ex@1.8.3.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jvnet.staxex.stax-ex-1.8.3.redhat-00002.pom",
"product": {
"name": "org.jvnet.staxex.stax-ex-1.8.3.redhat-00002.pom",
"product_id": "org.jvnet.staxex.stax-ex-1.8.3.redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jvnet.staxex/stax-ex@1.8.3.redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.velocity.velocity-engine-core-2.3.0.redhat-00001.jar",
"product": {
"name": "org.apache.velocity.velocity-engine-core-2.3.0.redhat-00001.jar",
"product_id": "org.apache.velocity.velocity-engine-core-2.3.0.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.velocity/velocity-engine-core@2.3.0.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jgroups.kubernetes.jgroups-kubernetes-1.0.16.Final-redhat-00001.jar",
"product": {
"name": "org.jgroups.kubernetes.jgroups-kubernetes-1.0.16.Final-redhat-00001.jar",
"product_id": "org.jgroups.kubernetes.jgroups-kubernetes-1.0.16.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jgroups.kubernetes/jgroups-kubernetes@1.0.16.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jgroups.kubernetes.jgroups-kubernetes-1.0.16.Final-redhat-00001.pom",
"product": {
"name": "org.jgroups.kubernetes.jgroups-kubernetes-1.0.16.Final-redhat-00001.pom",
"product_id": "org.jgroups.kubernetes.jgroups-kubernetes-1.0.16.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jgroups.kubernetes/jgroups-kubernetes@1.0.16.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "commons-io.commons-io-2.10.0.redhat-00001.jar",
"product": {
"name": "commons-io.commons-io-2.10.0.redhat-00001.jar",
"product_id": "commons-io.commons-io-2.10.0.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/commons-io/commons-io@2.10.0.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "commons-io.commons-io-2.10.0.redhat-00001.pom",
"product": {
"name": "commons-io.commons-io-2.10.0.redhat-00001.pom",
"product_id": "commons-io.commons-io-2.10.0.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/commons-io/commons-io@2.10.0.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.classfilewriter.jboss-classfilewriter-1.2.5.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.classfilewriter.jboss-classfilewriter-1.2.5.Final-redhat-00001.jar",
"product_id": "org.jboss.classfilewriter.jboss-classfilewriter-1.2.5.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.classfilewriter/jboss-classfilewriter@1.2.5.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.classfilewriter.jboss-classfilewriter-1.2.5.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.classfilewriter.jboss-classfilewriter-1.2.5.Final-redhat-00001.pom",
"product_id": "org.jboss.classfilewriter.jboss-classfilewriter-1.2.5.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.classfilewriter/jboss-classfilewriter@1.2.5.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.invocation.jboss-invocation-1.6.3.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.invocation.jboss-invocation-1.6.3.Final-redhat-00001.jar",
"product_id": "org.jboss.invocation.jboss-invocation-1.6.3.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.invocation/jboss-invocation@1.6.3.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.invocation.jboss-invocation-1.6.3.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.invocation.jboss-invocation-1.6.3.Final-redhat-00001.pom",
"product_id": "org.jboss.invocation.jboss-invocation-1.6.3.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.invocation/jboss-invocation@1.6.3.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.javassist.javassist-3.27.0.GA-redhat-00001.jar",
"product": {
"name": "org.javassist.javassist-3.27.0.GA-redhat-00001.jar",
"product_id": "org.javassist.javassist-3.27.0.GA-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.javassist/javassist@3.27.0.GA-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.javassist.javassist-3.27.0.GA-redhat-00001.pom",
"product": {
"name": "org.javassist.javassist-3.27.0.GA-redhat-00001.pom",
"product_id": "org.javassist.javassist-3.27.0.GA-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.javassist/javassist@3.27.0.GA-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.glassfish.jakarta.el-3.0.3.redhat-00007.jar",
"product": {
"name": "org.glassfish.jakarta.el-3.0.3.redhat-00007.jar",
"product_id": "org.glassfish.jakarta.el-3.0.3.redhat-00007.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.glassfish/jakarta.el@3.0.3.redhat-00007?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.glassfish.jakarta.el-3.0.3.redhat-00007.pom",
"product": {
"name": "org.glassfish.jakarta.el-3.0.3.redhat-00007.pom",
"product_id": "org.glassfish.jakarta.el-3.0.3.redhat-00007.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.glassfish/jakarta.el@3.0.3.redhat-00007?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.msc.jboss-msc-1.4.13.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.msc.jboss-msc-1.4.13.Final-redhat-00001.jar",
"product_id": "org.jboss.msc.jboss-msc-1.4.13.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.msc/jboss-msc@1.4.13.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.msc.jboss-msc-1.4.13.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.msc.jboss-msc-1.4.13.Final-redhat-00001.pom",
"product_id": "org.jboss.msc.jboss-msc-1.4.13.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.msc/jboss-msc@1.4.13.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jsoup.jsoup-1.14.2.redhat-00002.jar",
"product": {
"name": "org.jsoup.jsoup-1.14.2.redhat-00002.jar",
"product_id": "org.jsoup.jsoup-1.14.2.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jsoup/jsoup@1.14.2.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jsoup.jsoup-1.14.2.redhat-00002.pom",
"product": {
"name": "org.jsoup.jsoup-1.14.2.redhat-00002.pom",
"product_id": "org.jsoup.jsoup-1.14.2.redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jsoup/jsoup@1.14.2.redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "net.bytebuddy.byte-buddy-dep-1.11.12.redhat-00002.pom",
"product": {
"name": "net.bytebuddy.byte-buddy-dep-1.11.12.redhat-00002.pom",
"product_id": "net.bytebuddy.byte-buddy-dep-1.11.12.redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/net.bytebuddy/byte-buddy-dep@1.11.12.redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "net.bytebuddy.byte-buddy-1.11.12.redhat-00002.jar",
"product": {
"name": "net.bytebuddy.byte-buddy-1.11.12.redhat-00002.jar",
"product_id": "net.bytebuddy.byte-buddy-1.11.12.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/net.bytebuddy/byte-buddy@1.11.12.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.eclipse.jdt.ecj-3.26.0.redhat-00002.jar",
"product": {
"name": "org.eclipse.jdt.ecj-3.26.0.redhat-00002.jar",
"product_id": "org.eclipse.jdt.ecj-3.26.0.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.eclipse.jdt/ecj@3.26.0.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.eclipse.jdt.ecj-3.26.0.redhat-00002.pom",
"product": {
"name": "org.eclipse.jdt.ecj-3.26.0.redhat-00002.pom",
"product_id": "org.eclipse.jdt.ecj-3.26.0.redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.eclipse.jdt/ecj@3.26.0.redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.wss4j.wss4j-bindings-2.3.3.redhat-00001.jar",
"product": {
"name": "org.apache.wss4j.wss4j-bindings-2.3.3.redhat-00001.jar",
"product_id": "org.apache.wss4j.wss4j-bindings-2.3.3.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.wss4j/wss4j-bindings@2.3.3.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.wss4j.wss4j-bindings-2.3.3.redhat-00001.pom",
"product": {
"name": "org.apache.wss4j.wss4j-bindings-2.3.3.redhat-00001.pom",
"product_id": "org.apache.wss4j.wss4j-bindings-2.3.3.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.wss4j/wss4j-bindings@2.3.3.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.wss4j.wss4j-policy-2.3.3.redhat-00001.jar",
"product": {
"name": "org.apache.wss4j.wss4j-policy-2.3.3.redhat-00001.jar",
"product_id": "org.apache.wss4j.wss4j-policy-2.3.3.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.wss4j/wss4j-policy@2.3.3.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.wss4j.wss4j-policy-2.3.3.redhat-00001.pom",
"product": {
"name": "org.apache.wss4j.wss4j-policy-2.3.3.redhat-00001.pom",
"product_id": "org.apache.wss4j.wss4j-policy-2.3.3.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.wss4j/wss4j-policy@2.3.3.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.wss4j.wss4j-ws-security-common-2.3.3.redhat-00001.jar",
"product": {
"name": "org.apache.wss4j.wss4j-ws-security-common-2.3.3.redhat-00001.jar",
"product_id": "org.apache.wss4j.wss4j-ws-security-common-2.3.3.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.wss4j/wss4j-ws-security-common@2.3.3.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.wss4j.wss4j-ws-security-common-2.3.3.redhat-00001.pom",
"product": {
"name": "org.apache.wss4j.wss4j-ws-security-common-2.3.3.redhat-00001.pom",
"product_id": "org.apache.wss4j.wss4j-ws-security-common-2.3.3.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.wss4j/wss4j-ws-security-common@2.3.3.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.wss4j.wss4j-ws-security-dom-2.3.3.redhat-00001.jar",
"product": {
"name": "org.apache.wss4j.wss4j-ws-security-dom-2.3.3.redhat-00001.jar",
"product_id": "org.apache.wss4j.wss4j-ws-security-dom-2.3.3.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.wss4j/wss4j-ws-security-dom@2.3.3.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.wss4j.wss4j-ws-security-dom-2.3.3.redhat-00001.pom",
"product": {
"name": "org.apache.wss4j.wss4j-ws-security-dom-2.3.3.redhat-00001.pom",
"product_id": "org.apache.wss4j.wss4j-ws-security-dom-2.3.3.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.wss4j/wss4j-ws-security-dom@2.3.3.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.wss4j.wss4j-ws-security-policy-stax-2.3.3.redhat-00001.jar",
"product": {
"name": "org.apache.wss4j.wss4j-ws-security-policy-stax-2.3.3.redhat-00001.jar",
"product_id": "org.apache.wss4j.wss4j-ws-security-policy-stax-2.3.3.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.wss4j/wss4j-ws-security-policy-stax@2.3.3.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.wss4j.wss4j-ws-security-policy-stax-2.3.3.redhat-00001.pom",
"product": {
"name": "org.apache.wss4j.wss4j-ws-security-policy-stax-2.3.3.redhat-00001.pom",
"product_id": "org.apache.wss4j.wss4j-ws-security-policy-stax-2.3.3.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.wss4j/wss4j-ws-security-policy-stax@2.3.3.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.wss4j.wss4j-ws-security-stax-2.3.3.redhat-00001.jar",
"product": {
"name": "org.apache.wss4j.wss4j-ws-security-stax-2.3.3.redhat-00001.jar",
"product_id": "org.apache.wss4j.wss4j-ws-security-stax-2.3.3.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.wss4j/wss4j-ws-security-stax@2.3.3.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.wss4j.wss4j-ws-security-stax-2.3.3.redhat-00001.pom",
"product": {
"name": "org.apache.wss4j.wss4j-ws-security-stax-2.3.3.redhat-00001.pom",
"product_id": "org.apache.wss4j.wss4j-ws-security-stax-2.3.3.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.wss4j/wss4j-ws-security-stax@2.3.3.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.hornetq.hornetq-commons-2.4.8.Final-redhat-00001.jar",
"product": {
"name": "org.hornetq.hornetq-commons-2.4.8.Final-redhat-00001.jar",
"product_id": "org.hornetq.hornetq-commons-2.4.8.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.hornetq/hornetq-commons@2.4.8.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.hornetq.hornetq-commons-2.4.8.Final-redhat-00001.pom",
"product": {
"name": "org.hornetq.hornetq-commons-2.4.8.Final-redhat-00001.pom",
"product_id": "org.hornetq.hornetq-commons-2.4.8.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.hornetq/hornetq-commons@2.4.8.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.hornetq.hornetq-core-client-2.4.8.Final-redhat-00001.jar",
"product": {
"name": "org.hornetq.hornetq-core-client-2.4.8.Final-redhat-00001.jar",
"product_id": "org.hornetq.hornetq-core-client-2.4.8.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.hornetq/hornetq-core-client@2.4.8.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.hornetq.hornetq-core-client-2.4.8.Final-redhat-00001.pom",
"product": {
"name": "org.hornetq.hornetq-core-client-2.4.8.Final-redhat-00001.pom",
"product_id": "org.hornetq.hornetq-core-client-2.4.8.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.hornetq/hornetq-core-client@2.4.8.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.hornetq.hornetq-jms-client-2.4.8.Final-redhat-00001.jar",
"product": {
"name": "org.hornetq.hornetq-jms-client-2.4.8.Final-redhat-00001.jar",
"product_id": "org.hornetq.hornetq-jms-client-2.4.8.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.hornetq/hornetq-jms-client@2.4.8.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.hornetq.hornetq-jms-client-2.4.8.Final-redhat-00001.pom",
"product": {
"name": "org.hornetq.hornetq-jms-client-2.4.8.Final-redhat-00001.pom",
"product_id": "org.hornetq.hornetq-jms-client-2.4.8.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.hornetq/hornetq-jms-client@2.4.8.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jgroups.azure.jgroups-azure-1.3.1.Final-redhat-00001.jar",
"product": {
"name": "org.jgroups.azure.jgroups-azure-1.3.1.Final-redhat-00001.jar",
"product_id": "org.jgroups.azure.jgroups-azure-1.3.1.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jgroups.azure/jgroups-azure@1.3.1.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jgroups.azure.jgroups-azure-1.3.1.Final-redhat-00001.pom",
"product": {
"name": "org.jgroups.azure.jgroups-azure-1.3.1.Final-redhat-00001.pom",
"product_id": "org.jgroups.azure.jgroups-azure-1.3.1.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jgroups.azure/jgroups-azure@1.3.1.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "com.microsoft.azure.azure-storage-8.6.6.redhat-00001.jar",
"product": {
"name": "com.microsoft.azure.azure-storage-8.6.6.redhat-00001.jar",
"product_id": "com.microsoft.azure.azure-storage-8.6.6.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.microsoft.azure/azure-storage@8.6.6.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.microsoft.azure.azure-storage-8.6.6.redhat-00001.pom",
"product": {
"name": "com.microsoft.azure.azure-storage-8.6.6.redhat-00001.pom",
"product_id": "com.microsoft.azure.azure-storage-8.6.6.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.microsoft.azure/azure-storage@8.6.6.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.logging.log4j.log4j-api-2.17.1.redhat-00002.jar",
"product": {
"name": "org.apache.logging.log4j.log4j-api-2.17.1.redhat-00002.jar",
"product_id": "org.apache.logging.log4j.log4j-api-2.17.1.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.logging.log4j/log4j-api@2.17.1.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.logging.log4j.log4j-api-2.17.1.redhat-00002.pom",
"product": {
"name": "org.apache.logging.log4j.log4j-api-2.17.1.redhat-00002.pom",
"product_id": "org.apache.logging.log4j.log4j-api-2.17.1.redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.logging.log4j/log4j-api@2.17.1.redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.libartemis-native-linux-i686-1.0.2-redhat-00001.so",
"product": {
"name": "org.apache.activemq.libartemis-native-linux-i686-1.0.2-redhat-00001.so",
"product_id": "org.apache.activemq.libartemis-native-linux-i686-1.0.2-redhat-00001.so",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/libartemis-native-linux-i686@1.0.2-redhat-00001?type=so"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.libartemis-native-linux-ppc64le-1.0.2-redhat-00001.so",
"product": {
"name": "org.apache.activemq.libartemis-native-linux-ppc64le-1.0.2-redhat-00001.so",
"product_id": "org.apache.activemq.libartemis-native-linux-ppc64le-1.0.2-redhat-00001.so",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/libartemis-native-linux-ppc64le@1.0.2-redhat-00001?type=so"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.libartemis-native-linux-s390x-1.0.2-redhat-00001.so",
"product": {
"name": "org.apache.activemq.libartemis-native-linux-s390x-1.0.2-redhat-00001.so",
"product_id": "org.apache.activemq.libartemis-native-linux-s390x-1.0.2-redhat-00001.so",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/libartemis-native-linux-s390x@1.0.2-redhat-00001?type=so"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.libartemis-native-linux-x86_64-1.0.2-redhat-00001.so",
"product": {
"name": "org.apache.activemq.libartemis-native-linux-x86_64-1.0.2-redhat-00001.so",
"product_id": "org.apache.activemq.libartemis-native-linux-x86_64-1.0.2-redhat-00001.so",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/libartemis-native-linux-x86_64@1.0.2-redhat-00001?type=so"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.activemq-artemis-native-1.0.2.redhat-00004.jar",
"product": {
"name": "org.apache.activemq.activemq-artemis-native-1.0.2.redhat-00004.jar",
"product_id": "org.apache.activemq.activemq-artemis-native-1.0.2.redhat-00004.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/activemq-artemis-native@1.0.2.redhat-00004?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.activemq-artemis-native-1.0.2.redhat-00004.pom",
"product": {
"name": "org.apache.activemq.activemq-artemis-native-1.0.2.redhat-00004.pom",
"product_id": "org.apache.activemq.activemq-artemis-native-1.0.2.redhat-00004.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/activemq-artemis-native@1.0.2.redhat-00004?type=pom"
}
}
},
{
"category": "product_version",
"name": "com.google.code.gson.gson-2.8.9.redhat-00001.jar",
"product": {
"name": "com.google.code.gson.gson-2.8.9.redhat-00001.jar",
"product_id": "com.google.code.gson.gson-2.8.9.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.google.code.gson/gson@2.8.9.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.google.code.gson.gson-2.8.9.redhat-00001.pom",
"product": {
"name": "com.google.code.gson.gson-2.8.9.redhat-00001.pom",
"product_id": "com.google.code.gson.gson-2.8.9.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.google.code.gson/gson@2.8.9.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.logmanager.log4j-jboss-logmanager-1.2.2.Final-redhat-00002.jar",
"product": {
"name": "org.jboss.logmanager.log4j-jboss-logmanager-1.2.2.Final-redhat-00002.jar",
"product_id": "org.jboss.logmanager.log4j-jboss-logmanager-1.2.2.Final-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.logmanager/log4j-jboss-logmanager@1.2.2.Final-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "xom.xom-1.3.7.redhat-00001.jar",
"product": {
"name": "xom.xom-1.3.7.redhat-00001.jar",
"product_id": "xom.xom-1.3.7.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/xom/xom@1.3.7.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "xom.xom-1.3.7.redhat-00001.pom",
"product": {
"name": "xom.xom-1.3.7.redhat-00001.pom",
"product_id": "xom.xom-1.3.7.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/xom/xom@1.3.7.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.arjunacore.arjuna-5.11.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.narayana.arjunacore.arjuna-5.11.4.Final-redhat-00001.pom",
"product_id": "org.jboss.narayana.arjunacore.arjuna-5.11.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.arjunacore/arjuna@5.11.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.arjunacore.txoj-5.11.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.narayana.arjunacore.txoj-5.11.4.Final-redhat-00001.pom",
"product_id": "org.jboss.narayana.arjunacore.txoj-5.11.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.arjunacore/txoj@5.11.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.compensations.compensations-5.11.4.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.narayana.compensations.compensations-5.11.4.Final-redhat-00001.jar",
"product_id": "org.jboss.narayana.compensations.compensations-5.11.4.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.compensations/compensations@5.11.4.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.compensations.compensations-5.11.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.narayana.compensations.compensations-5.11.4.Final-redhat-00001.pom",
"product_id": "org.jboss.narayana.compensations.compensations-5.11.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.compensations/compensations@5.11.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.jta.cdi-5.11.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.narayana.jta.cdi-5.11.4.Final-redhat-00001.pom",
"product_id": "org.jboss.narayana.jta.cdi-5.11.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.jta/cdi@5.11.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.jta.jdbc-5.11.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.narayana.jta.jdbc-5.11.4.Final-redhat-00001.pom",
"product_id": "org.jboss.narayana.jta.jdbc-5.11.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.jta/jdbc@5.11.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.jta.jms-5.11.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.narayana.jta.jms-5.11.4.Final-redhat-00001.pom",
"product_id": "org.jboss.narayana.jta.jms-5.11.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.jta/jms@5.11.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.jta.jta-5.11.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.narayana.jta.jta-5.11.4.Final-redhat-00001.pom",
"product_id": "org.jboss.narayana.jta.jta-5.11.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.jta/jta@5.11.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.jts.idlj-idl-jdk8-5.11.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.narayana.jts.idlj-idl-jdk8-5.11.4.Final-redhat-00001.pom",
"product_id": "org.jboss.narayana.jts.idlj-idl-jdk8-5.11.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.jts/idlj-idl-jdk8@5.11.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.jts.jtax-5.11.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.narayana.jts.jtax-5.11.4.Final-redhat-00001.pom",
"product_id": "org.jboss.narayana.jts.jtax-5.11.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.jts/jtax@5.11.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.jts.jts-5.11.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.narayana.jts.jts-5.11.4.Final-redhat-00001.pom",
"product_id": "org.jboss.narayana.jts.jts-5.11.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.jts/jts@5.11.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.jts.narayana-jts-idlj-5.11.4.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.narayana.jts.narayana-jts-idlj-5.11.4.Final-redhat-00001.jar",
"product_id": "org.jboss.narayana.jts.narayana-jts-idlj-5.11.4.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.jts/narayana-jts-idlj@5.11.4.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.jts.narayana-jts-integration-5.11.4.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.narayana.jts.narayana-jts-integration-5.11.4.Final-redhat-00001.jar",
"product_id": "org.jboss.narayana.jts.narayana-jts-integration-5.11.4.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.jts/narayana-jts-integration@5.11.4.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.jts.narayana-jts-integration-5.11.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.narayana.jts.narayana-jts-integration-5.11.4.Final-redhat-00001.pom",
"product_id": "org.jboss.narayana.jts.narayana-jts-integration-5.11.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.jts/narayana-jts-integration@5.11.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.jts.orbportability-5.11.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.narayana.jts.orbportability-5.11.4.Final-redhat-00001.pom",
"product_id": "org.jboss.narayana.jts.orbportability-5.11.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.jts/orbportability@5.11.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.rts.restat-api-5.11.4.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.narayana.rts.restat-api-5.11.4.Final-redhat-00001.jar",
"product_id": "org.jboss.narayana.rts.restat-api-5.11.4.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.rts/restat-api@5.11.4.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.rts.restat-api-5.11.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.narayana.rts.restat-api-5.11.4.Final-redhat-00001.pom",
"product_id": "org.jboss.narayana.rts.restat-api-5.11.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.rts/restat-api@5.11.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.rts.restat-bridge-5.11.4.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.narayana.rts.restat-bridge-5.11.4.Final-redhat-00001.jar",
"product_id": "org.jboss.narayana.rts.restat-bridge-5.11.4.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.rts/restat-bridge@5.11.4.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.rts.restat-bridge-5.11.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.narayana.rts.restat-bridge-5.11.4.Final-redhat-00001.pom",
"product_id": "org.jboss.narayana.rts.restat-bridge-5.11.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.rts/restat-bridge@5.11.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.rts.restat-integration-5.11.4.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.narayana.rts.restat-integration-5.11.4.Final-redhat-00001.jar",
"product_id": "org.jboss.narayana.rts.restat-integration-5.11.4.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.rts/restat-integration@5.11.4.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.rts.restat-integration-5.11.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.narayana.rts.restat-integration-5.11.4.Final-redhat-00001.pom",
"product_id": "org.jboss.narayana.rts.restat-integration-5.11.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.rts/restat-integration@5.11.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.rts.restat-util-5.11.4.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.narayana.rts.restat-util-5.11.4.Final-redhat-00001.jar",
"product_id": "org.jboss.narayana.rts.restat-util-5.11.4.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.rts/restat-util@5.11.4.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.rts.restat-util-5.11.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.narayana.rts.restat-util-5.11.4.Final-redhat-00001.pom",
"product_id": "org.jboss.narayana.rts.restat-util-5.11.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.rts/restat-util@5.11.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.txframework.txframework-5.11.4.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.narayana.txframework.txframework-5.11.4.Final-redhat-00001.jar",
"product_id": "org.jboss.narayana.txframework.txframework-5.11.4.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.txframework/txframework@5.11.4.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.txframework.txframework-5.11.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.narayana.txframework.txframework-5.11.4.Final-redhat-00001.pom",
"product_id": "org.jboss.narayana.txframework.txframework-5.11.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.txframework/txframework@5.11.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.xts.bridge-5.11.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.narayana.xts.bridge-5.11.4.Final-redhat-00001.pom",
"product_id": "org.jboss.narayana.xts.bridge-5.11.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.xts/bridge@5.11.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.xts.jbossxts-5.11.4.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.narayana.xts.jbossxts-5.11.4.Final-redhat-00001.jar",
"product_id": "org.jboss.narayana.xts.jbossxts-5.11.4.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.xts/jbossxts@5.11.4.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.xts.jbossxts-5.11.4.Final-redhat-00001-api.jar",
"product": {
"name": "org.jboss.narayana.xts.jbossxts-5.11.4.Final-redhat-00001-api.jar",
"product_id": "org.jboss.narayana.xts.jbossxts-5.11.4.Final-redhat-00001-api.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.xts/jbossxts@5.11.4.Final-redhat-00001?classifier=api\u0026type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.xts.recovery-5.11.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.narayana.xts.recovery-5.11.4.Final-redhat-00001.pom",
"product_id": "org.jboss.narayana.xts.recovery-5.11.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.xts/recovery@5.11.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.xts.service-5.11.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.narayana.xts.service-5.11.4.Final-redhat-00001.pom",
"product_id": "org.jboss.narayana.xts.service-5.11.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.xts/service@5.11.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.xts.ws-c11-5.11.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.narayana.xts.ws-c11-5.11.4.Final-redhat-00001.pom",
"product_id": "org.jboss.narayana.xts.ws-c11-5.11.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.xts/ws-c11@5.11.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.xts.ws-t11-5.11.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.narayana.xts.ws-t11-5.11.4.Final-redhat-00001.pom",
"product_id": "org.jboss.narayana.xts.ws-t11-5.11.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.xts/ws-t11@5.11.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.xts.wsas-5.11.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.narayana.xts.wsas-5.11.4.Final-redhat-00001.pom",
"product_id": "org.jboss.narayana.xts.wsas-5.11.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.xts/wsas@5.11.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.xts.wscf11-5.11.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.narayana.xts.wscf11-5.11.4.Final-redhat-00001.pom",
"product_id": "org.jboss.narayana.xts.wscf11-5.11.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.xts/wscf11@5.11.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.xts.wstx11-5.11.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.narayana.xts.wstx11-5.11.4.Final-redhat-00001.pom",
"product_id": "org.jboss.narayana.xts.wstx11-5.11.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana.xts/wstx11@5.11.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.common-5.11.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.narayana.common-5.11.4.Final-redhat-00001.pom",
"product_id": "org.jboss.narayana.common-5.11.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana/common@5.11.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.jbosstxbridge-5.11.4.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.narayana.jbosstxbridge-5.11.4.Final-redhat-00001.jar",
"product_id": "org.jboss.narayana.jbosstxbridge-5.11.4.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana/jbosstxbridge@5.11.4.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.narayana.jbosstxbridge-5.11.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.narayana.jbosstxbridge-5.11.4.Final-redhat-00001.pom",
"product_id": "org.jboss.narayana.jbosstxbridge-5.11.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.narayana/jbosstxbridge@5.11.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.slf4j.jcl-over-slf4j-1.7.30.redhat-00004.pom",
"product": {
"name": "org.slf4j.jcl-over-slf4j-1.7.30.redhat-00004.pom",
"product_id": "org.slf4j.jcl-over-slf4j-1.7.30.redhat-00004.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.30.redhat-00004?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.slf4j.slf4j-api-1.7.30.redhat-00004.pom",
"product": {
"name": "org.slf4j.slf4j-api-1.7.30.redhat-00004.pom",
"product_id": "org.slf4j.slf4j-api-1.7.30.redhat-00004.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.slf4j/slf4j-api@1.7.30.redhat-00004?type=pom"
}
}
},
{
"category": "product_version",
"name": "commons-logging.commons-logging-1.2.0.redhat-00004.pom",
"product": {
"name": "commons-logging.commons-logging-1.2.0.redhat-00004.pom",
"product_id": "commons-logging.commons-logging-1.2.0.redhat-00004.pom",
"product_identification_helper": {
"purl": "pkg:maven/commons-logging/commons-logging@1.2.0.redhat-00004?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.ow2.asm.asm-util-9.1.0.redhat-00002.jar",
"product": {
"name": "org.ow2.asm.asm-util-9.1.0.redhat-00002.jar",
"product_id": "org.ow2.asm.asm-util-9.1.0.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.ow2.asm/asm-util@9.1.0.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.ow2.asm.asm-9.1.0.redhat-00002.jar",
"product": {
"name": "org.ow2.asm.asm-9.1.0.redhat-00002.jar",
"product_id": "org.ow2.asm.asm-9.1.0.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.ow2.asm/asm@9.1.0.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.hibernate.validator.hibernate-validator-cdi-6.0.23.Final-redhat-00001.jar",
"product": {
"name": "org.hibernate.validator.hibernate-validator-cdi-6.0.23.Final-redhat-00001.jar",
"product_id": "org.hibernate.validator.hibernate-validator-cdi-6.0.23.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.hibernate.validator/hibernate-validator-cdi@6.0.23.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.hibernate.validator.hibernate-validator-6.0.23.Final-redhat-00001.pom",
"product": {
"name": "org.hibernate.validator.hibernate-validator-6.0.23.Final-redhat-00001.pom",
"product_id": "org.hibernate.validator.hibernate-validator-6.0.23.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.hibernate.validator/hibernate-validator@6.0.23.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.hibernate.validator.hibernate-validator-cdi-6.0.23.Final-redhat-00001.pom",
"product": {
"name": "org.hibernate.validator.hibernate-validator-cdi-6.0.23.Final-redhat-00001.pom",
"product_id": "org.hibernate.validator.hibernate-validator-cdi-6.0.23.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.hibernate.validator/hibernate-validator-cdi@6.0.23.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.hibernate.validator.hibernate-validator-6.0.23.Final-redhat-00001.jar",
"product": {
"name": "org.hibernate.validator.hibernate-validator-6.0.23.Final-redhat-00001.jar",
"product_id": "org.hibernate.validator.hibernate-validator-6.0.23.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.hibernate.validator/hibernate-validator@6.0.23.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.h2database.h2-1.4.197.redhat-00004.pom",
"product": {
"name": "com.h2database.h2-1.4.197.redhat-00004.pom",
"product_id": "com.h2database.h2-1.4.197.redhat-00004.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.h2database/h2@1.4.197.redhat-00004?type=pom"
}
}
},
{
"category": "product_version",
"name": "com.h2database.h2-1.4.197.redhat-00004.jar",
"product": {
"name": "com.h2database.h2-1.4.197.redhat-00004.jar",
"product_id": "com.h2database.h2-1.4.197.redhat-00004.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.h2database/h2@1.4.197.redhat-00004?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.h2database.h2-1.4.197.redhat-00004.zip",
"product": {
"name": "com.h2database.h2-1.4.197.redhat-00004.zip",
"product_id": "com.h2database.h2-1.4.197.redhat-00004.zip",
"product_identification_helper": {
"purl": "pkg:maven/com.h2database/h2@1.4.197.redhat-00004?type=zip"
}
}
},
{
"category": "product_version",
"name": "xerces.xercesImpl-2.12.0.SP04-redhat-00001.pom",
"product": {
"name": "xerces.xercesImpl-2.12.0.SP04-redhat-00001.pom",
"product_id": "xerces.xercesImpl-2.12.0.SP04-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/xerces/xercesImpl@2.12.0.SP04-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "xerces.xercesImpl-2.12.0.SP04-redhat-00001.jar",
"product": {
"name": "xerces.xercesImpl-2.12.0.SP04-redhat-00001.jar",
"product_id": "xerces.xercesImpl-2.12.0.SP04-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/xerces/xercesImpl@2.12.0.SP04-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.google.code.gson.gson-2.8.5.redhat-00002.pom",
"product": {
"name": "com.google.code.gson.gson-2.8.5.redhat-00002.pom",
"product_id": "com.google.code.gson.gson-2.8.5.redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.google.code.gson/gson@2.8.5.redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jberet.jberet-core-1.3.9.SP2-redhat-00001.pom",
"product": {
"name": "org.jberet.jberet-core-1.3.9.SP2-redhat-00001.pom",
"product_id": "org.jberet.jberet-core-1.3.9.SP2-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jberet/jberet-core@1.3.9.SP2-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jberet.jberet-core-1.3.9.SP2-redhat-00001.jar",
"product": {
"name": "org.jberet.jberet-core-1.3.9.SP2-redhat-00001.jar",
"product_id": "org.jberet.jberet-core-1.3.9.SP2-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jberet/jberet-core@1.3.9.SP2-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-tcnative-classes-2.0.52.Final-redhat-00001.jar",
"product": {
"name": "io.netty.netty-tcnative-classes-2.0.52.Final-redhat-00001.jar",
"product_id": "io.netty.netty-tcnative-classes-2.0.52.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-tcnative-classes@2.0.52.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-tcnative-classes-2.0.52.Final-redhat-00001.pom",
"product": {
"name": "io.netty.netty-tcnative-classes-2.0.52.Final-redhat-00001.pom",
"product_id": "io.netty.netty-tcnative-classes-2.0.52.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-tcnative-classes@2.0.52.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.picketbox.picketbox-infinispan-5.0.3.Final-redhat-00009.jar",
"product": {
"name": "org.picketbox.picketbox-infinispan-5.0.3.Final-redhat-00009.jar",
"product_id": "org.picketbox.picketbox-infinispan-5.0.3.Final-redhat-00009.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.picketbox/picketbox-infinispan@5.0.3.Final-redhat-00009?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.picketbox.picketbox-spi-bare-5.0.3.Final-redhat-00009.pom",
"product": {
"name": "org.picketbox.picketbox-spi-bare-5.0.3.Final-redhat-00009.pom",
"product_id": "org.picketbox.picketbox-spi-bare-5.0.3.Final-redhat-00009.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.picketbox/picketbox-spi-bare@5.0.3.Final-redhat-00009?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.picketbox.picketbox-acl-impl-5.0.3.Final-redhat-00009.pom",
"product": {
"name": "org.picketbox.picketbox-acl-impl-5.0.3.Final-redhat-00009.pom",
"product_id": "org.picketbox.picketbox-acl-impl-5.0.3.Final-redhat-00009.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.picketbox/picketbox-acl-impl@5.0.3.Final-redhat-00009?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.picketbox.jbosssx-5.0.3.Final-redhat-00009.pom",
"product": {
"name": "org.picketbox.jbosssx-5.0.3.Final-redhat-00009.pom",
"product_id": "org.picketbox.jbosssx-5.0.3.Final-redhat-00009.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.picketbox/jbosssx@5.0.3.Final-redhat-00009?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.picketbox.common-spi-5.0.3.Final-redhat-00009.pom",
"product": {
"name": "org.picketbox.common-spi-5.0.3.Final-redhat-00009.pom",
"product_id": "org.picketbox.common-spi-5.0.3.Final-redhat-00009.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.picketbox/common-spi@5.0.3.Final-redhat-00009?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.picketbox.picketbox-5.0.3.Final-redhat-00009.jar",
"product": {
"name": "org.picketbox.picketbox-5.0.3.Final-redhat-00009.jar",
"product_id": "org.picketbox.picketbox-5.0.3.Final-redhat-00009.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.picketbox/picketbox@5.0.3.Final-redhat-00009?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.picketbox.picketbox-5.0.3.Final-redhat-00009.pom",
"product": {
"name": "org.picketbox.picketbox-5.0.3.Final-redhat-00009.pom",
"product_id": "org.picketbox.picketbox-5.0.3.Final-redhat-00009.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.picketbox/picketbox@5.0.3.Final-redhat-00009?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.picketbox.jboss-security-spi-5.0.3.Final-redhat-00009.pom",
"product": {
"name": "org.picketbox.jboss-security-spi-5.0.3.Final-redhat-00009.pom",
"product_id": "org.picketbox.jboss-security-spi-5.0.3.Final-redhat-00009.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.picketbox/jboss-security-spi@5.0.3.Final-redhat-00009?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.picketbox.picketbox-infinispan-5.0.3.Final-redhat-00009.pom",
"product": {
"name": "org.picketbox.picketbox-infinispan-5.0.3.Final-redhat-00009.pom",
"product_id": "org.picketbox.picketbox-infinispan-5.0.3.Final-redhat-00009.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.picketbox/picketbox-infinispan@5.0.3.Final-redhat-00009?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.picketbox.acl-spi-5.0.3.Final-redhat-00009.pom",
"product": {
"name": "org.picketbox.acl-spi-5.0.3.Final-redhat-00009.pom",
"product_id": "org.picketbox.acl-spi-5.0.3.Final-redhat-00009.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.picketbox/acl-spi@5.0.3.Final-redhat-00009?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.picketbox.picketbox-bare-5.0.3.Final-redhat-00009.pom",
"product": {
"name": "org.picketbox.picketbox-bare-5.0.3.Final-redhat-00009.pom",
"product_id": "org.picketbox.picketbox-bare-5.0.3.Final-redhat-00009.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.picketbox/picketbox-bare@5.0.3.Final-redhat-00009?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.picketbox.identity-spi-5.0.3.Final-redhat-00009.pom",
"product": {
"name": "org.picketbox.identity-spi-5.0.3.Final-redhat-00009.pom",
"product_id": "org.picketbox.identity-spi-5.0.3.Final-redhat-00009.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.picketbox/identity-spi@5.0.3.Final-redhat-00009?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.picketbox.picketbox-identity-impl-5.0.3.Final-redhat-00009.pom",
"product": {
"name": "org.picketbox.picketbox-identity-impl-5.0.3.Final-redhat-00009.pom",
"product_id": "org.picketbox.picketbox-identity-impl-5.0.3.Final-redhat-00009.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.picketbox/picketbox-identity-impl@5.0.3.Final-redhat-00009?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.picketbox.authorization-spi-5.0.3.Final-redhat-00009.pom",
"product": {
"name": "org.picketbox.authorization-spi-5.0.3.Final-redhat-00009.pom",
"product_id": "org.picketbox.authorization-spi-5.0.3.Final-redhat-00009.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.picketbox/authorization-spi@5.0.3.Final-redhat-00009?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.picketbox.jbosssx-bare-5.0.3.Final-redhat-00009.pom",
"product": {
"name": "org.picketbox.jbosssx-bare-5.0.3.Final-redhat-00009.pom",
"product_id": "org.picketbox.jbosssx-bare-5.0.3.Final-redhat-00009.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.picketbox/jbosssx-bare@5.0.3.Final-redhat-00009?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.eclipse.yasson-1.0.11.redhat-00002.pom",
"product": {
"name": "org.eclipse.yasson-1.0.11.redhat-00002.pom",
"product_id": "org.eclipse.yasson-1.0.11.redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.eclipse/yasson@1.0.11.redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.eclipse.yasson-1.0.11.redhat-00002.jar",
"product": {
"name": "org.eclipse.yasson-1.0.11.redhat-00002.jar",
"product_id": "org.eclipse.yasson-1.0.11.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.eclipse/yasson@1.0.11.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.openssl.wildfly-openssl-java-2.2.3.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.openssl.wildfly-openssl-java-2.2.3.Final-redhat-00001.jar",
"product_id": "org.wildfly.openssl.wildfly-openssl-java-2.2.3.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-java@2.2.3.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.openssl.wildfly-openssl-java-2.2.3.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.openssl.wildfly-openssl-java-2.2.3.Final-redhat-00001.pom",
"product_id": "org.wildfly.openssl.wildfly-openssl-java-2.2.3.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-java@2.2.3.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.openssl.wildfly-openssl-linux-ppc64le-2.2.2.Final-redhat-00002.jar",
"product": {
"name": "org.wildfly.openssl.wildfly-openssl-linux-ppc64le-2.2.2.Final-redhat-00002.jar",
"product_id": "org.wildfly.openssl.wildfly-openssl-linux-ppc64le-2.2.2.Final-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-linux-ppc64le@2.2.2.Final-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.openssl.wildfly-openssl-linux-ppc64le-2.2.2.Final-redhat-00002.pom",
"product": {
"name": "org.wildfly.openssl.wildfly-openssl-linux-ppc64le-2.2.2.Final-redhat-00002.pom",
"product_id": "org.wildfly.openssl.wildfly-openssl-linux-ppc64le-2.2.2.Final-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-linux-ppc64le@2.2.2.Final-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.openssl.wildfly-openssl-linux-rhel6-x86_64-2.2.2.Final-redhat-00002.jar",
"product": {
"name": "org.wildfly.openssl.wildfly-openssl-linux-rhel6-x86_64-2.2.2.Final-redhat-00002.jar",
"product_id": "org.wildfly.openssl.wildfly-openssl-linux-rhel6-x86_64-2.2.2.Final-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-linux-rhel6-x86_64@2.2.2.Final-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.openssl.wildfly-openssl-linux-rhel6-x86_64-2.2.2.Final-redhat-00002.pom",
"product": {
"name": "org.wildfly.openssl.wildfly-openssl-linux-rhel6-x86_64-2.2.2.Final-redhat-00002.pom",
"product_id": "org.wildfly.openssl.wildfly-openssl-linux-rhel6-x86_64-2.2.2.Final-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-linux-rhel6-x86_64@2.2.2.Final-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.openssl.wildfly-openssl-linux-rhel7-x86_64-2.2.2.Final-redhat-00002.jar",
"product": {
"name": "org.wildfly.openssl.wildfly-openssl-linux-rhel7-x86_64-2.2.2.Final-redhat-00002.jar",
"product_id": "org.wildfly.openssl.wildfly-openssl-linux-rhel7-x86_64-2.2.2.Final-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-linux-rhel7-x86_64@2.2.2.Final-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.openssl.wildfly-openssl-linux-rhel7-x86_64-2.2.2.Final-redhat-00002.pom",
"product": {
"name": "org.wildfly.openssl.wildfly-openssl-linux-rhel7-x86_64-2.2.2.Final-redhat-00002.pom",
"product_id": "org.wildfly.openssl.wildfly-openssl-linux-rhel7-x86_64-2.2.2.Final-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-linux-rhel7-x86_64@2.2.2.Final-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.openssl.wildfly-openssl-linux-rhel8-x86_64-2.2.2.Final-redhat-00002.jar",
"product": {
"name": "org.wildfly.openssl.wildfly-openssl-linux-rhel8-x86_64-2.2.2.Final-redhat-00002.jar",
"product_id": "org.wildfly.openssl.wildfly-openssl-linux-rhel8-x86_64-2.2.2.Final-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-linux-rhel8-x86_64@2.2.2.Final-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.openssl.wildfly-openssl-linux-rhel8-x86_64-2.2.2.Final-redhat-00002.pom",
"product": {
"name": "org.wildfly.openssl.wildfly-openssl-linux-rhel8-x86_64-2.2.2.Final-redhat-00002.pom",
"product_id": "org.wildfly.openssl.wildfly-openssl-linux-rhel8-x86_64-2.2.2.Final-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-linux-rhel8-x86_64@2.2.2.Final-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.openssl.wildfly-openssl-linux-rhel9-x86_64-2.2.2.Final-redhat-00002.jar",
"product": {
"name": "org.wildfly.openssl.wildfly-openssl-linux-rhel9-x86_64-2.2.2.Final-redhat-00002.jar",
"product_id": "org.wildfly.openssl.wildfly-openssl-linux-rhel9-x86_64-2.2.2.Final-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-linux-rhel9-x86_64@2.2.2.Final-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.openssl.wildfly-openssl-linux-rhel9-x86_64-2.2.2.Final-redhat-00002.pom",
"product": {
"name": "org.wildfly.openssl.wildfly-openssl-linux-rhel9-x86_64-2.2.2.Final-redhat-00002.pom",
"product_id": "org.wildfly.openssl.wildfly-openssl-linux-rhel9-x86_64-2.2.2.Final-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-linux-rhel9-x86_64@2.2.2.Final-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.openssl.wildfly-openssl-linux-s390x-2.2.2.Final-redhat-00002.jar",
"product": {
"name": "org.wildfly.openssl.wildfly-openssl-linux-s390x-2.2.2.Final-redhat-00002.jar",
"product_id": "org.wildfly.openssl.wildfly-openssl-linux-s390x-2.2.2.Final-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-linux-s390x@2.2.2.Final-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.openssl.wildfly-openssl-linux-s390x-2.2.2.Final-redhat-00002.pom",
"product": {
"name": "org.wildfly.openssl.wildfly-openssl-linux-s390x-2.2.2.Final-redhat-00002.pom",
"product_id": "org.wildfly.openssl.wildfly-openssl-linux-s390x-2.2.2.Final-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-linux-s390x@2.2.2.Final-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.openssl.wildfly-openssl-windows-x86_64-2.2.2.Final-redhat-00002.jar",
"product": {
"name": "org.wildfly.openssl.wildfly-openssl-windows-x86_64-2.2.2.Final-redhat-00002.jar",
"product_id": "org.wildfly.openssl.wildfly-openssl-windows-x86_64-2.2.2.Final-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.openssl/wildfly-openssl-windows-x86_64@2.2.2.Final-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.jboss-vfs-3.2.17.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.jboss-vfs-3.2.17.Final-redhat-00001.pom",
"product_id": "org.jboss.jboss-vfs-3.2.17.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss/jboss-vfs@3.2.17.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.jboss-vfs-3.2.17.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.jboss-vfs-3.2.17.Final-redhat-00001.jar",
"product_id": "org.jboss.jboss-vfs-3.2.17.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss/jboss-vfs@3.2.17.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.fasterxml.jackson.core.jackson-databind-2.13.4.2-redhat-00001.pom",
"product": {
"name": "com.fasterxml.jackson.core.jackson-databind-2.13.4.2-redhat-00001.pom",
"product_id": "com.fasterxml.jackson.core.jackson-databind-2.13.4.2-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.13.4.2-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "com.fasterxml.woodstox.woodstox-core-6.4.0.redhat-00001.jar",
"product": {
"name": "com.fasterxml.woodstox.woodstox-core-6.4.0.redhat-00001.jar",
"product_id": "com.fasterxml.woodstox.woodstox-core-6.4.0.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.fasterxml.woodstox/woodstox-core@6.4.0.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.fasterxml.jackson.core.jackson-annotations-2.13.4.redhat-00004.pom",
"product": {
"name": "com.fasterxml.jackson.core.jackson-annotations-2.13.4.redhat-00004.pom",
"product_id": "com.fasterxml.jackson.core.jackson-annotations-2.13.4.redhat-00004.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.13.4.redhat-00004?type=pom"
}
}
},
{
"category": "product_version",
"name": "com.fasterxml.jackson.core.jackson-core-2.13.4.redhat-00004.pom",
"product": {
"name": "com.fasterxml.jackson.core.jackson-core-2.13.4.redhat-00004.pom",
"product_id": "com.fasterxml.jackson.core.jackson-core-2.13.4.redhat-00004.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.13.4.redhat-00004?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.hibernate.hibernate-search-orm-5.10.13.Final-redhat-00001.jar",
"product": {
"name": "org.hibernate.hibernate-search-orm-5.10.13.Final-redhat-00001.jar",
"product_id": "org.hibernate.hibernate-search-orm-5.10.13.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.hibernate/hibernate-search-orm@5.10.13.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.hibernate.hibernate-search-backend-jms-5.10.13.Final-redhat-00001.pom",
"product": {
"name": "org.hibernate.hibernate-search-backend-jms-5.10.13.Final-redhat-00001.pom",
"product_id": "org.hibernate.hibernate-search-backend-jms-5.10.13.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.hibernate/hibernate-search-backend-jms@5.10.13.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.hibernate.hibernate-search-engine-5.10.13.Final-redhat-00001.pom",
"product": {
"name": "org.hibernate.hibernate-search-engine-5.10.13.Final-redhat-00001.pom",
"product_id": "org.hibernate.hibernate-search-engine-5.10.13.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.hibernate/hibernate-search-engine@5.10.13.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.hibernate.hibernate-search-serialization-avro-5.10.13.Final-redhat-00001.pom",
"product": {
"name": "org.hibernate.hibernate-search-serialization-avro-5.10.13.Final-redhat-00001.pom",
"product_id": "org.hibernate.hibernate-search-serialization-avro-5.10.13.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.hibernate/hibernate-search-serialization-avro@5.10.13.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.hibernate.hibernate-search-serialization-avro-5.10.13.Final-redhat-00001.jar",
"product": {
"name": "org.hibernate.hibernate-search-serialization-avro-5.10.13.Final-redhat-00001.jar",
"product_id": "org.hibernate.hibernate-search-serialization-avro-5.10.13.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.hibernate/hibernate-search-serialization-avro@5.10.13.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.hibernate.hibernate-search-backend-jms-5.10.13.Final-redhat-00001.jar",
"product": {
"name": "org.hibernate.hibernate-search-backend-jms-5.10.13.Final-redhat-00001.jar",
"product_id": "org.hibernate.hibernate-search-backend-jms-5.10.13.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.hibernate/hibernate-search-backend-jms@5.10.13.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.hibernate.hibernate-search-orm-5.10.13.Final-redhat-00001.pom",
"product": {
"name": "org.hibernate.hibernate-search-orm-5.10.13.Final-redhat-00001.pom",
"product_id": "org.hibernate.hibernate-search-orm-5.10.13.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.hibernate/hibernate-search-orm@5.10.13.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.hibernate.hibernate-search-engine-5.10.13.Final-redhat-00001.jar",
"product": {
"name": "org.hibernate.hibernate-search-engine-5.10.13.Final-redhat-00001.jar",
"product_id": "org.hibernate.hibernate-search-engine-5.10.13.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.hibernate/hibernate-search-engine@5.10.13.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.sshd.sshd-common-2.9.2.redhat-00001.pom",
"product": {
"name": "org.apache.sshd.sshd-common-2.9.2.redhat-00001.pom",
"product_id": "org.apache.sshd.sshd-common-2.9.2.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.sshd/sshd-common@2.9.2.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.glassfish.soteria.jakarta.security.enterprise-1.0.1.redhat-00003.pom",
"product": {
"name": "org.glassfish.soteria.jakarta.security.enterprise-1.0.1.redhat-00003.pom",
"product_id": "org.glassfish.soteria.jakarta.security.enterprise-1.0.1.redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.glassfish.soteria/jakarta.security.enterprise@1.0.1.redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.glassfish.soteria.jakarta.security.enterprise-1.0.1.redhat-00003.jar",
"product": {
"name": "org.glassfish.soteria.jakarta.security.enterprise-1.0.1.redhat-00003.jar",
"product_id": "org.glassfish.soteria.jakarta.security.enterprise-1.0.1.redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.glassfish.soteria/jakarta.security.enterprise@1.0.1.redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.faces.jboss-jsf-api_2.3_spec-3.0.0.SP07-redhat-00001.jar",
"product": {
"name": "org.jboss.spec.javax.faces.jboss-jsf-api_2.3_spec-3.0.0.SP07-redhat-00001.jar",
"product_id": "org.jboss.spec.javax.faces.jboss-jsf-api_2.3_spec-3.0.0.SP07-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.faces/jboss-jsf-api_2.3_spec@3.0.0.SP07-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.faces.jboss-jsf-api_2.3_spec-3.0.0.SP07-redhat-00001.pom",
"product": {
"name": "org.jboss.spec.javax.faces.jboss-jsf-api_2.3_spec-3.0.0.SP07-redhat-00001.pom",
"product_id": "org.jboss.spec.javax.faces.jboss-jsf-api_2.3_spec-3.0.0.SP07-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.faces/jboss-jsf-api_2.3_spec@3.0.0.SP07-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "com.fasterxml.jackson.core.jackson-annotations-2.12.7.redhat-00003.pom",
"product": {
"name": "com.fasterxml.jackson.core.jackson-annotations-2.12.7.redhat-00003.pom",
"product_id": "com.fasterxml.jackson.core.jackson-annotations-2.12.7.redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.12.7.redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "com.fasterxml.jackson.core.jackson-annotations-2.12.7.redhat-00003.jar",
"product": {
"name": "com.fasterxml.jackson.core.jackson-annotations-2.12.7.redhat-00003.jar",
"product_id": "com.fasterxml.jackson.core.jackson-annotations-2.12.7.redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.12.7.redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.fasterxml.jackson.core.jackson-core-2.12.7.redhat-00003.jar",
"product": {
"name": "com.fasterxml.jackson.core.jackson-core-2.12.7.redhat-00003.jar",
"product_id": "com.fasterxml.jackson.core.jackson-core-2.12.7.redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.12.7.redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.fasterxml.jackson.core.jackson-core-2.12.7.redhat-00003.pom",
"product": {
"name": "com.fasterxml.jackson.core.jackson-core-2.12.7.redhat-00003.pom",
"product_id": "com.fasterxml.jackson.core.jackson-core-2.12.7.redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.12.7.redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "com.fasterxml.jackson.core.jackson-databind-2.12.7.redhat-00003.pom",
"product": {
"name": "com.fasterxml.jackson.core.jackson-databind-2.12.7.redhat-00003.pom",
"product_id": "com.fasterxml.jackson.core.jackson-databind-2.12.7.redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.12.7.redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "com.fasterxml.jackson.core.jackson-databind-2.12.7.redhat-00003.jar",
"product": {
"name": "com.fasterxml.jackson.core.jackson-databind-2.12.7.redhat-00003.jar",
"product_id": "com.fasterxml.jackson.core.jackson-databind-2.12.7.redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.12.7.redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.7.redhat-00003.jar",
"product": {
"name": "com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.7.redhat-00003.jar",
"product_id": "com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.7.redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.fasterxml.jackson.module/jackson-module-jaxb-annotations@2.12.7.redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.7.redhat-00003.pom",
"product": {
"name": "com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.7.redhat-00003.pom",
"product_id": "com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.7.redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.fasterxml.jackson.module/jackson-module-jaxb-annotations@2.12.7.redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.12.7.redhat-00003.jar",
"product": {
"name": "com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.12.7.redhat-00003.jar",
"product_id": "com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.12.7.redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310@2.12.7.redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.12.7.redhat-00003.jar",
"product": {
"name": "com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.12.7.redhat-00003.jar",
"product_id": "com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.12.7.redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jdk8@2.12.7.redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.12.7.redhat-00003.pom",
"product": {
"name": "com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.12.7.redhat-00003.pom",
"product_id": "com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.12.7.redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310@2.12.7.redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.12.7.redhat-00003.pom",
"product": {
"name": "com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.12.7.redhat-00003.pom",
"product_id": "com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.12.7.redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jdk8@2.12.7.redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.7.redhat-00003.jar",
"product": {
"name": "com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.7.redhat-00003.jar",
"product_id": "com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.7.redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.fasterxml.jackson.jaxrs/jackson-jaxrs-base@2.12.7.redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.7.redhat-00003.pom",
"product": {
"name": "com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.7.redhat-00003.pom",
"product_id": "com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.7.redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider@2.12.7.redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.7.redhat-00003.jar",
"product": {
"name": "com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.7.redhat-00003.jar",
"product_id": "com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.7.redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider@2.12.7.redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.7.redhat-00003.pom",
"product": {
"name": "com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.7.redhat-00003.pom",
"product_id": "com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.7.redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.fasterxml.jackson.jaxrs/jackson-jaxrs-base@2.12.7.redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.elytron-web.undertow-server-servlet-1.9.3.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.elytron-web.undertow-server-servlet-1.9.3.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.elytron-web.undertow-server-servlet-1.9.3.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security.elytron-web/undertow-server-servlet@1.9.3.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.elytron-web.undertow-server-1.9.3.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.elytron-web.undertow-server-1.9.3.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.elytron-web.undertow-server-1.9.3.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security.elytron-web/undertow-server@1.9.3.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.elytron-web.undertow-server-1.9.3.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.elytron-web.undertow-server-1.9.3.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.elytron-web.undertow-server-1.9.3.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security.elytron-web/undertow-server@1.9.3.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.elytron-web.undertow-server-servlet-1.9.3.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.elytron-web.undertow-server-servlet-1.9.3.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.elytron-web.undertow-server-servlet-1.9.3.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security.elytron-web/undertow-server-servlet@1.9.3.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.remoting.jboss-remoting-5.0.27.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.remoting.jboss-remoting-5.0.27.Final-redhat-00001.jar",
"product_id": "org.jboss.remoting.jboss-remoting-5.0.27.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.remoting/jboss-remoting@5.0.27.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.remoting.jboss-remoting-5.0.27.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.remoting.jboss-remoting-5.0.27.Final-redhat-00001.pom",
"product_id": "org.jboss.remoting.jboss-remoting-5.0.27.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.remoting/jboss-remoting@5.0.27.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-tools-wsdlto-databinding-jaxb-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-tools-wsdlto-databinding-jaxb-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-tools-wsdlto-databinding-jaxb-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-tools-wsdlto-databinding-jaxb@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-bindings-xml-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-rt-bindings-xml-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-rt-bindings-xml-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-bindings-xml@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-tools-common-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-tools-common-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-tools-common-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-tools-common@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-ws-rm-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-rt-ws-rm-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-rt-ws-rm-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-ws-rm@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-databinding-jaxb-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-rt-databinding-jaxb-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-rt-databinding-jaxb-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-databinding-jaxb@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-ws-addr-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-rt-ws-addr-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-rt-ws-addr-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-ws-addr@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-features-logging-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-rt-features-logging-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-rt-features-logging-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-features-logging@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.services.sts.cxf-services-sts-core-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.services.sts.cxf-services-sts-core-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.services.sts.cxf-services-sts-core-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf.services.sts/cxf-services-sts-core@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-frontend-simple-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-rt-frontend-simple-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-rt-frontend-simple-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-frontend-simple@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-transports-jms-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-rt-transports-jms-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-rt-transports-jms-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-transports-jms@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-tools-java2ws-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-tools-java2ws-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-tools-java2ws-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-tools-java2ws@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-ws-security-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-rt-ws-security-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-rt-ws-security-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-ws-security@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-ws-policy-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-rt-ws-policy-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-rt-ws-policy-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-ws-policy@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-management-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-rt-management-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-rt-management-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-management@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-transports-http-hc-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-rt-transports-http-hc-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-rt-transports-http-hc-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-transports-http-hc@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-ws-security-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-rt-ws-security-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-rt-ws-security-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-ws-security@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-bindings-soap-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-rt-bindings-soap-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-rt-bindings-soap-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-bindings-soap@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-tools-java2ws-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-tools-java2ws-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-tools-java2ws-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-tools-java2ws@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-ws-mex-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-rt-ws-mex-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-rt-ws-mex-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-ws-mex@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-features-clustering-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-rt-features-clustering-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-rt-features-clustering-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-features-clustering@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.services.ws-discovery.cxf-services-ws-discovery-api-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.services.ws-discovery.cxf-services-ws-discovery-api-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.services.ws-discovery.cxf-services-ws-discovery-api-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf.services.ws-discovery/cxf-services-ws-discovery-api@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-bindings-coloc-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-rt-bindings-coloc-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-rt-bindings-coloc-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-bindings-coloc@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-frontend-jaxws-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-rt-frontend-jaxws-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-rt-frontend-jaxws-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-frontend-jaxws@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-security-saml-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-rt-security-saml-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-rt-security-saml-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-security-saml@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-tools-validator-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-tools-validator-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-tools-validator-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-tools-validator@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-core-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-core-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-core-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-core@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-tools-wsdlto-frontend-jaxws-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-tools-wsdlto-frontend-jaxws-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-tools-wsdlto-frontend-jaxws-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-tools-wsdlto-frontend-jaxws@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-databinding-jaxb-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-rt-databinding-jaxb-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-rt-databinding-jaxb-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-databinding-jaxb@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-wsdl-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-rt-wsdl-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-rt-wsdl-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-wsdl@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-security-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-rt-security-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-rt-security-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-security@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-transports-http-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-rt-transports-http-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-rt-transports-http-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-transports-http@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-databinding-aegis-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-rt-databinding-aegis-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-rt-databinding-aegis-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-databinding-aegis@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-transports-local-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-rt-transports-local-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-rt-transports-local-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-transports-local@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-tools-wsdlto-core-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-tools-wsdlto-core-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-tools-wsdlto-core-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-tools-wsdlto-core@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-features-logging-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-rt-features-logging-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-rt-features-logging-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-features-logging@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-ws-addr-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-rt-ws-addr-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-rt-ws-addr-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-ws-addr@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-tools-common-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-tools-common-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-tools-common-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-tools-common@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-bindings-xml-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-rt-bindings-xml-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-rt-bindings-xml-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-bindings-xml@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-wsdl-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-rt-wsdl-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-rt-wsdl-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-wsdl@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.services.sts.cxf-services-sts-core-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.services.sts.cxf-services-sts-core-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.services.sts.cxf-services-sts-core-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf.services.sts/cxf-services-sts-core@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-tools-wsdlto-databinding-jaxb-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-tools-wsdlto-databinding-jaxb-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-tools-wsdlto-databinding-jaxb-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-tools-wsdlto-databinding-jaxb@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-tools-wsdlto-frontend-jaxws-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-tools-wsdlto-frontend-jaxws-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-tools-wsdlto-frontend-jaxws-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-tools-wsdlto-frontend-jaxws@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.services.ws-discovery.cxf-services-ws-discovery-api-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.services.ws-discovery.cxf-services-ws-discovery-api-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.services.ws-discovery.cxf-services-ws-discovery-api-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf.services.ws-discovery/cxf-services-ws-discovery-api@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-ws-rm-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-rt-ws-rm-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-rt-ws-rm-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-ws-rm@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-ws-policy-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-rt-ws-policy-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-rt-ws-policy-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-ws-policy@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-frontend-jaxws-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-rt-frontend-jaxws-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-rt-frontend-jaxws-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-frontend-jaxws@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-transports-jms-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-rt-transports-jms-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-rt-transports-jms-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-transports-jms@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-frontend-simple-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-rt-frontend-simple-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-rt-frontend-simple-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-frontend-simple@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-management-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-rt-management-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-rt-management-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-management@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-transports-http-hc-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-rt-transports-http-hc-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-rt-transports-http-hc-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-transports-http-hc@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-bindings-coloc-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-rt-bindings-coloc-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-rt-bindings-coloc-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-bindings-coloc@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-features-clustering-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-rt-features-clustering-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-rt-features-clustering-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-features-clustering@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-security-saml-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-rt-security-saml-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-rt-security-saml-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-security-saml@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-tools-validator-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-tools-validator-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-tools-validator-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-tools-validator@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-bindings-soap-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-rt-bindings-soap-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-rt-bindings-soap-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-bindings-soap@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-ws-mex-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-rt-ws-mex-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-rt-ws-mex-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-ws-mex@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-security-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-rt-security-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-rt-security-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-security@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-databinding-aegis-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-rt-databinding-aegis-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-rt-databinding-aegis-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-databinding-aegis@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-transports-http-3.4.10.redhat-00001.jar",
"product": {
"name": "org.apache.cxf.cxf-rt-transports-http-3.4.10.redhat-00001.jar",
"product_id": "org.apache.cxf.cxf-rt-transports-http-3.4.10.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-transports-http@3.4.10.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-core-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-core-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-core-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-core@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-tools-wsdlto-core-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-tools-wsdlto-core-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-tools-wsdlto-core-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-tools-wsdlto-core@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.cxf.cxf-rt-transports-local-3.4.10.redhat-00001.pom",
"product": {
"name": "org.apache.cxf.cxf-rt-transports-local-3.4.10.redhat-00001.pom",
"product_id": "org.apache.cxf.cxf-rt-transports-local-3.4.10.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.cxf/cxf-rt-transports-local@3.4.10.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.james.apache-mime4j-dom-0.8.9.redhat-00001.pom",
"product": {
"name": "org.apache.james.apache-mime4j-dom-0.8.9.redhat-00001.pom",
"product_id": "org.apache.james.apache-mime4j-dom-0.8.9.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.james/apache-mime4j-dom@0.8.9.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.james.apache-mime4j-core-0.8.9.redhat-00001.pom",
"product": {
"name": "org.apache.james.apache-mime4j-core-0.8.9.redhat-00001.pom",
"product_id": "org.apache.james.apache-mime4j-core-0.8.9.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.james/apache-mime4j-core@0.8.9.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.james.apache-mime4j-storage-0.8.9.redhat-00001.jar",
"product": {
"name": "org.apache.james.apache-mime4j-storage-0.8.9.redhat-00001.jar",
"product_id": "org.apache.james.apache-mime4j-storage-0.8.9.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.james/apache-mime4j-storage@0.8.9.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.james.apache-mime4j-core-0.8.9.redhat-00001.jar",
"product": {
"name": "org.apache.james.apache-mime4j-core-0.8.9.redhat-00001.jar",
"product_id": "org.apache.james.apache-mime4j-core-0.8.9.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.james/apache-mime4j-core@0.8.9.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.james.apache-mime4j-storage-0.8.9.redhat-00001.pom",
"product": {
"name": "org.apache.james.apache-mime4j-storage-0.8.9.redhat-00001.pom",
"product_id": "org.apache.james.apache-mime4j-storage-0.8.9.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.james/apache-mime4j-storage@0.8.9.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.james.apache-mime4j-dom-0.8.9.redhat-00001.jar",
"product": {
"name": "org.apache.james.apache-mime4j-dom-0.8.9.redhat-00001.jar",
"product_id": "org.apache.james.apache-mime4j-dom-0.8.9.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.james/apache-mime4j-dom@0.8.9.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.metadata.jboss-metadata-ear-13.4.0.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.metadata.jboss-metadata-ear-13.4.0.Final-redhat-00001.jar",
"product_id": "org.jboss.metadata.jboss-metadata-ear-13.4.0.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.metadata/jboss-metadata-ear@13.4.0.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.metadata.jboss-metadata-ear-13.4.0.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.metadata.jboss-metadata-ear-13.4.0.Final-redhat-00001.pom",
"product_id": "org.jboss.metadata.jboss-metadata-ear-13.4.0.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.metadata/jboss-metadata-ear@13.4.0.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.metadata.jboss-metadata-web-13.4.0.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.metadata.jboss-metadata-web-13.4.0.Final-redhat-00001.jar",
"product_id": "org.jboss.metadata.jboss-metadata-web-13.4.0.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.metadata/jboss-metadata-web@13.4.0.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.metadata.jboss-metadata-common-13.4.0.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.metadata.jboss-metadata-common-13.4.0.Final-redhat-00001.jar",
"product_id": "org.jboss.metadata.jboss-metadata-common-13.4.0.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.metadata/jboss-metadata-common@13.4.0.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.metadata.jboss-metadata-common-13.4.0.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.metadata.jboss-metadata-common-13.4.0.Final-redhat-00001.pom",
"product_id": "org.jboss.metadata.jboss-metadata-common-13.4.0.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.metadata/jboss-metadata-common@13.4.0.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.metadata.jboss-metadata-appclient-13.4.0.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.metadata.jboss-metadata-appclient-13.4.0.Final-redhat-00001.pom",
"product_id": "org.jboss.metadata.jboss-metadata-appclient-13.4.0.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.metadata/jboss-metadata-appclient@13.4.0.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.metadata.jboss-metadata-web-13.4.0.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.metadata.jboss-metadata-web-13.4.0.Final-redhat-00001.pom",
"product_id": "org.jboss.metadata.jboss-metadata-web-13.4.0.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.metadata/jboss-metadata-web@13.4.0.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.metadata.jboss-metadata-ejb-13.4.0.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.metadata.jboss-metadata-ejb-13.4.0.Final-redhat-00001.pom",
"product_id": "org.jboss.metadata.jboss-metadata-ejb-13.4.0.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.metadata/jboss-metadata-ejb@13.4.0.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.metadata.jboss-metadata-ejb-13.4.0.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.metadata.jboss-metadata-ejb-13.4.0.Final-redhat-00001.jar",
"product_id": "org.jboss.metadata.jboss-metadata-ejb-13.4.0.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.metadata/jboss-metadata-ejb@13.4.0.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.metadata.jboss-metadata-appclient-13.4.0.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.metadata.jboss-metadata-appclient-13.4.0.Final-redhat-00001.jar",
"product_id": "org.jboss.metadata.jboss-metadata-appclient-13.4.0.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.metadata/jboss-metadata-appclient@13.4.0.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.undertow.jastow.jastow-2.0.14.Final-redhat-00001.pom",
"product": {
"name": "io.undertow.jastow.jastow-2.0.14.Final-redhat-00001.pom",
"product_id": "io.undertow.jastow.jastow-2.0.14.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.undertow.jastow/jastow@2.0.14.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.undertow.jastow.jastow-2.0.14.Final-redhat-00001.jar",
"product": {
"name": "io.undertow.jastow.jastow-2.0.14.Final-redhat-00001.jar",
"product_id": "io.undertow.jastow.jastow-2.0.14.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.undertow.jastow/jastow@2.0.14.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.el.jboss-el-api_3.0_spec-2.0.1.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.spec.javax.el.jboss-el-api_3.0_spec-2.0.1.Final-redhat-00001.pom",
"product_id": "org.jboss.spec.javax.el.jboss-el-api_3.0_spec-2.0.1.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.el/jboss-el-api_3.0_spec@2.0.1.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.el.jboss-el-api_3.0_spec-2.0.1.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.spec.javax.el.jboss-el-api_3.0_spec-2.0.1.Final-redhat-00001.jar",
"product_id": "org.jboss.spec.javax.el.jboss-el-api_3.0_spec-2.0.1.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.el/jboss-el-api_3.0_spec@2.0.1.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.activemq.artemis.integration.artemis-wildfly-integration-1.0.7.redhat-00001.jar",
"product": {
"name": "org.jboss.activemq.artemis.integration.artemis-wildfly-integration-1.0.7.redhat-00001.jar",
"product_id": "org.jboss.activemq.artemis.integration.artemis-wildfly-integration-1.0.7.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.activemq.artemis.integration/artemis-wildfly-integration@1.0.7.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.activemq.artemis.integration.artemis-wildfly-integration-1.0.7.redhat-00001.pom",
"product": {
"name": "org.jboss.activemq.artemis.integration.artemis-wildfly-integration-1.0.7.redhat-00001.pom",
"product_id": "org.jboss.activemq.artemis.integration.artemis-wildfly-integration-1.0.7.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.activemq.artemis.integration/artemis-wildfly-integration@1.0.7.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.wildfly-http-client.wildfly-http-client-common-1.1.16.Final-redhat-00002.jar",
"product": {
"name": "org.wildfly.wildfly-http-client.wildfly-http-client-common-1.1.16.Final-redhat-00002.jar",
"product_id": "org.wildfly.wildfly-http-client.wildfly-http-client-common-1.1.16.Final-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.wildfly-http-client/wildfly-http-client-common@1.1.16.Final-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.wildfly-http-client.wildfly-http-client-common-1.1.16.Final-redhat-00002.pom",
"product": {
"name": "org.wildfly.wildfly-http-client.wildfly-http-client-common-1.1.16.Final-redhat-00002.pom",
"product_id": "org.wildfly.wildfly-http-client.wildfly-http-client-common-1.1.16.Final-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.wildfly-http-client/wildfly-http-client-common@1.1.16.Final-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.wildfly-http-client.wildfly-http-transaction-client-1.1.16.Final-redhat-00002.jar",
"product": {
"name": "org.wildfly.wildfly-http-client.wildfly-http-transaction-client-1.1.16.Final-redhat-00002.jar",
"product_id": "org.wildfly.wildfly-http-client.wildfly-http-transaction-client-1.1.16.Final-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.wildfly-http-client/wildfly-http-transaction-client@1.1.16.Final-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.wildfly-http-client.wildfly-http-naming-client-1.1.16.Final-redhat-00002.pom",
"product": {
"name": "org.wildfly.wildfly-http-client.wildfly-http-naming-client-1.1.16.Final-redhat-00002.pom",
"product_id": "org.wildfly.wildfly-http-client.wildfly-http-naming-client-1.1.16.Final-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.wildfly-http-client/wildfly-http-naming-client@1.1.16.Final-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.wildfly-http-client.wildfly-http-ejb-client-1.1.16.Final-redhat-00002.jar",
"product": {
"name": "org.wildfly.wildfly-http-client.wildfly-http-ejb-client-1.1.16.Final-redhat-00002.jar",
"product_id": "org.wildfly.wildfly-http-client.wildfly-http-ejb-client-1.1.16.Final-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.wildfly-http-client/wildfly-http-ejb-client@1.1.16.Final-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.wildfly-http-client.wildfly-http-transaction-client-1.1.16.Final-redhat-00002.pom",
"product": {
"name": "org.wildfly.wildfly-http-client.wildfly-http-transaction-client-1.1.16.Final-redhat-00002.pom",
"product_id": "org.wildfly.wildfly-http-client.wildfly-http-transaction-client-1.1.16.Final-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.wildfly-http-client/wildfly-http-transaction-client@1.1.16.Final-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.wildfly-http-client.wildfly-http-naming-client-1.1.16.Final-redhat-00002.jar",
"product": {
"name": "org.wildfly.wildfly-http-client.wildfly-http-naming-client-1.1.16.Final-redhat-00002.jar",
"product_id": "org.wildfly.wildfly-http-client.wildfly-http-naming-client-1.1.16.Final-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.wildfly-http-client/wildfly-http-naming-client@1.1.16.Final-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.wildfly-http-client.wildfly-http-ejb-client-1.1.16.Final-redhat-00002.pom",
"product": {
"name": "org.wildfly.wildfly-http-client.wildfly-http-ejb-client-1.1.16.Final-redhat-00002.pom",
"product_id": "org.wildfly.wildfly-http-client.wildfly-http-ejb-client-1.1.16.Final-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.wildfly-http-client/wildfly-http-ejb-client@1.1.16.Final-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ws.jbossws-spi-3.4.0.Final-redhat-00002.pom",
"product": {
"name": "org.jboss.ws.jbossws-spi-3.4.0.Final-redhat-00002.pom",
"product_id": "org.jboss.ws.jbossws-spi-3.4.0.Final-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ws/jbossws-spi@3.4.0.Final-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ws.jbossws-spi-3.4.0.Final-redhat-00002.jar",
"product": {
"name": "org.jboss.ws.jbossws-spi-3.4.0.Final-redhat-00002.jar",
"product_id": "org.jboss.ws.jbossws-spi-3.4.0.Final-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ws/jbossws-spi@3.4.0.Final-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.yaml.snakeyaml-1.33.0.SP1-redhat-00001.jar",
"product": {
"name": "org.yaml.snakeyaml-1.33.0.SP1-redhat-00001.jar",
"product_id": "org.yaml.snakeyaml-1.33.0.SP1-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.yaml/snakeyaml@1.33.0.SP1-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.yaml.snakeyaml-1.33.0.SP1-redhat-00001.pom",
"product": {
"name": "org.yaml.snakeyaml-1.33.0.SP1-redhat-00001.pom",
"product_id": "org.yaml.snakeyaml-1.33.0.SP1-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.yaml/snakeyaml@1.33.0.SP1-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.glassfish.jaxb.txw2-2.3.3.b02-redhat-00002.pom",
"product": {
"name": "org.glassfish.jaxb.txw2-2.3.3.b02-redhat-00002.pom",
"product_id": "org.glassfish.jaxb.txw2-2.3.3.b02-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.glassfish.jaxb/txw2@2.3.3.b02-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.glassfish.jaxb.xsom-2.3.3.b02-redhat-00002.pom",
"product": {
"name": "org.glassfish.jaxb.xsom-2.3.3.b02-redhat-00002.pom",
"product_id": "org.glassfish.jaxb.xsom-2.3.3.b02-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.glassfish.jaxb/xsom@2.3.3.b02-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.glassfish.jaxb.jaxb-jxc-2.3.3.b02-redhat-00002.jar",
"product": {
"name": "org.glassfish.jaxb.jaxb-jxc-2.3.3.b02-redhat-00002.jar",
"product_id": "org.glassfish.jaxb.jaxb-jxc-2.3.3.b02-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.glassfish.jaxb/jaxb-jxc@2.3.3.b02-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.sun.xml.bind.external.rngom-2.3.3.b02-redhat-00002.jar",
"product": {
"name": "com.sun.xml.bind.external.rngom-2.3.3.b02-redhat-00002.jar",
"product_id": "com.sun.xml.bind.external.rngom-2.3.3.b02-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.sun.xml.bind.external/rngom@2.3.3.b02-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.glassfish.jaxb.jaxb-jxc-2.3.3.b02-redhat-00002.pom",
"product": {
"name": "org.glassfish.jaxb.jaxb-jxc-2.3.3.b02-redhat-00002.pom",
"product_id": "org.glassfish.jaxb.jaxb-jxc-2.3.3.b02-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.glassfish.jaxb/jaxb-jxc@2.3.3.b02-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.glassfish.jaxb.xsom-2.3.3.b02-redhat-00002.jar",
"product": {
"name": "org.glassfish.jaxb.xsom-2.3.3.b02-redhat-00002.jar",
"product_id": "org.glassfish.jaxb.xsom-2.3.3.b02-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.glassfish.jaxb/xsom@2.3.3.b02-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.glassfish.jaxb.jaxb-runtime-2.3.3.b02-redhat-00002.jar",
"product": {
"name": "org.glassfish.jaxb.jaxb-runtime-2.3.3.b02-redhat-00002.jar",
"product_id": "org.glassfish.jaxb.jaxb-runtime-2.3.3.b02-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.glassfish.jaxb/jaxb-runtime@2.3.3.b02-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.sun.xml.bind.external.rngom-2.3.3.b02-redhat-00002.pom",
"product": {
"name": "com.sun.xml.bind.external.rngom-2.3.3.b02-redhat-00002.pom",
"product_id": "com.sun.xml.bind.external.rngom-2.3.3.b02-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.sun.xml.bind.external/rngom@2.3.3.b02-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.glassfish.jaxb.jaxb-runtime-2.3.3.b02-redhat-00002.pom",
"product": {
"name": "org.glassfish.jaxb.jaxb-runtime-2.3.3.b02-redhat-00002.pom",
"product_id": "org.glassfish.jaxb.jaxb-runtime-2.3.3.b02-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.glassfish.jaxb/jaxb-runtime@2.3.3.b02-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.glassfish.jaxb.txw2-2.3.3.b02-redhat-00002.jar",
"product": {
"name": "org.glassfish.jaxb.txw2-2.3.3.b02-redhat-00002.jar",
"product_id": "org.glassfish.jaxb.txw2-2.3.3.b02-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.glassfish.jaxb/txw2@2.3.3.b02-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.glassfish.jaxb.jaxb-xjc-2.3.3.b02-redhat-00002.jar",
"product": {
"name": "org.glassfish.jaxb.jaxb-xjc-2.3.3.b02-redhat-00002.jar",
"product_id": "org.glassfish.jaxb.jaxb-xjc-2.3.3.b02-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.glassfish.jaxb/jaxb-xjc@2.3.3.b02-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.glassfish.jaxb.jaxb-xjc-2.3.3.b02-redhat-00002.pom",
"product": {
"name": "org.glassfish.jaxb.jaxb-xjc-2.3.3.b02-redhat-00002.pom",
"product_id": "org.glassfish.jaxb.jaxb-xjc-2.3.3.b02-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.glassfish.jaxb/jaxb-xjc@2.3.3.b02-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.glassfish.jaxb.codemodel-2.3.3.b02-redhat-00002.pom",
"product": {
"name": "org.glassfish.jaxb.codemodel-2.3.3.b02-redhat-00002.pom",
"product_id": "org.glassfish.jaxb.codemodel-2.3.3.b02-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.glassfish.jaxb/codemodel@2.3.3.b02-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "com.sun.xml.bind.external.relaxng-datatype-2.3.3.b02-redhat-00002.pom",
"product": {
"name": "com.sun.xml.bind.external.relaxng-datatype-2.3.3.b02-redhat-00002.pom",
"product_id": "com.sun.xml.bind.external.relaxng-datatype-2.3.3.b02-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.sun.xml.bind.external/relaxng-datatype@2.3.3.b02-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.glassfish.jaxb.codemodel-2.3.3.b02-redhat-00002.jar",
"product": {
"name": "org.glassfish.jaxb.codemodel-2.3.3.b02-redhat-00002.jar",
"product_id": "org.glassfish.jaxb.codemodel-2.3.3.b02-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.glassfish.jaxb/codemodel@2.3.3.b02-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.sun.xml.bind.external.relaxng-datatype-2.3.3.b02-redhat-00002.jar",
"product": {
"name": "com.sun.xml.bind.external.relaxng-datatype-2.3.3.b02-redhat-00002.jar",
"product_id": "com.sun.xml.bind.external.relaxng-datatype-2.3.3.b02-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.sun.xml.bind.external/relaxng-datatype@2.3.3.b02-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.sun.mail.jakarta.mail-1.6.7.redhat-00003.jar",
"product": {
"name": "com.sun.mail.jakarta.mail-1.6.7.redhat-00003.jar",
"product_id": "com.sun.mail.jakarta.mail-1.6.7.redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.sun.mail/jakarta.mail@1.6.7.redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.sun.mail.jakarta.mail-1.6.7.redhat-00003.pom",
"product": {
"name": "com.sun.mail.jakarta.mail-1.6.7.redhat-00003.pom",
"product_id": "com.sun.mail.jakarta.mail-1.6.7.redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.sun.mail/jakarta.mail@1.6.7.redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "com.sun.activation.jakarta.activation-1.2.2.redhat-00002.jar",
"product": {
"name": "com.sun.activation.jakarta.activation-1.2.2.redhat-00002.jar",
"product_id": "com.sun.activation.jakarta.activation-1.2.2.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.sun.activation/jakarta.activation@1.2.2.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.sun.activation.jakarta.activation-1.2.2.redhat-00002.pom",
"product": {
"name": "com.sun.activation.jakarta.activation-1.2.2.redhat-00002.pom",
"product_id": "com.sun.activation.jakarta.activation-1.2.2.redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.sun.activation/jakarta.activation@1.2.2.redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "xalan.xalan-2.7.1.redhat-00014.jar",
"product": {
"name": "xalan.xalan-2.7.1.redhat-00014.jar",
"product_id": "xalan.xalan-2.7.1.redhat-00014.jar",
"product_identification_helper": {
"purl": "pkg:maven/xalan/xalan@2.7.1.redhat-00014?type=jar"
}
}
},
{
"category": "product_version",
"name": "xalan.serializer-2.7.1.redhat-00014.pom",
"product": {
"name": "xalan.serializer-2.7.1.redhat-00014.pom",
"product_id": "xalan.serializer-2.7.1.redhat-00014.pom",
"product_identification_helper": {
"purl": "pkg:maven/xalan/serializer@2.7.1.redhat-00014?type=pom"
}
}
},
{
"category": "product_version",
"name": "xalan.serializer-2.7.1.redhat-00014.jar",
"product": {
"name": "xalan.serializer-2.7.1.redhat-00014.jar",
"product_id": "xalan.serializer-2.7.1.redhat-00014.jar",
"product_identification_helper": {
"purl": "pkg:maven/xalan/serializer@2.7.1.redhat-00014?type=jar"
}
}
},
{
"category": "product_version",
"name": "xalan.xalan-2.7.1.redhat-00014.pom",
"product": {
"name": "xalan.xalan-2.7.1.redhat-00014.pom",
"product_id": "xalan.xalan-2.7.1.redhat-00014.pom",
"product_identification_helper": {
"purl": "pkg:maven/xalan/xalan@2.7.1.redhat-00014?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.bitbucket.b_c.jose4j-0.9.3.redhat-00002.pom",
"product": {
"name": "org.bitbucket.b_c.jose4j-0.9.3.redhat-00002.pom",
"product_id": "org.bitbucket.b_c.jose4j-0.9.3.redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.bitbucket.b_c/jose4j@0.9.3.redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.codehaus.jettison.jettison-1.5.4.redhat-00002.jar",
"product": {
"name": "org.codehaus.jettison.jettison-1.5.4.redhat-00002.jar",
"product_id": "org.codehaus.jettison.jettison-1.5.4.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.codehaus.jettison/jettison@1.5.4.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.codehaus.jettison.jettison-1.5.4.redhat-00002.pom",
"product": {
"name": "org.codehaus.jettison.jettison-1.5.4.redhat-00002.pom",
"product_id": "org.codehaus.jettison.jettison-1.5.4.redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.codehaus.jettison/jettison@1.5.4.redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.jboss-ejb-client-4.0.53.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.jboss-ejb-client-4.0.53.Final-redhat-00001.jar",
"product_id": "org.jboss.jboss-ejb-client-4.0.53.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss/jboss-ejb-client@4.0.53.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.jboss-ejb-client-4.0.53.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.jboss-ejb-client-4.0.53.Final-redhat-00001.pom",
"product_id": "org.jboss.jboss-ejb-client-4.0.53.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss/jboss-ejb-client@4.0.53.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.picketlink.picketlink-config-2.5.5.SP12-redhat-00013.pom",
"product": {
"name": "org.picketlink.picketlink-config-2.5.5.SP12-redhat-00013.pom",
"product_id": "org.picketlink.picketlink-config-2.5.5.SP12-redhat-00013.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.picketlink/picketlink-config@2.5.5.SP12-redhat-00013?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.picketlink.picketlink-idm-api-2.5.5.SP12-redhat-00013.pom",
"product": {
"name": "org.picketlink.picketlink-idm-api-2.5.5.SP12-redhat-00013.pom",
"product_id": "org.picketlink.picketlink-idm-api-2.5.5.SP12-redhat-00013.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.picketlink/picketlink-idm-api@2.5.5.SP12-redhat-00013?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.picketlink.picketlink-idm-impl-2.5.5.SP12-redhat-00013.pom",
"product": {
"name": "org.picketlink.picketlink-idm-impl-2.5.5.SP12-redhat-00013.pom",
"product_id": "org.picketlink.picketlink-idm-impl-2.5.5.SP12-redhat-00013.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.picketlink/picketlink-idm-impl@2.5.5.SP12-redhat-00013?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.picketlink.picketlink-impl-2.5.5.SP12-redhat-00013.jar",
"product": {
"name": "org.picketlink.picketlink-impl-2.5.5.SP12-redhat-00013.jar",
"product_id": "org.picketlink.picketlink-impl-2.5.5.SP12-redhat-00013.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.picketlink/picketlink-impl@2.5.5.SP12-redhat-00013?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.picketlink.picketlink-federation-2.5.5.SP12-redhat-00013.jar",
"product": {
"name": "org.picketlink.picketlink-federation-2.5.5.SP12-redhat-00013.jar",
"product_id": "org.picketlink.picketlink-federation-2.5.5.SP12-redhat-00013.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.picketlink/picketlink-federation@2.5.5.SP12-redhat-00013?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.picketlink.picketlink-federation-2.5.5.SP12-redhat-00013.pom",
"product": {
"name": "org.picketlink.picketlink-federation-2.5.5.SP12-redhat-00013.pom",
"product_id": "org.picketlink.picketlink-federation-2.5.5.SP12-redhat-00013.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.picketlink/picketlink-federation@2.5.5.SP12-redhat-00013?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.picketlink.picketlink-config-2.5.5.SP12-redhat-00013.jar",
"product": {
"name": "org.picketlink.picketlink-config-2.5.5.SP12-redhat-00013.jar",
"product_id": "org.picketlink.picketlink-config-2.5.5.SP12-redhat-00013.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.picketlink/picketlink-config@2.5.5.SP12-redhat-00013?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.picketlink.picketlink-idm-impl-2.5.5.SP12-redhat-00013.jar",
"product": {
"name": "org.picketlink.picketlink-idm-impl-2.5.5.SP12-redhat-00013.jar",
"product_id": "org.picketlink.picketlink-idm-impl-2.5.5.SP12-redhat-00013.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.picketlink/picketlink-idm-impl@2.5.5.SP12-redhat-00013?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.picketlink.picketlink-common-2.5.5.SP12-redhat-00013.jar",
"product": {
"name": "org.picketlink.picketlink-common-2.5.5.SP12-redhat-00013.jar",
"product_id": "org.picketlink.picketlink-common-2.5.5.SP12-redhat-00013.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.picketlink/picketlink-common@2.5.5.SP12-redhat-00013?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.picketlink.picketlink-common-2.5.5.SP12-redhat-00013.pom",
"product": {
"name": "org.picketlink.picketlink-common-2.5.5.SP12-redhat-00013.pom",
"product_id": "org.picketlink.picketlink-common-2.5.5.SP12-redhat-00013.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.picketlink/picketlink-common@2.5.5.SP12-redhat-00013?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.picketlink.picketlink-idm-simple-schema-2.5.5.SP12-redhat-00013.jar",
"product": {
"name": "org.picketlink.picketlink-idm-simple-schema-2.5.5.SP12-redhat-00013.jar",
"product_id": "org.picketlink.picketlink-idm-simple-schema-2.5.5.SP12-redhat-00013.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.picketlink/picketlink-idm-simple-schema@2.5.5.SP12-redhat-00013?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.picketlink.picketlink-api-2.5.5.SP12-redhat-00013.pom",
"product": {
"name": "org.picketlink.picketlink-api-2.5.5.SP12-redhat-00013.pom",
"product_id": "org.picketlink.picketlink-api-2.5.5.SP12-redhat-00013.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.picketlink/picketlink-api@2.5.5.SP12-redhat-00013?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.picketlink.picketlink-impl-2.5.5.SP12-redhat-00013.pom",
"product": {
"name": "org.picketlink.picketlink-impl-2.5.5.SP12-redhat-00013.pom",
"product_id": "org.picketlink.picketlink-impl-2.5.5.SP12-redhat-00013.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.picketlink/picketlink-impl@2.5.5.SP12-redhat-00013?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.picketlink.picketlink-api-2.5.5.SP12-redhat-00013.jar",
"product": {
"name": "org.picketlink.picketlink-api-2.5.5.SP12-redhat-00013.jar",
"product_id": "org.picketlink.picketlink-api-2.5.5.SP12-redhat-00013.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.picketlink/picketlink-api@2.5.5.SP12-redhat-00013?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.picketlink.picketlink-idm-simple-schema-2.5.5.SP12-redhat-00013.pom",
"product": {
"name": "org.picketlink.picketlink-idm-simple-schema-2.5.5.SP12-redhat-00013.pom",
"product_id": "org.picketlink.picketlink-idm-simple-schema-2.5.5.SP12-redhat-00013.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.picketlink/picketlink-idm-simple-schema@2.5.5.SP12-redhat-00013?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.picketlink.picketlink-idm-api-2.5.5.SP12-redhat-00013.jar",
"product": {
"name": "org.picketlink.picketlink-idm-api-2.5.5.SP12-redhat-00013.jar",
"product_id": "org.picketlink.picketlink-idm-api-2.5.5.SP12-redhat-00013.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.picketlink/picketlink-idm-api@2.5.5.SP12-redhat-00013?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.picketlink.distribution.picketlink-wildfly8-2.5.5.SP12-redhat-00016.jar",
"product": {
"name": "org.picketlink.distribution.picketlink-wildfly8-2.5.5.SP12-redhat-00016.jar",
"product_id": "org.picketlink.distribution.picketlink-wildfly8-2.5.5.SP12-redhat-00016.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.picketlink.distribution/picketlink-wildfly8@2.5.5.SP12-redhat-00016?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.modules.jboss-modules-1.12.2.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.modules.jboss-modules-1.12.2.Final-redhat-00001.pom",
"product_id": "org.jboss.modules.jboss-modules-1.12.2.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.modules/jboss-modules@1.12.2.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.modules.jboss-modules-1.12.2.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.modules.jboss-modules-1.12.2.Final-redhat-00001.jar",
"product_id": "org.jboss.modules.jboss-modules-1.12.2.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.modules/jboss-modules@1.12.2.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.mod_cluster.mod_cluster-load-spi-1.4.5.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.mod_cluster.mod_cluster-load-spi-1.4.5.Final-redhat-00001.pom",
"product_id": "org.jboss.mod_cluster.mod_cluster-load-spi-1.4.5.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.mod_cluster/mod_cluster-load-spi@1.4.5.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.mod_cluster.mod_cluster-core-1.4.5.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.mod_cluster.mod_cluster-core-1.4.5.Final-redhat-00001.jar",
"product_id": "org.jboss.mod_cluster.mod_cluster-core-1.4.5.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.mod_cluster/mod_cluster-core@1.4.5.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.mod_cluster.mod_cluster-load-spi-1.4.5.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.mod_cluster.mod_cluster-load-spi-1.4.5.Final-redhat-00001.jar",
"product_id": "org.jboss.mod_cluster.mod_cluster-load-spi-1.4.5.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.mod_cluster/mod_cluster-load-spi@1.4.5.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.mod_cluster.mod_cluster-container-spi-1.4.5.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.mod_cluster.mod_cluster-container-spi-1.4.5.Final-redhat-00001.jar",
"product_id": "org.jboss.mod_cluster.mod_cluster-container-spi-1.4.5.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.mod_cluster/mod_cluster-container-spi@1.4.5.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.mod_cluster.mod_cluster-core-1.4.5.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.mod_cluster.mod_cluster-core-1.4.5.Final-redhat-00001.pom",
"product_id": "org.jboss.mod_cluster.mod_cluster-core-1.4.5.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.mod_cluster/mod_cluster-core@1.4.5.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.mod_cluster.mod_cluster-container-spi-1.4.5.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.mod_cluster.mod_cluster-container-spi-1.4.5.Final-redhat-00001.pom",
"product_id": "org.jboss.mod_cluster.mod_cluster-container-spi-1.4.5.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.mod_cluster/mod_cluster-container-spi@1.4.5.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.bouncycastle.bcpg-jdk18on-1.76.0.redhat-00001.jar",
"product": {
"name": "org.bouncycastle.bcpg-jdk18on-1.76.0.redhat-00001.jar",
"product_id": "org.bouncycastle.bcpg-jdk18on-1.76.0.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.bouncycastle/bcpg-jdk18on@1.76.0.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.bouncycastle.bcpg-jdk18on-1.76.0.redhat-00001.pom",
"product": {
"name": "org.bouncycastle.bcpg-jdk18on-1.76.0.redhat-00001.pom",
"product_id": "org.bouncycastle.bcpg-jdk18on-1.76.0.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.bouncycastle/bcpg-jdk18on@1.76.0.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.bouncycastle.bcpkix-jdk18on-1.76.0.redhat-00001.jar",
"product": {
"name": "org.bouncycastle.bcpkix-jdk18on-1.76.0.redhat-00001.jar",
"product_id": "org.bouncycastle.bcpkix-jdk18on-1.76.0.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.bouncycastle/bcpkix-jdk18on@1.76.0.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.bouncycastle.bcpkix-jdk18on-1.76.0.redhat-00001.pom",
"product": {
"name": "org.bouncycastle.bcpkix-jdk18on-1.76.0.redhat-00001.pom",
"product_id": "org.bouncycastle.bcpkix-jdk18on-1.76.0.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.bouncycastle/bcpkix-jdk18on@1.76.0.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.bouncycastle.bcprov-jdk18on-1.76.0.redhat-00001.jar",
"product": {
"name": "org.bouncycastle.bcprov-jdk18on-1.76.0.redhat-00001.jar",
"product_id": "org.bouncycastle.bcprov-jdk18on-1.76.0.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.bouncycastle/bcprov-jdk18on@1.76.0.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.bouncycastle.bcprov-jdk18on-1.76.0.redhat-00001.pom",
"product": {
"name": "org.bouncycastle.bcprov-jdk18on-1.76.0.redhat-00001.pom",
"product_id": "org.bouncycastle.bcprov-jdk18on-1.76.0.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.bouncycastle/bcprov-jdk18on@1.76.0.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.bouncycastle.bcutil-jdk18on-1.76.0.redhat-00001.jar",
"product": {
"name": "org.bouncycastle.bcutil-jdk18on-1.76.0.redhat-00001.jar",
"product_id": "org.bouncycastle.bcutil-jdk18on-1.76.0.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.bouncycastle/bcutil-jdk18on@1.76.0.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.bouncycastle.bcutil-jdk18on-1.76.0.redhat-00001.pom",
"product": {
"name": "org.bouncycastle.bcutil-jdk18on-1.76.0.redhat-00001.pom",
"product_id": "org.bouncycastle.bcutil-jdk18on-1.76.0.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.bouncycastle/bcutil-jdk18on@1.76.0.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.bouncycastle.bcmail-jdk18on-1.76.0.redhat-00001.jar",
"product": {
"name": "org.bouncycastle.bcmail-jdk18on-1.76.0.redhat-00001.jar",
"product_id": "org.bouncycastle.bcmail-jdk18on-1.76.0.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.bouncycastle/bcmail-jdk18on@1.76.0.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.bouncycastle.bcmail-jdk18on-1.76.0.redhat-00001.pom",
"product": {
"name": "org.bouncycastle.bcmail-jdk18on-1.76.0.redhat-00001.pom",
"product_id": "org.bouncycastle.bcmail-jdk18on-1.76.0.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.bouncycastle/bcmail-jdk18on@1.76.0.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "com.google.guava.guava-32.1.1.jre-redhat-00001.jar",
"product": {
"name": "com.google.guava.guava-32.1.1.jre-redhat-00001.jar",
"product_id": "com.google.guava.guava-32.1.1.jre-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.google.guava/guava@32.1.1.jre-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.google.guava.guava-32.1.1.jre-redhat-00001.pom",
"product": {
"name": "com.google.guava.guava-32.1.1.jre-redhat-00001.pom",
"product_id": "com.google.guava.guava-32.1.1.jre-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.google.guava/guava@32.1.1.jre-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.marshalling.jboss-marshalling-2.0.14.SP1-redhat-00001.pom",
"product": {
"name": "org.jboss.marshalling.jboss-marshalling-2.0.14.SP1-redhat-00001.pom",
"product_id": "org.jboss.marshalling.jboss-marshalling-2.0.14.SP1-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.marshalling/jboss-marshalling@2.0.14.SP1-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.marshalling.jboss-marshalling-2.0.14.SP1-redhat-00001.jar",
"product": {
"name": "org.jboss.marshalling.jboss-marshalling-2.0.14.SP1-redhat-00001.jar",
"product_id": "org.jboss.marshalling.jboss-marshalling-2.0.14.SP1-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.marshalling/jboss-marshalling@2.0.14.SP1-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.marshalling.jboss-marshalling-river-2.0.14.SP1-redhat-00001.pom",
"product": {
"name": "org.jboss.marshalling.jboss-marshalling-river-2.0.14.SP1-redhat-00001.pom",
"product_id": "org.jboss.marshalling.jboss-marshalling-river-2.0.14.SP1-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.marshalling/jboss-marshalling-river@2.0.14.SP1-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.marshalling.jboss-marshalling-river-2.0.14.SP1-redhat-00001.jar",
"product": {
"name": "org.jboss.marshalling.jboss-marshalling-river-2.0.14.SP1-redhat-00001.jar",
"product_id": "org.jboss.marshalling.jboss-marshalling-river-2.0.14.SP1-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.marshalling/jboss-marshalling-river@2.0.14.SP1-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.hal.hal-console-3.3.20.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.hal.hal-console-3.3.20.Final-redhat-00001.pom",
"product_id": "org.jboss.hal.hal-console-3.3.20.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.hal/hal-console@3.3.20.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.hal.hal-console-3.3.20.Final-redhat-00001-resources.jar",
"product": {
"name": "org.jboss.hal.hal-console-3.3.20.Final-redhat-00001-resources.jar",
"product_id": "org.jboss.hal.hal-console-3.3.20.Final-redhat-00001-resources.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.hal/hal-console@3.3.20.Final-redhat-00001?classifier=resources\u0026type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jgroups.jgroups-4.2.23.Final-redhat-00001.jar",
"product": {
"name": "org.jgroups.jgroups-4.2.23.Final-redhat-00001.jar",
"product_id": "org.jgroups.jgroups-4.2.23.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jgroups/jgroups@4.2.23.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jgroups.jgroups-4.2.23.Final-redhat-00001.pom",
"product": {
"name": "org.jgroups.jgroups-4.2.23.Final-redhat-00001.pom",
"product_id": "org.jgroups.jgroups-4.2.23.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jgroups/jgroups@4.2.23.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-jms-server-2.16.0.redhat-00051.pom",
"product": {
"name": "org.apache.activemq.artemis-jms-server-2.16.0.redhat-00051.pom",
"product_id": "org.apache.activemq.artemis-jms-server-2.16.0.redhat-00051.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-jms-server@2.16.0.redhat-00051?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-core-client-2.16.0.redhat-00051.pom",
"product": {
"name": "org.apache.activemq.artemis-core-client-2.16.0.redhat-00051.pom",
"product_id": "org.apache.activemq.artemis-core-client-2.16.0.redhat-00051.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-core-client@2.16.0.redhat-00051?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-ra-2.16.0.redhat-00051.jar",
"product": {
"name": "org.apache.activemq.artemis-ra-2.16.0.redhat-00051.jar",
"product_id": "org.apache.activemq.artemis-ra-2.16.0.redhat-00051.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-ra@2.16.0.redhat-00051?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-selector-2.16.0.redhat-00051.pom",
"product": {
"name": "org.apache.activemq.artemis-selector-2.16.0.redhat-00051.pom",
"product_id": "org.apache.activemq.artemis-selector-2.16.0.redhat-00051.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-selector@2.16.0.redhat-00051?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-dto-2.16.0.redhat-00051.jar",
"product": {
"name": "org.apache.activemq.artemis-dto-2.16.0.redhat-00051.jar",
"product_id": "org.apache.activemq.artemis-dto-2.16.0.redhat-00051.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-dto@2.16.0.redhat-00051?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-commons-2.16.0.redhat-00051.pom",
"product": {
"name": "org.apache.activemq.artemis-commons-2.16.0.redhat-00051.pom",
"product_id": "org.apache.activemq.artemis-commons-2.16.0.redhat-00051.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-commons@2.16.0.redhat-00051?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-jms-client-2.16.0.redhat-00051.jar",
"product": {
"name": "org.apache.activemq.artemis-jms-client-2.16.0.redhat-00051.jar",
"product_id": "org.apache.activemq.artemis-jms-client-2.16.0.redhat-00051.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-jms-client@2.16.0.redhat-00051?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-tools-2.16.0.redhat-00051.jar",
"product": {
"name": "org.apache.activemq.artemis-tools-2.16.0.redhat-00051.jar",
"product_id": "org.apache.activemq.artemis-tools-2.16.0.redhat-00051.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-tools@2.16.0.redhat-00051?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-service-extensions-2.16.0.redhat-00051.jar",
"product": {
"name": "org.apache.activemq.artemis-service-extensions-2.16.0.redhat-00051.jar",
"product_id": "org.apache.activemq.artemis-service-extensions-2.16.0.redhat-00051.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-service-extensions@2.16.0.redhat-00051?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-hqclient-protocol-2.16.0.redhat-00051.pom",
"product": {
"name": "org.apache.activemq.artemis-hqclient-protocol-2.16.0.redhat-00051.pom",
"product_id": "org.apache.activemq.artemis-hqclient-protocol-2.16.0.redhat-00051.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-hqclient-protocol@2.16.0.redhat-00051?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-hornetq-protocol-2.16.0.redhat-00051.pom",
"product": {
"name": "org.apache.activemq.artemis-hornetq-protocol-2.16.0.redhat-00051.pom",
"product_id": "org.apache.activemq.artemis-hornetq-protocol-2.16.0.redhat-00051.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-hornetq-protocol@2.16.0.redhat-00051?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-jdbc-store-2.16.0.redhat-00051.pom",
"product": {
"name": "org.apache.activemq.artemis-jdbc-store-2.16.0.redhat-00051.pom",
"product_id": "org.apache.activemq.artemis-jdbc-store-2.16.0.redhat-00051.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-jdbc-store@2.16.0.redhat-00051?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-cli-2.16.0.redhat-00051.pom",
"product": {
"name": "org.apache.activemq.artemis-cli-2.16.0.redhat-00051.pom",
"product_id": "org.apache.activemq.artemis-cli-2.16.0.redhat-00051.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-cli@2.16.0.redhat-00051?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-journal-2.16.0.redhat-00051.pom",
"product": {
"name": "org.apache.activemq.artemis-journal-2.16.0.redhat-00051.pom",
"product_id": "org.apache.activemq.artemis-journal-2.16.0.redhat-00051.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-journal@2.16.0.redhat-00051?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-selector-2.16.0.redhat-00051.jar",
"product": {
"name": "org.apache.activemq.artemis-selector-2.16.0.redhat-00051.jar",
"product_id": "org.apache.activemq.artemis-selector-2.16.0.redhat-00051.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-selector@2.16.0.redhat-00051?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-jms-server-2.16.0.redhat-00051.jar",
"product": {
"name": "org.apache.activemq.artemis-jms-server-2.16.0.redhat-00051.jar",
"product_id": "org.apache.activemq.artemis-jms-server-2.16.0.redhat-00051.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-jms-server@2.16.0.redhat-00051?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-core-client-2.16.0.redhat-00051.jar",
"product": {
"name": "org.apache.activemq.artemis-core-client-2.16.0.redhat-00051.jar",
"product_id": "org.apache.activemq.artemis-core-client-2.16.0.redhat-00051.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-core-client@2.16.0.redhat-00051?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-dto-2.16.0.redhat-00051.pom",
"product": {
"name": "org.apache.activemq.artemis-dto-2.16.0.redhat-00051.pom",
"product_id": "org.apache.activemq.artemis-dto-2.16.0.redhat-00051.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-dto@2.16.0.redhat-00051?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-service-extensions-2.16.0.redhat-00051.pom",
"product": {
"name": "org.apache.activemq.artemis-service-extensions-2.16.0.redhat-00051.pom",
"product_id": "org.apache.activemq.artemis-service-extensions-2.16.0.redhat-00051.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-service-extensions@2.16.0.redhat-00051?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-commons-2.16.0.redhat-00051.jar",
"product": {
"name": "org.apache.activemq.artemis-commons-2.16.0.redhat-00051.jar",
"product_id": "org.apache.activemq.artemis-commons-2.16.0.redhat-00051.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-commons@2.16.0.redhat-00051?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-tools-2.16.0.redhat-00051.pom",
"product": {
"name": "org.apache.activemq.artemis-tools-2.16.0.redhat-00051.pom",
"product_id": "org.apache.activemq.artemis-tools-2.16.0.redhat-00051.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-tools@2.16.0.redhat-00051?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-jms-client-2.16.0.redhat-00051.pom",
"product": {
"name": "org.apache.activemq.artemis-jms-client-2.16.0.redhat-00051.pom",
"product_id": "org.apache.activemq.artemis-jms-client-2.16.0.redhat-00051.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-jms-client@2.16.0.redhat-00051?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-server-2.16.0.redhat-00051.jar",
"product": {
"name": "org.apache.activemq.artemis-server-2.16.0.redhat-00051.jar",
"product_id": "org.apache.activemq.artemis-server-2.16.0.redhat-00051.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-server@2.16.0.redhat-00051?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-jdbc-store-2.16.0.redhat-00051.jar",
"product": {
"name": "org.apache.activemq.artemis-jdbc-store-2.16.0.redhat-00051.jar",
"product_id": "org.apache.activemq.artemis-jdbc-store-2.16.0.redhat-00051.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-jdbc-store@2.16.0.redhat-00051?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-hqclient-protocol-2.16.0.redhat-00051.jar",
"product": {
"name": "org.apache.activemq.artemis-hqclient-protocol-2.16.0.redhat-00051.jar",
"product_id": "org.apache.activemq.artemis-hqclient-protocol-2.16.0.redhat-00051.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-hqclient-protocol@2.16.0.redhat-00051?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-hornetq-protocol-2.16.0.redhat-00051.jar",
"product": {
"name": "org.apache.activemq.artemis-hornetq-protocol-2.16.0.redhat-00051.jar",
"product_id": "org.apache.activemq.artemis-hornetq-protocol-2.16.0.redhat-00051.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-hornetq-protocol@2.16.0.redhat-00051?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-journal-2.16.0.redhat-00051.jar",
"product": {
"name": "org.apache.activemq.artemis-journal-2.16.0.redhat-00051.jar",
"product_id": "org.apache.activemq.artemis-journal-2.16.0.redhat-00051.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-journal@2.16.0.redhat-00051?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-cli-2.16.0.redhat-00051.jar",
"product": {
"name": "org.apache.activemq.artemis-cli-2.16.0.redhat-00051.jar",
"product_id": "org.apache.activemq.artemis-cli-2.16.0.redhat-00051.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-cli@2.16.0.redhat-00051?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-server-2.16.0.redhat-00051.pom",
"product": {
"name": "org.apache.activemq.artemis-server-2.16.0.redhat-00051.pom",
"product_id": "org.apache.activemq.artemis-server-2.16.0.redhat-00051.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-server@2.16.0.redhat-00051?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.activemq.artemis-ra-2.16.0.redhat-00051.pom",
"product": {
"name": "org.apache.activemq.artemis-ra-2.16.0.redhat-00051.pom",
"product_id": "org.apache.activemq.artemis-ra-2.16.0.redhat-00051.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.activemq/artemis-ra@2.16.0.redhat-00051?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.infinispan.infinispan-component-annotations-11.0.18.Final-redhat-00001.jar",
"product": {
"name": "org.infinispan.infinispan-component-annotations-11.0.18.Final-redhat-00001.jar",
"product_id": "org.infinispan.infinispan-component-annotations-11.0.18.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.infinispan/infinispan-component-annotations@11.0.18.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.infinispan.infinispan-cachestore-remote-11.0.18.Final-redhat-00001.jar",
"product": {
"name": "org.infinispan.infinispan-cachestore-remote-11.0.18.Final-redhat-00001.jar",
"product_id": "org.infinispan.infinispan-cachestore-remote-11.0.18.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.infinispan/infinispan-cachestore-remote@11.0.18.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.infinispan.infinispan-hibernate-cache-commons-11.0.18.Final-redhat-00001.jar",
"product": {
"name": "org.infinispan.infinispan-hibernate-cache-commons-11.0.18.Final-redhat-00001.jar",
"product_id": "org.infinispan.infinispan-hibernate-cache-commons-11.0.18.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.infinispan/infinispan-hibernate-cache-commons@11.0.18.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.infinispan.infinispan-core-11.0.18.Final-redhat-00001.jar",
"product": {
"name": "org.infinispan.infinispan-core-11.0.18.Final-redhat-00001.jar",
"product_id": "org.infinispan.infinispan-core-11.0.18.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.infinispan/infinispan-core@11.0.18.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.infinispan.infinispan-hibernate-cache-spi-11.0.18.Final-redhat-00001.jar",
"product": {
"name": "org.infinispan.infinispan-hibernate-cache-spi-11.0.18.Final-redhat-00001.jar",
"product_id": "org.infinispan.infinispan-hibernate-cache-spi-11.0.18.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.infinispan/infinispan-hibernate-cache-spi@11.0.18.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.infinispan.infinispan-commons-11.0.18.Final-redhat-00001.jar",
"product": {
"name": "org.infinispan.infinispan-commons-11.0.18.Final-redhat-00001.jar",
"product_id": "org.infinispan.infinispan-commons-11.0.18.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.infinispan/infinispan-commons@11.0.18.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.infinispan.infinispan-client-hotrod-11.0.18.Final-redhat-00001.pom",
"product": {
"name": "org.infinispan.infinispan-client-hotrod-11.0.18.Final-redhat-00001.pom",
"product_id": "org.infinispan.infinispan-client-hotrod-11.0.18.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.infinispan/infinispan-client-hotrod@11.0.18.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.infinispan.infinispan-cachestore-jdbc-11.0.18.Final-redhat-00001.jar",
"product": {
"name": "org.infinispan.infinispan-cachestore-jdbc-11.0.18.Final-redhat-00001.jar",
"product_id": "org.infinispan.infinispan-cachestore-jdbc-11.0.18.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.infinispan/infinispan-cachestore-jdbc@11.0.18.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.infinispan.infinispan-hibernate-cache-v51-11.0.18.Final-redhat-00001.jar",
"product": {
"name": "org.infinispan.infinispan-hibernate-cache-v51-11.0.18.Final-redhat-00001.jar",
"product_id": "org.infinispan.infinispan-hibernate-cache-v51-11.0.18.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.infinispan/infinispan-hibernate-cache-v51@11.0.18.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.infinispan.infinispan-hibernate-cache-v53-11.0.18.Final-redhat-00001.jar",
"product": {
"name": "org.infinispan.infinispan-hibernate-cache-v53-11.0.18.Final-redhat-00001.jar",
"product_id": "org.infinispan.infinispan-hibernate-cache-v53-11.0.18.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.infinispan/infinispan-hibernate-cache-v53@11.0.18.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.infinispan.infinispan-core-11.0.18.Final-redhat-00001.pom",
"product": {
"name": "org.infinispan.infinispan-core-11.0.18.Final-redhat-00001.pom",
"product_id": "org.infinispan.infinispan-core-11.0.18.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.infinispan/infinispan-core@11.0.18.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.infinispan.infinispan-cachestore-jdbc-11.0.18.Final-redhat-00001.pom",
"product": {
"name": "org.infinispan.infinispan-cachestore-jdbc-11.0.18.Final-redhat-00001.pom",
"product_id": "org.infinispan.infinispan-cachestore-jdbc-11.0.18.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.infinispan/infinispan-cachestore-jdbc@11.0.18.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.infinispan.infinispan-hibernate-cache-spi-11.0.18.Final-redhat-00001.pom",
"product": {
"name": "org.infinispan.infinispan-hibernate-cache-spi-11.0.18.Final-redhat-00001.pom",
"product_id": "org.infinispan.infinispan-hibernate-cache-spi-11.0.18.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.infinispan/infinispan-hibernate-cache-spi@11.0.18.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.infinispan.infinispan-component-annotations-11.0.18.Final-redhat-00001.pom",
"product": {
"name": "org.infinispan.infinispan-component-annotations-11.0.18.Final-redhat-00001.pom",
"product_id": "org.infinispan.infinispan-component-annotations-11.0.18.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.infinispan/infinispan-component-annotations@11.0.18.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.infinispan.infinispan-commons-11.0.18.Final-redhat-00001.pom",
"product": {
"name": "org.infinispan.infinispan-commons-11.0.18.Final-redhat-00001.pom",
"product_id": "org.infinispan.infinispan-commons-11.0.18.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.infinispan/infinispan-commons@11.0.18.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.infinispan.infinispan-client-hotrod-11.0.18.Final-redhat-00001.jar",
"product": {
"name": "org.infinispan.infinispan-client-hotrod-11.0.18.Final-redhat-00001.jar",
"product_id": "org.infinispan.infinispan-client-hotrod-11.0.18.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.infinispan/infinispan-client-hotrod@11.0.18.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.infinispan.infinispan-cachestore-remote-11.0.18.Final-redhat-00001.pom",
"product": {
"name": "org.infinispan.infinispan-cachestore-remote-11.0.18.Final-redhat-00001.pom",
"product_id": "org.infinispan.infinispan-cachestore-remote-11.0.18.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.infinispan/infinispan-cachestore-remote@11.0.18.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.infinispan.infinispan-hibernate-cache-commons-11.0.18.Final-redhat-00001.pom",
"product": {
"name": "org.infinispan.infinispan-hibernate-cache-commons-11.0.18.Final-redhat-00001.pom",
"product_id": "org.infinispan.infinispan-hibernate-cache-commons-11.0.18.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.infinispan/infinispan-hibernate-cache-commons@11.0.18.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.infinispan.infinispan-hibernate-cache-v51-11.0.18.Final-redhat-00001.pom",
"product": {
"name": "org.infinispan.infinispan-hibernate-cache-v51-11.0.18.Final-redhat-00001.pom",
"product_id": "org.infinispan.infinispan-hibernate-cache-v51-11.0.18.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.infinispan/infinispan-hibernate-cache-v51@11.0.18.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.infinispan.infinispan-hibernate-cache-v53-11.0.18.Final-redhat-00001.pom",
"product": {
"name": "org.infinispan.infinispan-hibernate-cache-v53-11.0.18.Final-redhat-00001.pom",
"product_id": "org.infinispan.infinispan-hibernate-cache-v53-11.0.18.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.infinispan/infinispan-hibernate-cache-v53@11.0.18.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.avro.avro-1.11.3.redhat-00001.jar",
"product": {
"name": "org.apache.avro.avro-1.11.3.redhat-00001.jar",
"product_id": "org.apache.avro.avro-1.11.3.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.avro/avro@1.11.3.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.avro.avro-1.11.3.redhat-00001.pom",
"product": {
"name": "org.apache.avro.avro-1.11.3.redhat-00001.pom",
"product_id": "org.apache.avro.avro-1.11.3.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.avro/avro@1.11.3.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.jandex-2.4.4.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.jandex-2.4.4.Final-redhat-00001.pom",
"product_id": "org.jboss.jandex-2.4.4.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss/jandex@2.4.4.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.jandex-2.4.4.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.jandex-2.4.4.Final-redhat-00001.jar",
"product_id": "org.jboss.jandex-2.4.4.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss/jandex@2.4.4.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.weld.module.weld-jta-3.1.10.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.weld.module.weld-jta-3.1.10.Final-redhat-00001.pom",
"product_id": "org.jboss.weld.module.weld-jta-3.1.10.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.weld.module/weld-jta@3.1.10.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.weld.module.weld-jsf-3.1.10.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.weld.module.weld-jsf-3.1.10.Final-redhat-00001.pom",
"product_id": "org.jboss.weld.module.weld-jsf-3.1.10.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.weld.module/weld-jsf@3.1.10.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.weld.module.weld-web-3.1.10.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.weld.module.weld-web-3.1.10.Final-redhat-00001.jar",
"product_id": "org.jboss.weld.module.weld-web-3.1.10.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.weld.module/weld-web@3.1.10.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.weld.weld-core-impl-3.1.10.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.weld.weld-core-impl-3.1.10.Final-redhat-00001.pom",
"product_id": "org.jboss.weld.weld-core-impl-3.1.10.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.weld/weld-core-impl@3.1.10.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.weld.weld-core-impl-3.1.10.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.weld.weld-core-impl-3.1.10.Final-redhat-00001.jar",
"product_id": "org.jboss.weld.weld-core-impl-3.1.10.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.weld/weld-core-impl@3.1.10.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.weld.module.weld-web-3.1.10.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.weld.module.weld-web-3.1.10.Final-redhat-00001.pom",
"product_id": "org.jboss.weld.module.weld-web-3.1.10.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.weld.module/weld-web@3.1.10.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.weld.module.weld-jta-3.1.10.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.weld.module.weld-jta-3.1.10.Final-redhat-00001.jar",
"product_id": "org.jboss.weld.module.weld-jta-3.1.10.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.weld.module/weld-jta@3.1.10.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.weld.module.weld-jsf-3.1.10.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.weld.module.weld-jsf-3.1.10.Final-redhat-00001.jar",
"product_id": "org.jboss.weld.module.weld-jsf-3.1.10.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.weld.module/weld-jsf@3.1.10.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.weld.module.weld-ejb-3.1.10.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.weld.module.weld-ejb-3.1.10.Final-redhat-00001.pom",
"product_id": "org.jboss.weld.module.weld-ejb-3.1.10.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.weld.module/weld-ejb@3.1.10.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.weld.module.weld-ejb-3.1.10.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.weld.module.weld-ejb-3.1.10.Final-redhat-00001.jar",
"product_id": "org.jboss.weld.module.weld-ejb-3.1.10.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.weld.module/weld-ejb@3.1.10.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.xnio.xnio-api-3.8.11.SP1-redhat-00001.jar",
"product": {
"name": "org.jboss.xnio.xnio-api-3.8.11.SP1-redhat-00001.jar",
"product_id": "org.jboss.xnio.xnio-api-3.8.11.SP1-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.xnio/xnio-api@3.8.11.SP1-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.xnio.xnio-api-3.8.11.SP1-redhat-00001.pom",
"product": {
"name": "org.jboss.xnio.xnio-api-3.8.11.SP1-redhat-00001.pom",
"product_id": "org.jboss.xnio.xnio-api-3.8.11.SP1-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.xnio/xnio-api@3.8.11.SP1-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.xnio.xnio-nio-3.8.11.SP1-redhat-00001.pom",
"product": {
"name": "org.jboss.xnio.xnio-nio-3.8.11.SP1-redhat-00001.pom",
"product_id": "org.jboss.xnio.xnio-nio-3.8.11.SP1-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.xnio/xnio-nio@3.8.11.SP1-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.xnio.xnio-nio-3.8.11.SP1-redhat-00001.jar",
"product": {
"name": "org.jboss.xnio.xnio-nio-3.8.11.SP1-redhat-00001.jar",
"product_id": "org.jboss.xnio.xnio-nio-3.8.11.SP1-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.xnio/xnio-nio@3.8.11.SP1-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec-2.0.1.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec-2.0.1.Final-redhat-00001.jar",
"product_id": "org.jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec-2.0.1.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.servlet.jsp/jboss-jsp-api_2.3_spec@2.0.1.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec-2.0.1.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec-2.0.1.Final-redhat-00001.pom",
"product_id": "org.jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec-2.0.1.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.spec.javax.servlet.jsp/jboss-jsp-api_2.3_spec@2.0.1.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-handler-4.1.94.Final-redhat-00003.pom",
"product": {
"name": "io.netty.netty-handler-4.1.94.Final-redhat-00003.pom",
"product_id": "io.netty.netty-handler-4.1.94.Final-redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-handler@4.1.94.Final-redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-codec-http2-4.1.94.Final-redhat-00003.pom",
"product": {
"name": "io.netty.netty-codec-http2-4.1.94.Final-redhat-00003.pom",
"product_id": "io.netty.netty-codec-http2-4.1.94.Final-redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-codec-http2@4.1.94.Final-redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-buffer-4.1.94.Final-redhat-00003.pom",
"product": {
"name": "io.netty.netty-buffer-4.1.94.Final-redhat-00003.pom",
"product_id": "io.netty.netty-buffer-4.1.94.Final-redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-buffer@4.1.94.Final-redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-codec-4.1.94.Final-redhat-00003.pom",
"product": {
"name": "io.netty.netty-codec-4.1.94.Final-redhat-00003.pom",
"product_id": "io.netty.netty-codec-4.1.94.Final-redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-codec@4.1.94.Final-redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-resolver-dns-classes-macos-4.1.94.Final-redhat-00003.pom",
"product": {
"name": "io.netty.netty-resolver-dns-classes-macos-4.1.94.Final-redhat-00003.pom",
"product_id": "io.netty.netty-resolver-dns-classes-macos-4.1.94.Final-redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-resolver-dns-classes-macos@4.1.94.Final-redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-codec-smtp-4.1.94.Final-redhat-00003.pom",
"product": {
"name": "io.netty.netty-codec-smtp-4.1.94.Final-redhat-00003.pom",
"product_id": "io.netty.netty-codec-smtp-4.1.94.Final-redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-codec-smtp@4.1.94.Final-redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-codec-redis-4.1.94.Final-redhat-00003.jar",
"product": {
"name": "io.netty.netty-codec-redis-4.1.94.Final-redhat-00003.jar",
"product_id": "io.netty.netty-codec-redis-4.1.94.Final-redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-codec-redis@4.1.94.Final-redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-resolver-4.1.94.Final-redhat-00003.pom",
"product": {
"name": "io.netty.netty-resolver-4.1.94.Final-redhat-00003.pom",
"product_id": "io.netty.netty-resolver-4.1.94.Final-redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-resolver@4.1.94.Final-redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-resolver-4.1.94.Final-redhat-00003.jar",
"product": {
"name": "io.netty.netty-resolver-4.1.94.Final-redhat-00003.jar",
"product_id": "io.netty.netty-resolver-4.1.94.Final-redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-resolver@4.1.94.Final-redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-transport-rxtx-4.1.94.Final-redhat-00003.jar",
"product": {
"name": "io.netty.netty-transport-rxtx-4.1.94.Final-redhat-00003.jar",
"product_id": "io.netty.netty-transport-rxtx-4.1.94.Final-redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-transport-rxtx@4.1.94.Final-redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-codec-socks-4.1.94.Final-redhat-00003.jar",
"product": {
"name": "io.netty.netty-codec-socks-4.1.94.Final-redhat-00003.jar",
"product_id": "io.netty.netty-codec-socks-4.1.94.Final-redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-codec-socks@4.1.94.Final-redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-codec-4.1.94.Final-redhat-00003.jar",
"product": {
"name": "io.netty.netty-codec-4.1.94.Final-redhat-00003.jar",
"product_id": "io.netty.netty-codec-4.1.94.Final-redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-codec@4.1.94.Final-redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-codec-socks-4.1.94.Final-redhat-00003.pom",
"product": {
"name": "io.netty.netty-codec-socks-4.1.94.Final-redhat-00003.pom",
"product_id": "io.netty.netty-codec-socks-4.1.94.Final-redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-codec-socks@4.1.94.Final-redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-resolver-dns-4.1.94.Final-redhat-00003.pom",
"product": {
"name": "io.netty.netty-resolver-dns-4.1.94.Final-redhat-00003.pom",
"product_id": "io.netty.netty-resolver-dns-4.1.94.Final-redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-resolver-dns@4.1.94.Final-redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-transport-rxtx-4.1.94.Final-redhat-00003.pom",
"product": {
"name": "io.netty.netty-transport-rxtx-4.1.94.Final-redhat-00003.pom",
"product_id": "io.netty.netty-transport-rxtx-4.1.94.Final-redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-transport-rxtx@4.1.94.Final-redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-common-4.1.94.Final-redhat-00003.jar",
"product": {
"name": "io.netty.netty-common-4.1.94.Final-redhat-00003.jar",
"product_id": "io.netty.netty-common-4.1.94.Final-redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-common@4.1.94.Final-redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-transport-classes-kqueue-4.1.94.Final-redhat-00003.pom",
"product": {
"name": "io.netty.netty-transport-classes-kqueue-4.1.94.Final-redhat-00003.pom",
"product_id": "io.netty.netty-transport-classes-kqueue-4.1.94.Final-redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-transport-classes-kqueue@4.1.94.Final-redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-resolver-dns-classes-macos-4.1.94.Final-redhat-00003.jar",
"product": {
"name": "io.netty.netty-resolver-dns-classes-macos-4.1.94.Final-redhat-00003.jar",
"product_id": "io.netty.netty-resolver-dns-classes-macos-4.1.94.Final-redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-resolver-dns-classes-macos@4.1.94.Final-redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-buffer-4.1.94.Final-redhat-00003.jar",
"product": {
"name": "io.netty.netty-buffer-4.1.94.Final-redhat-00003.jar",
"product_id": "io.netty.netty-buffer-4.1.94.Final-redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-buffer@4.1.94.Final-redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-handler-proxy-4.1.94.Final-redhat-00003.jar",
"product": {
"name": "io.netty.netty-handler-proxy-4.1.94.Final-redhat-00003.jar",
"product_id": "io.netty.netty-handler-proxy-4.1.94.Final-redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-handler-proxy@4.1.94.Final-redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-codec-redis-4.1.94.Final-redhat-00003.pom",
"product": {
"name": "io.netty.netty-codec-redis-4.1.94.Final-redhat-00003.pom",
"product_id": "io.netty.netty-codec-redis-4.1.94.Final-redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-codec-redis@4.1.94.Final-redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-codec-xml-4.1.94.Final-redhat-00003.pom",
"product": {
"name": "io.netty.netty-codec-xml-4.1.94.Final-redhat-00003.pom",
"product_id": "io.netty.netty-codec-xml-4.1.94.Final-redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-codec-xml@4.1.94.Final-redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-codec-mqtt-4.1.94.Final-redhat-00003.pom",
"product": {
"name": "io.netty.netty-codec-mqtt-4.1.94.Final-redhat-00003.pom",
"product_id": "io.netty.netty-codec-mqtt-4.1.94.Final-redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-codec-mqtt@4.1.94.Final-redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-codec-http-4.1.94.Final-redhat-00003.jar",
"product": {
"name": "io.netty.netty-codec-http-4.1.94.Final-redhat-00003.jar",
"product_id": "io.netty.netty-codec-http-4.1.94.Final-redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-codec-http@4.1.94.Final-redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-transport-4.1.94.Final-redhat-00003.pom",
"product": {
"name": "io.netty.netty-transport-4.1.94.Final-redhat-00003.pom",
"product_id": "io.netty.netty-transport-4.1.94.Final-redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-transport@4.1.94.Final-redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-codec-stomp-4.1.94.Final-redhat-00003.jar",
"product": {
"name": "io.netty.netty-codec-stomp-4.1.94.Final-redhat-00003.jar",
"product_id": "io.netty.netty-codec-stomp-4.1.94.Final-redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-codec-stomp@4.1.94.Final-redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-transport-4.1.94.Final-redhat-00003.jar",
"product": {
"name": "io.netty.netty-transport-4.1.94.Final-redhat-00003.jar",
"product_id": "io.netty.netty-transport-4.1.94.Final-redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-transport@4.1.94.Final-redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-codec-http-4.1.94.Final-redhat-00003.pom",
"product": {
"name": "io.netty.netty-codec-http-4.1.94.Final-redhat-00003.pom",
"product_id": "io.netty.netty-codec-http-4.1.94.Final-redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-codec-http@4.1.94.Final-redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-codec-stomp-4.1.94.Final-redhat-00003.pom",
"product": {
"name": "io.netty.netty-codec-stomp-4.1.94.Final-redhat-00003.pom",
"product_id": "io.netty.netty-codec-stomp-4.1.94.Final-redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-codec-stomp@4.1.94.Final-redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-codec-dns-4.1.94.Final-redhat-00003.jar",
"product": {
"name": "io.netty.netty-codec-dns-4.1.94.Final-redhat-00003.jar",
"product_id": "io.netty.netty-codec-dns-4.1.94.Final-redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-codec-dns@4.1.94.Final-redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-codec-xml-4.1.94.Final-redhat-00003.jar",
"product": {
"name": "io.netty.netty-codec-xml-4.1.94.Final-redhat-00003.jar",
"product_id": "io.netty.netty-codec-xml-4.1.94.Final-redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-codec-xml@4.1.94.Final-redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-codec-dns-4.1.94.Final-redhat-00003.pom",
"product": {
"name": "io.netty.netty-codec-dns-4.1.94.Final-redhat-00003.pom",
"product_id": "io.netty.netty-codec-dns-4.1.94.Final-redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-codec-dns@4.1.94.Final-redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-handler-proxy-4.1.94.Final-redhat-00003.pom",
"product": {
"name": "io.netty.netty-handler-proxy-4.1.94.Final-redhat-00003.pom",
"product_id": "io.netty.netty-handler-proxy-4.1.94.Final-redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-handler-proxy@4.1.94.Final-redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-transport-classes-epoll-4.1.94.Final-redhat-00003.jar",
"product": {
"name": "io.netty.netty-transport-classes-epoll-4.1.94.Final-redhat-00003.jar",
"product_id": "io.netty.netty-transport-classes-epoll-4.1.94.Final-redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-transport-classes-epoll@4.1.94.Final-redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-codec-mqtt-4.1.94.Final-redhat-00003.jar",
"product": {
"name": "io.netty.netty-codec-mqtt-4.1.94.Final-redhat-00003.jar",
"product_id": "io.netty.netty-codec-mqtt-4.1.94.Final-redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-codec-mqtt@4.1.94.Final-redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-transport-native-epoll-4.1.94.Final-redhat-00003.pom",
"product": {
"name": "io.netty.netty-transport-native-epoll-4.1.94.Final-redhat-00003.pom",
"product_id": "io.netty.netty-transport-native-epoll-4.1.94.Final-redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-transport-native-epoll@4.1.94.Final-redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-transport-classes-kqueue-4.1.94.Final-redhat-00003.jar",
"product": {
"name": "io.netty.netty-transport-classes-kqueue-4.1.94.Final-redhat-00003.jar",
"product_id": "io.netty.netty-transport-classes-kqueue-4.1.94.Final-redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-transport-classes-kqueue@4.1.94.Final-redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-transport-udt-4.1.94.Final-redhat-00003.jar",
"product": {
"name": "io.netty.netty-transport-udt-4.1.94.Final-redhat-00003.jar",
"product_id": "io.netty.netty-transport-udt-4.1.94.Final-redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-transport-udt@4.1.94.Final-redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-resolver-dns-4.1.94.Final-redhat-00003.jar",
"product": {
"name": "io.netty.netty-resolver-dns-4.1.94.Final-redhat-00003.jar",
"product_id": "io.netty.netty-resolver-dns-4.1.94.Final-redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-resolver-dns@4.1.94.Final-redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-codec-haproxy-4.1.94.Final-redhat-00003.jar",
"product": {
"name": "io.netty.netty-codec-haproxy-4.1.94.Final-redhat-00003.jar",
"product_id": "io.netty.netty-codec-haproxy-4.1.94.Final-redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-codec-haproxy@4.1.94.Final-redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-transport-classes-epoll-4.1.94.Final-redhat-00003.pom",
"product": {
"name": "io.netty.netty-transport-classes-epoll-4.1.94.Final-redhat-00003.pom",
"product_id": "io.netty.netty-transport-classes-epoll-4.1.94.Final-redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-transport-classes-epoll@4.1.94.Final-redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-codec-http2-4.1.94.Final-redhat-00003.jar",
"product": {
"name": "io.netty.netty-codec-http2-4.1.94.Final-redhat-00003.jar",
"product_id": "io.netty.netty-codec-http2-4.1.94.Final-redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-codec-http2@4.1.94.Final-redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-handler-4.1.94.Final-redhat-00003.jar",
"product": {
"name": "io.netty.netty-handler-4.1.94.Final-redhat-00003.jar",
"product_id": "io.netty.netty-handler-4.1.94.Final-redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-handler@4.1.94.Final-redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-codec-smtp-4.1.94.Final-redhat-00003.jar",
"product": {
"name": "io.netty.netty-codec-smtp-4.1.94.Final-redhat-00003.jar",
"product_id": "io.netty.netty-codec-smtp-4.1.94.Final-redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-codec-smtp@4.1.94.Final-redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-transport-native-epoll-4.1.94.Final-redhat-00003-linux-x86_64.jar",
"product": {
"name": "io.netty.netty-transport-native-epoll-4.1.94.Final-redhat-00003-linux-x86_64.jar",
"product_id": "io.netty.netty-transport-native-epoll-4.1.94.Final-redhat-00003-linux-x86_64.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-transport-native-epoll@4.1.94.Final-redhat-00003?classifier=linux-x86_64\u0026type=jar"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-codec-haproxy-4.1.94.Final-redhat-00003.pom",
"product": {
"name": "io.netty.netty-codec-haproxy-4.1.94.Final-redhat-00003.pom",
"product_id": "io.netty.netty-codec-haproxy-4.1.94.Final-redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-codec-haproxy@4.1.94.Final-redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-codec-memcache-4.1.94.Final-redhat-00003.pom",
"product": {
"name": "io.netty.netty-codec-memcache-4.1.94.Final-redhat-00003.pom",
"product_id": "io.netty.netty-codec-memcache-4.1.94.Final-redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-codec-memcache@4.1.94.Final-redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-transport-udt-4.1.94.Final-redhat-00003.pom",
"product": {
"name": "io.netty.netty-transport-udt-4.1.94.Final-redhat-00003.pom",
"product_id": "io.netty.netty-transport-udt-4.1.94.Final-redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-transport-udt@4.1.94.Final-redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-transport-native-unix-common-4.1.94.Final-redhat-00003.jar",
"product": {
"name": "io.netty.netty-transport-native-unix-common-4.1.94.Final-redhat-00003.jar",
"product_id": "io.netty.netty-transport-native-unix-common-4.1.94.Final-redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-transport-native-unix-common@4.1.94.Final-redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-codec-memcache-4.1.94.Final-redhat-00003.jar",
"product": {
"name": "io.netty.netty-codec-memcache-4.1.94.Final-redhat-00003.jar",
"product_id": "io.netty.netty-codec-memcache-4.1.94.Final-redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-codec-memcache@4.1.94.Final-redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-transport-sctp-4.1.94.Final-redhat-00003.pom",
"product": {
"name": "io.netty.netty-transport-sctp-4.1.94.Final-redhat-00003.pom",
"product_id": "io.netty.netty-transport-sctp-4.1.94.Final-redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-transport-sctp@4.1.94.Final-redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-transport-native-unix-common-4.1.94.Final-redhat-00003.pom",
"product": {
"name": "io.netty.netty-transport-native-unix-common-4.1.94.Final-redhat-00003.pom",
"product_id": "io.netty.netty-transport-native-unix-common-4.1.94.Final-redhat-00003.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-transport-native-unix-common@4.1.94.Final-redhat-00003?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.netty.netty-transport-sctp-4.1.94.Final-redhat-00003.jar",
"product": {
"name": "io.netty.netty-transport-sctp-4.1.94.Final-redhat-00003.jar",
"product_id": "io.netty.netty-transport-sctp-4.1.94.Final-redhat-00003.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.netty/netty-transport-sctp@4.1.94.Final-redhat-00003?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.sshd.sshd-core-2.9.3.redhat-00001.jar",
"product": {
"name": "org.apache.sshd.sshd-core-2.9.3.redhat-00001.jar",
"product_id": "org.apache.sshd.sshd-core-2.9.3.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.sshd/sshd-core@2.9.3.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.sshd.sshd-common-2.9.3.redhat-00001.jar",
"product": {
"name": "org.apache.sshd.sshd-common-2.9.3.redhat-00001.jar",
"product_id": "org.apache.sshd.sshd-common-2.9.3.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.sshd/sshd-common@2.9.3.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.sshd.sshd-core-2.9.3.redhat-00001.pom",
"product": {
"name": "org.apache.sshd.sshd-core-2.9.3.redhat-00001.pom",
"product_id": "org.apache.sshd.sshd-core-2.9.3.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.sshd/sshd-core@2.9.3.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.sshd.sshd-common-2.9.3.redhat-00001.pom",
"product": {
"name": "org.apache.sshd.sshd-common-2.9.3.redhat-00001.pom",
"product_id": "org.apache.sshd.sshd-common-2.9.3.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.sshd/sshd-common@2.9.3.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ws.cxf.jbossws-cxf-client-5.4.9.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.ws.cxf.jbossws-cxf-client-5.4.9.Final-redhat-00001.jar",
"product_id": "org.jboss.ws.cxf.jbossws-cxf-client-5.4.9.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ws.cxf/jbossws-cxf-client@5.4.9.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ws.cxf.jbossws-cxf-jaspi-5.4.9.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.ws.cxf.jbossws-cxf-jaspi-5.4.9.Final-redhat-00001.jar",
"product_id": "org.jboss.ws.cxf.jbossws-cxf-jaspi-5.4.9.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ws.cxf/jbossws-cxf-jaspi@5.4.9.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ws.cxf.jbossws-cxf-factories-5.4.9.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.ws.cxf.jbossws-cxf-factories-5.4.9.Final-redhat-00001.pom",
"product_id": "org.jboss.ws.cxf.jbossws-cxf-factories-5.4.9.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ws.cxf/jbossws-cxf-factories@5.4.9.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ws.cxf.jbossws-cxf-factories-5.4.9.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.ws.cxf.jbossws-cxf-factories-5.4.9.Final-redhat-00001.jar",
"product_id": "org.jboss.ws.cxf.jbossws-cxf-factories-5.4.9.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ws.cxf/jbossws-cxf-factories@5.4.9.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ws.cxf.jbossws-cxf-resources-5.4.9.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.ws.cxf.jbossws-cxf-resources-5.4.9.Final-redhat-00001.pom",
"product_id": "org.jboss.ws.cxf.jbossws-cxf-resources-5.4.9.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ws.cxf/jbossws-cxf-resources@5.4.9.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ws.cxf.jbossws-cxf-server-5.4.9.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.ws.cxf.jbossws-cxf-server-5.4.9.Final-redhat-00001.pom",
"product_id": "org.jboss.ws.cxf.jbossws-cxf-server-5.4.9.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ws.cxf/jbossws-cxf-server@5.4.9.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ws.cxf.jbossws-cxf-transports-undertow-5.4.9.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.ws.cxf.jbossws-cxf-transports-undertow-5.4.9.Final-redhat-00001.jar",
"product_id": "org.jboss.ws.cxf.jbossws-cxf-transports-undertow-5.4.9.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ws.cxf/jbossws-cxf-transports-undertow@5.4.9.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ws.cxf.jbossws-cxf-server-5.4.9.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.ws.cxf.jbossws-cxf-server-5.4.9.Final-redhat-00001.jar",
"product_id": "org.jboss.ws.cxf.jbossws-cxf-server-5.4.9.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ws.cxf/jbossws-cxf-server@5.4.9.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ws.cxf.jbossws-cxf-transports-undertow-5.4.9.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.ws.cxf.jbossws-cxf-transports-undertow-5.4.9.Final-redhat-00001.pom",
"product_id": "org.jboss.ws.cxf.jbossws-cxf-transports-undertow-5.4.9.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ws.cxf/jbossws-cxf-transports-undertow@5.4.9.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ws.cxf.jbossws-cxf-transports-udp-5.4.9.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.ws.cxf.jbossws-cxf-transports-udp-5.4.9.Final-redhat-00001.pom",
"product_id": "org.jboss.ws.cxf.jbossws-cxf-transports-udp-5.4.9.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ws.cxf/jbossws-cxf-transports-udp@5.4.9.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ws.cxf.jbossws-cxf-resources-5.4.9.Final-redhat-00001-wildfly2400.jar",
"product": {
"name": "org.jboss.ws.cxf.jbossws-cxf-resources-5.4.9.Final-redhat-00001-wildfly2400.jar",
"product_id": "org.jboss.ws.cxf.jbossws-cxf-resources-5.4.9.Final-redhat-00001-wildfly2400.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ws.cxf/jbossws-cxf-resources@5.4.9.Final-redhat-00001?classifier=wildfly2400\u0026type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ws.cxf.jbossws-cxf-jaspi-5.4.9.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.ws.cxf.jbossws-cxf-jaspi-5.4.9.Final-redhat-00001.pom",
"product_id": "org.jboss.ws.cxf.jbossws-cxf-jaspi-5.4.9.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ws.cxf/jbossws-cxf-jaspi@5.4.9.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ws.cxf.jbossws-cxf-transports-udp-5.4.9.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.ws.cxf.jbossws-cxf-transports-udp-5.4.9.Final-redhat-00001.jar",
"product_id": "org.jboss.ws.cxf.jbossws-cxf-transports-udp-5.4.9.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ws.cxf/jbossws-cxf-transports-udp@5.4.9.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ws.cxf.jbossws-cxf-client-5.4.9.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.ws.cxf.jbossws-cxf-client-5.4.9.Final-redhat-00001.pom",
"product_id": "org.jboss.ws.cxf.jbossws-cxf-client-5.4.9.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ws.cxf/jbossws-cxf-client@5.4.9.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.undertow.undertow-core-2.2.28.SP1-redhat-00001.pom",
"product": {
"name": "io.undertow.undertow-core-2.2.28.SP1-redhat-00001.pom",
"product_id": "io.undertow.undertow-core-2.2.28.SP1-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.undertow/undertow-core@2.2.28.SP1-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.undertow.undertow-servlet-2.2.28.SP1-redhat-00001.pom",
"product": {
"name": "io.undertow.undertow-servlet-2.2.28.SP1-redhat-00001.pom",
"product_id": "io.undertow.undertow-servlet-2.2.28.SP1-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.undertow/undertow-servlet@2.2.28.SP1-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.undertow.undertow-core-2.2.28.SP1-redhat-00001.jar",
"product": {
"name": "io.undertow.undertow-core-2.2.28.SP1-redhat-00001.jar",
"product_id": "io.undertow.undertow-core-2.2.28.SP1-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.undertow/undertow-core@2.2.28.SP1-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.undertow.undertow-websockets-jsr-2.2.28.SP1-redhat-00001.jar",
"product": {
"name": "io.undertow.undertow-websockets-jsr-2.2.28.SP1-redhat-00001.jar",
"product_id": "io.undertow.undertow-websockets-jsr-2.2.28.SP1-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.undertow/undertow-websockets-jsr@2.2.28.SP1-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "io.undertow.undertow-websockets-jsr-2.2.28.SP1-redhat-00001.pom",
"product": {
"name": "io.undertow.undertow-websockets-jsr-2.2.28.SP1-redhat-00001.pom",
"product_id": "io.undertow.undertow-websockets-jsr-2.2.28.SP1-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/io.undertow/undertow-websockets-jsr@2.2.28.SP1-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "io.undertow.undertow-servlet-2.2.28.SP1-redhat-00001.jar",
"product": {
"name": "io.undertow.undertow-servlet-2.2.28.SP1-redhat-00001.jar",
"product_id": "io.undertow.undertow-servlet-2.2.28.SP1-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/io.undertow/undertow-servlet@2.2.28.SP1-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.redhat.insights.runtimes-java-api-1.1.1.redhat-00001.jar",
"product": {
"name": "com.redhat.insights.runtimes-java-api-1.1.1.redhat-00001.jar",
"product_id": "com.redhat.insights.runtimes-java-api-1.1.1.redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.redhat.insights/runtimes-java-api@1.1.1.redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.redhat.insights.runtimes-java-api-1.1.1.redhat-00001.pom",
"product": {
"name": "com.redhat.insights.runtimes-java-api-1.1.1.redhat-00001.pom",
"product_id": "com.redhat.insights.runtimes-java-api-1.1.1.redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.redhat.insights/runtimes-java-api@1.1.1.redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.hibernate.hibernate-core-5.3.33.Final-redhat-00001.jar",
"product": {
"name": "org.hibernate.hibernate-core-5.3.33.Final-redhat-00001.jar",
"product_id": "org.hibernate.hibernate-core-5.3.33.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.hibernate/hibernate-core@5.3.33.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.hibernate.hibernate-envers-5.3.33.Final-redhat-00001.jar",
"product": {
"name": "org.hibernate.hibernate-envers-5.3.33.Final-redhat-00001.jar",
"product_id": "org.hibernate.hibernate-envers-5.3.33.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.hibernate/hibernate-envers@5.3.33.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.infinispan.protostream.protostream-4.3.6.Final-redhat-00001.pom",
"product": {
"name": "org.infinispan.protostream.protostream-4.3.6.Final-redhat-00001.pom",
"product_id": "org.infinispan.protostream.protostream-4.3.6.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.infinispan.protostream/protostream@4.3.6.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.infinispan.protostream.protostream-4.3.6.Final-redhat-00001.jar",
"product": {
"name": "org.infinispan.protostream.protostream-4.3.6.Final-redhat-00001.jar",
"product_id": "org.infinispan.protostream.protostream-4.3.6.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.infinispan.protostream/protostream@4.3.6.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.wildfly-naming-client-1.0.17.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.wildfly-naming-client-1.0.17.Final-redhat-00001.pom",
"product_id": "org.wildfly.wildfly-naming-client-1.0.17.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly/wildfly-naming-client@1.0.17.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.wildfly-naming-client-1.0.17.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.wildfly-naming-client-1.0.17.Final-redhat-00001.jar",
"product_id": "org.wildfly.wildfly-naming-client-1.0.17.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly/wildfly-naming-client@1.0.17.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.logmanager.log4j2-jboss-logmanager-1.1.2.Final-redhat-00002.pom",
"product": {
"name": "org.jboss.logmanager.log4j2-jboss-logmanager-1.1.2.Final-redhat-00002.pom",
"product_id": "org.jboss.logmanager.log4j2-jboss-logmanager-1.1.2.Final-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.logmanager/log4j2-jboss-logmanager@1.1.2.Final-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.logmanager.log4j2-jboss-logmanager-1.1.2.Final-redhat-00002.jar",
"product": {
"name": "org.jboss.logmanager.log4j2-jboss-logmanager-1.1.2.Final-redhat-00002.jar",
"product_id": "org.jboss.logmanager.log4j2-jboss-logmanager-1.1.2.Final-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.logmanager/log4j2-jboss-logmanager@1.1.2.Final-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-rxjava2-3.15.9.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.resteasy.resteasy-rxjava2-3.15.9.Final-redhat-00001.jar",
"product_id": "org.jboss.resteasy.resteasy-rxjava2-3.15.9.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-rxjava2@3.15.9.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-atom-provider-3.15.9.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.resteasy.resteasy-atom-provider-3.15.9.Final-redhat-00001.jar",
"product_id": "org.jboss.resteasy.resteasy-atom-provider-3.15.9.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-atom-provider@3.15.9.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-cdi-3.15.9.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.resteasy.resteasy-cdi-3.15.9.Final-redhat-00001.pom",
"product_id": "org.jboss.resteasy.resteasy-cdi-3.15.9.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-cdi@3.15.9.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-jackson-provider-3.15.9.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.resteasy.resteasy-jackson-provider-3.15.9.Final-redhat-00001.pom",
"product_id": "org.jboss.resteasy.resteasy-jackson-provider-3.15.9.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-jackson-provider@3.15.9.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-multipart-provider-3.15.9.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.resteasy.resteasy-multipart-provider-3.15.9.Final-redhat-00001.pom",
"product_id": "org.jboss.resteasy.resteasy-multipart-provider-3.15.9.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-multipart-provider@3.15.9.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-crypto-3.15.9.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.resteasy.resteasy-crypto-3.15.9.Final-redhat-00001.pom",
"product_id": "org.jboss.resteasy.resteasy-crypto-3.15.9.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-crypto@3.15.9.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-cdi-3.15.9.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.resteasy.resteasy-cdi-3.15.9.Final-redhat-00001.jar",
"product_id": "org.jboss.resteasy.resteasy-cdi-3.15.9.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-cdi@3.15.9.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-spring-3.15.9.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.resteasy.resteasy-spring-3.15.9.Final-redhat-00001.pom",
"product_id": "org.jboss.resteasy.resteasy-spring-3.15.9.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-spring@3.15.9.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-json-p-provider-3.15.9.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.resteasy.resteasy-json-p-provider-3.15.9.Final-redhat-00001.pom",
"product_id": "org.jboss.resteasy.resteasy-json-p-provider-3.15.9.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-json-p-provider@3.15.9.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-json-binding-provider-3.15.9.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.resteasy.resteasy-json-binding-provider-3.15.9.Final-redhat-00001.pom",
"product_id": "org.jboss.resteasy.resteasy-json-binding-provider-3.15.9.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-json-binding-provider@3.15.9.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-crypto-3.15.9.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.resteasy.resteasy-crypto-3.15.9.Final-redhat-00001.jar",
"product_id": "org.jboss.resteasy.resteasy-crypto-3.15.9.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-crypto@3.15.9.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-jackson-provider-3.15.9.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.resteasy.resteasy-jackson-provider-3.15.9.Final-redhat-00001.jar",
"product_id": "org.jboss.resteasy.resteasy-jackson-provider-3.15.9.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-jackson-provider@3.15.9.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-jaxb-provider-3.15.9.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.resteasy.resteasy-jaxb-provider-3.15.9.Final-redhat-00001.pom",
"product_id": "org.jboss.resteasy.resteasy-jaxb-provider-3.15.9.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-jaxb-provider@3.15.9.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-jaxb-provider-3.15.9.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.resteasy.resteasy-jaxb-provider-3.15.9.Final-redhat-00001.jar",
"product_id": "org.jboss.resteasy.resteasy-jaxb-provider-3.15.9.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-jaxb-provider@3.15.9.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-client-3.15.9.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.resteasy.resteasy-client-3.15.9.Final-redhat-00001.jar",
"product_id": "org.jboss.resteasy.resteasy-client-3.15.9.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-client@3.15.9.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-jaxrs-3.15.9.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.resteasy.resteasy-jaxrs-3.15.9.Final-redhat-00001.jar",
"product_id": "org.jboss.resteasy.resteasy-jaxrs-3.15.9.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-jaxrs@3.15.9.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-json-binding-provider-3.15.9.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.resteasy.resteasy-json-binding-provider-3.15.9.Final-redhat-00001.jar",
"product_id": "org.jboss.resteasy.resteasy-json-binding-provider-3.15.9.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-json-binding-provider@3.15.9.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-spring-3.15.9.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.resteasy.resteasy-spring-3.15.9.Final-redhat-00001.jar",
"product_id": "org.jboss.resteasy.resteasy-spring-3.15.9.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-spring@3.15.9.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-client-3.15.9.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.resteasy.resteasy-client-3.15.9.Final-redhat-00001.pom",
"product_id": "org.jboss.resteasy.resteasy-client-3.15.9.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-client@3.15.9.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-json-p-provider-3.15.9.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.resteasy.resteasy-json-p-provider-3.15.9.Final-redhat-00001.jar",
"product_id": "org.jboss.resteasy.resteasy-json-p-provider-3.15.9.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-json-p-provider@3.15.9.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-jettison-provider-3.15.9.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.resteasy.resteasy-jettison-provider-3.15.9.Final-redhat-00001.pom",
"product_id": "org.jboss.resteasy.resteasy-jettison-provider-3.15.9.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-jettison-provider@3.15.9.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-jsapi-3.15.9.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.resteasy.resteasy-jsapi-3.15.9.Final-redhat-00001.pom",
"product_id": "org.jboss.resteasy.resteasy-jsapi-3.15.9.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-jsapi@3.15.9.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.jose-jwt-3.15.9.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.resteasy.jose-jwt-3.15.9.Final-redhat-00001.jar",
"product_id": "org.jboss.resteasy.jose-jwt-3.15.9.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/jose-jwt@3.15.9.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-jaxrs-3.15.9.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.resteasy.resteasy-jaxrs-3.15.9.Final-redhat-00001.pom",
"product_id": "org.jboss.resteasy.resteasy-jaxrs-3.15.9.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-jaxrs@3.15.9.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-yaml-provider-3.15.9.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.resteasy.resteasy-yaml-provider-3.15.9.Final-redhat-00001.jar",
"product_id": "org.jboss.resteasy.resteasy-yaml-provider-3.15.9.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-yaml-provider@3.15.9.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-multipart-provider-3.15.9.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.resteasy.resteasy-multipart-provider-3.15.9.Final-redhat-00001.jar",
"product_id": "org.jboss.resteasy.resteasy-multipart-provider-3.15.9.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-multipart-provider@3.15.9.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.jose-jwt-3.15.9.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.resteasy.jose-jwt-3.15.9.Final-redhat-00001.pom",
"product_id": "org.jboss.resteasy.jose-jwt-3.15.9.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/jose-jwt@3.15.9.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-jackson2-provider-3.15.9.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.resteasy.resteasy-jackson2-provider-3.15.9.Final-redhat-00001.pom",
"product_id": "org.jboss.resteasy.resteasy-jackson2-provider-3.15.9.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-jackson2-provider@3.15.9.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-jackson2-provider-3.15.9.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.resteasy.resteasy-jackson2-provider-3.15.9.Final-redhat-00001.jar",
"product_id": "org.jboss.resteasy.resteasy-jackson2-provider-3.15.9.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-jackson2-provider@3.15.9.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-rxjava2-3.15.9.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.resteasy.resteasy-rxjava2-3.15.9.Final-redhat-00001.pom",
"product_id": "org.jboss.resteasy.resteasy-rxjava2-3.15.9.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-rxjava2@3.15.9.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-yaml-provider-3.15.9.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.resteasy.resteasy-yaml-provider-3.15.9.Final-redhat-00001.pom",
"product_id": "org.jboss.resteasy.resteasy-yaml-provider-3.15.9.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-yaml-provider@3.15.9.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-jsapi-3.15.9.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.resteasy.resteasy-jsapi-3.15.9.Final-redhat-00001.jar",
"product_id": "org.jboss.resteasy.resteasy-jsapi-3.15.9.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-jsapi@3.15.9.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-atom-provider-3.15.9.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.resteasy.resteasy-atom-provider-3.15.9.Final-redhat-00001.pom",
"product_id": "org.jboss.resteasy.resteasy-atom-provider-3.15.9.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-atom-provider@3.15.9.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-validator-provider-3.15.9.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.resteasy.resteasy-validator-provider-3.15.9.Final-redhat-00001.jar",
"product_id": "org.jboss.resteasy.resteasy-validator-provider-3.15.9.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-validator-provider@3.15.9.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-validator-provider-3.15.9.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.resteasy.resteasy-validator-provider-3.15.9.Final-redhat-00001.pom",
"product_id": "org.jboss.resteasy.resteasy-validator-provider-3.15.9.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-validator-provider@3.15.9.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.resteasy.resteasy-jettison-provider-3.15.9.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.resteasy.resteasy-jettison-provider-3.15.9.Final-redhat-00001.jar",
"product_id": "org.jboss.resteasy.resteasy-jettison-provider-3.15.9.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.resteasy/resteasy-jettison-provider@3.15.9.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.eclipse.jgit.org.eclipse.jgit-5.13.2.SP1-redhat-00001.jar",
"product": {
"name": "org.eclipse.jgit.org.eclipse.jgit-5.13.2.SP1-redhat-00001.jar",
"product_id": "org.eclipse.jgit.org.eclipse.jgit-5.13.2.SP1-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.eclipse.jgit/org.eclipse.jgit@5.13.2.SP1-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.eclipse.jgit.org.eclipse.jgit.ssh.apache-5.13.2.SP1-redhat-00001.pom",
"product": {
"name": "org.eclipse.jgit.org.eclipse.jgit.ssh.apache-5.13.2.SP1-redhat-00001.pom",
"product_id": "org.eclipse.jgit.org.eclipse.jgit.ssh.apache-5.13.2.SP1-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.eclipse.jgit/org.eclipse.jgit.ssh.apache@5.13.2.SP1-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.eclipse.jgit.org.eclipse.jgit.ssh.apache-5.13.2.SP1-redhat-00001.jar",
"product": {
"name": "org.eclipse.jgit.org.eclipse.jgit.ssh.apache-5.13.2.SP1-redhat-00001.jar",
"product_id": "org.eclipse.jgit.org.eclipse.jgit.ssh.apache-5.13.2.SP1-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.eclipse.jgit/org.eclipse.jgit.ssh.apache@5.13.2.SP1-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.eclipse.jgit.org.eclipse.jgit-5.13.2.SP1-redhat-00001.pom",
"product": {
"name": "org.eclipse.jgit.org.eclipse.jgit-5.13.2.SP1-redhat-00001.pom",
"product_id": "org.eclipse.jgit.org.eclipse.jgit-5.13.2.SP1-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.eclipse.jgit/org.eclipse.jgit@5.13.2.SP1-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.apache.santuario.xmlsec-2.2.6.redhat-00002.jar",
"product": {
"name": "org.apache.santuario.xmlsec-2.2.6.redhat-00002.jar",
"product_id": "org.apache.santuario.xmlsec-2.2.6.redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.santuario/xmlsec@2.2.6.redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.apache.santuario.xmlsec-2.2.6.redhat-00002.pom",
"product": {
"name": "org.apache.santuario.xmlsec-2.2.6.redhat-00002.pom",
"product_id": "org.apache.santuario.xmlsec-2.2.6.redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.apache.santuario/xmlsec@2.2.6.redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ironjacamar.ironjacamar-core-impl-1.5.16.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.ironjacamar.ironjacamar-core-impl-1.5.16.Final-redhat-00001.jar",
"product_id": "org.jboss.ironjacamar.ironjacamar-core-impl-1.5.16.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ironjacamar/ironjacamar-core-impl@1.5.16.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ironjacamar.ironjacamar-jdbc-1.5.16.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.ironjacamar.ironjacamar-jdbc-1.5.16.Final-redhat-00001.jar",
"product_id": "org.jboss.ironjacamar.ironjacamar-jdbc-1.5.16.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ironjacamar/ironjacamar-jdbc@1.5.16.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ironjacamar.ironjacamar-common-spi-1.5.16.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.ironjacamar.ironjacamar-common-spi-1.5.16.Final-redhat-00001.pom",
"product_id": "org.jboss.ironjacamar.ironjacamar-common-spi-1.5.16.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ironjacamar/ironjacamar-common-spi@1.5.16.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ironjacamar.ironjacamar-deployers-common-1.5.16.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.ironjacamar.ironjacamar-deployers-common-1.5.16.Final-redhat-00001.jar",
"product_id": "org.jboss.ironjacamar.ironjacamar-deployers-common-1.5.16.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ironjacamar/ironjacamar-deployers-common@1.5.16.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ironjacamar.ironjacamar-common-api-1.5.16.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.ironjacamar.ironjacamar-common-api-1.5.16.Final-redhat-00001.pom",
"product_id": "org.jboss.ironjacamar.ironjacamar-common-api-1.5.16.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ironjacamar/ironjacamar-common-api@1.5.16.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ironjacamar.ironjacamar-deployers-common-1.5.16.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.ironjacamar.ironjacamar-deployers-common-1.5.16.Final-redhat-00001.pom",
"product_id": "org.jboss.ironjacamar.ironjacamar-deployers-common-1.5.16.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ironjacamar/ironjacamar-deployers-common@1.5.16.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ironjacamar.ironjacamar-jdbc-1.5.16.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.ironjacamar.ironjacamar-jdbc-1.5.16.Final-redhat-00001.pom",
"product_id": "org.jboss.ironjacamar.ironjacamar-jdbc-1.5.16.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ironjacamar/ironjacamar-jdbc@1.5.16.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ironjacamar.ironjacamar-core-impl-1.5.16.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.ironjacamar.ironjacamar-core-impl-1.5.16.Final-redhat-00001.pom",
"product_id": "org.jboss.ironjacamar.ironjacamar-core-impl-1.5.16.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ironjacamar/ironjacamar-core-impl@1.5.16.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ironjacamar.ironjacamar-core-api-1.5.16.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.ironjacamar.ironjacamar-core-api-1.5.16.Final-redhat-00001.jar",
"product_id": "org.jboss.ironjacamar.ironjacamar-core-api-1.5.16.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ironjacamar/ironjacamar-core-api@1.5.16.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ironjacamar.ironjacamar-core-api-1.5.16.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.ironjacamar.ironjacamar-core-api-1.5.16.Final-redhat-00001.pom",
"product_id": "org.jboss.ironjacamar.ironjacamar-core-api-1.5.16.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ironjacamar/ironjacamar-core-api@1.5.16.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ironjacamar.ironjacamar-common-impl-1.5.16.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.ironjacamar.ironjacamar-common-impl-1.5.16.Final-redhat-00001.jar",
"product_id": "org.jboss.ironjacamar.ironjacamar-common-impl-1.5.16.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ironjacamar/ironjacamar-common-impl@1.5.16.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ironjacamar.ironjacamar-common-api-1.5.16.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.ironjacamar.ironjacamar-common-api-1.5.16.Final-redhat-00001.jar",
"product_id": "org.jboss.ironjacamar.ironjacamar-common-api-1.5.16.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ironjacamar/ironjacamar-common-api@1.5.16.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ironjacamar.ironjacamar-common-spi-1.5.16.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.ironjacamar.ironjacamar-common-spi-1.5.16.Final-redhat-00001.jar",
"product_id": "org.jboss.ironjacamar.ironjacamar-common-spi-1.5.16.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ironjacamar/ironjacamar-common-spi@1.5.16.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ironjacamar.ironjacamar-common-impl-1.5.16.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.ironjacamar.ironjacamar-common-impl-1.5.16.Final-redhat-00001.pom",
"product_id": "org.jboss.ironjacamar.ironjacamar-common-impl-1.5.16.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ironjacamar/ironjacamar-common-impl@1.5.16.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ironjacamar.ironjacamar-validator-1.5.16.Final-redhat-00001.pom",
"product": {
"name": "org.jboss.ironjacamar.ironjacamar-validator-1.5.16.Final-redhat-00001.pom",
"product_id": "org.jboss.ironjacamar.ironjacamar-validator-1.5.16.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ironjacamar/ironjacamar-validator@1.5.16.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.ironjacamar.ironjacamar-validator-1.5.16.Final-redhat-00001.jar",
"product": {
"name": "org.jboss.ironjacamar.ironjacamar-validator-1.5.16.Final-redhat-00001.jar",
"product_id": "org.jboss.ironjacamar.ironjacamar-validator-1.5.16.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.ironjacamar/ironjacamar-validator@1.5.16.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-security-manager-action-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-security-manager-action-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-security-manager-action-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-security-manager-action@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-sasl-digest-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-sasl-digest-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-sasl-digest-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-digest@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-jaspi-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-jaspi-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-jaspi-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-jaspi@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-sasl-anonymous-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-sasl-anonymous-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-sasl-anonymous-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-anonymous@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-auth-util-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-auth-util-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-auth-util-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-auth-util@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-auth-server-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-auth-server-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-auth-server-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-auth-server@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-auth-server-http-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-auth-server-http-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-auth-server-http-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-auth-server-http@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-http-stateful-basic-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-http-stateful-basic-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-http-stateful-basic-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-stateful-basic@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-http-digest-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-http-digest-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-http-digest-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-digest@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-x500-cert-util-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-x500-cert-util-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-x500-cert-util-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-x500-cert-util@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-mechanism-digest-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-mechanism-digest-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-mechanism-digest-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism-digest@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-credential-source-deprecated-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-credential-source-deprecated-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-credential-source-deprecated-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-credential-source-deprecated@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-http-spnego-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-http-spnego-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-http-spnego-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-spnego@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-x500-cert-acme-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-x500-cert-acme-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-x500-cert-acme-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-x500-cert-acme@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-auth-server-deprecated-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-auth-server-deprecated-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-auth-server-deprecated-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-auth-server-deprecated@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-realm-ldap-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-realm-ldap-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-realm-ldap-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-realm-ldap@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-asn1-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-asn1-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-asn1-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-asn1@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-auth-server-sasl-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-auth-server-sasl-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-auth-server-sasl-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-auth-server-sasl@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-x500-principal-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-x500-principal-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-x500-principal-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-x500-principal@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-credential-source-deprecated-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-credential-source-deprecated-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-credential-source-deprecated-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-credential-source-deprecated@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-x500-cert-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-x500-cert-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-x500-cert-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-x500-cert@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-http-util-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-http-util-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-http-util-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-util@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-jacc-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-jacc-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-jacc-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-jacc@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-sasl-gs2-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-sasl-gs2-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-sasl-gs2-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-gs2@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-sasl-digest-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-sasl-digest-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-sasl-digest-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-digest@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-sasl-otp-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-sasl-otp-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-sasl-otp-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-otp@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-x500-principal-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-x500-principal-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-x500-principal-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-x500-principal@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-mechanism-http-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-mechanism-http-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-mechanism-http-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism-http@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-client-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-client-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-client-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-client@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-x500-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-x500-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-x500-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-x500@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-x500-cert-acme-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-x500-cert-acme-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-x500-cert-acme-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-x500-cert-acme@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-jose-util-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-jose-util-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-jose-util-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-jose-util@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-auth-server-sasl-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-auth-server-sasl-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-auth-server-sasl-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-auth-server-sasl@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-security-manager-action-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-security-manager-action-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-security-manager-action-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-security-manager-action@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-keystore-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-keystore-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-keystore-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-keystore@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-ssl-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-ssl-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-ssl-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-ssl@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-http-spnego-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-http-spnego-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-http-spnego-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-spnego@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-credential-source-impl-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-credential-source-impl-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-credential-source-impl-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-credential-source-impl@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-credential-source-impl-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-credential-source-impl-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-credential-source-impl-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-credential-source-impl@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-credential-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-credential-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-credential-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-credential@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-json-util-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-json-util-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-json-util-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-json-util@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-auth-server-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-auth-server-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-auth-server-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-auth-server@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-http-cert-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-http-cert-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-http-cert-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-cert@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-http-cert-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-http-cert-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-http-cert-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-cert@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-ssl-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-ssl-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-ssl-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-ssl@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-mechanism-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-mechanism-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-mechanism-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-x500-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-x500-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-x500-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-x500@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-sasl-oauth2-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-sasl-oauth2-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-sasl-oauth2-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-oauth2@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-realm-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-realm-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-realm-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-realm@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-asn1-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-asn1-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-asn1-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-asn1@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-sasl-entity-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-sasl-entity-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-sasl-entity-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-entity@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-client-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-client-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-client-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-client@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-permission-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-permission-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-permission-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-permission@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-sasl-auth-util-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-sasl-auth-util-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-sasl-auth-util-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-auth-util@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-mechanism-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-mechanism-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-mechanism-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-base-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-base-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-base-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-base@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-http-util-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-http-util-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-http-util-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-util@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-sasl-anonymous-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-sasl-anonymous-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-sasl-anonymous-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-anonymous@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-util-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-util-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-util-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-util@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-http-sso-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-http-sso-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-http-sso-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-sso@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-realm-token-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-realm-token-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-realm-token-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-realm-token@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-http-basic-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-http-basic-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-http-basic-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-basic@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-realm-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-realm-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-realm-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-realm@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-auth-util-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-auth-util-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-auth-util-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-auth-util@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-password-impl-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-password-impl-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-password-impl-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-password-impl@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-mechanism-oauth2-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-mechanism-oauth2-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-mechanism-oauth2-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism-oauth2@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-mechanism-oauth2-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-mechanism-oauth2-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-mechanism-oauth2-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism-oauth2@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-provider-util-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-provider-util-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-provider-util-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-provider-util@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-util-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-util-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-util-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-util@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-realm-token-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-realm-token-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-realm-token-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-realm-token@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-http-sso-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-http-sso-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-http-sso-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-sso@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-digest-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-digest-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-digest-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-digest@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-auth-server-deprecated-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-auth-server-deprecated-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-auth-server-deprecated-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-auth-server-deprecated@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-http-form-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-http-form-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-http-form-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-form@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-base-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-base-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-base-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-base@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-password-impl-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-password-impl-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-password-impl-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-password-impl@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-provider-util-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-provider-util-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-provider-util-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-provider-util@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-http-form-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-http-form-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-http-form-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-form@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-digest-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-digest-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-digest-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-digest@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-sasl-oauth2-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-sasl-oauth2-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-sasl-oauth2-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-oauth2@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-http-bearer-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-http-bearer-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-http-bearer-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-bearer@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-audit-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-audit-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-audit-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-audit@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-jose-jwk-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-jose-jwk-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-jose-jwk-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-jose-jwk@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-auth-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-auth-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-auth-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-auth@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-x500-deprecated-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-x500-deprecated-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-x500-deprecated-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-x500-deprecated@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-sasl-deprecated-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-sasl-deprecated-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-sasl-deprecated-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-deprecated@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-http-deprecated-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-http-deprecated-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-http-deprecated-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-deprecated@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-sasl-plain-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-sasl-plain-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-sasl-plain-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-plain@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-http-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-http-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-http-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-mechanism-scram-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-mechanism-scram-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-mechanism-scram-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism-scram@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-http-basic-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-http-basic-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-http-basic-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-basic@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-sasl-localuser-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-sasl-localuser-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-sasl-localuser-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-localuser@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-sasl-auth-util-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-sasl-auth-util-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-sasl-auth-util-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-auth-util@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-sasl-entity-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-sasl-entity-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-sasl-entity-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-entity@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-permission-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-permission-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-permission-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-permission@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-http-deprecated-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-http-deprecated-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-http-deprecated-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-deprecated@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-realm-jdbc-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-realm-jdbc-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-realm-jdbc-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-realm-jdbc@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-credential-store-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-credential-store-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-credential-store-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-credential-store@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-auth-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-auth-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-auth-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-auth@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-http-external-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-http-external-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-http-external-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-external@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-x500-deprecated-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-x500-deprecated-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-x500-deprecated-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-x500-deprecated@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-credential-store-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-credential-store-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-credential-store-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-credential-store@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-sasl-deprecated-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-sasl-deprecated-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-sasl-deprecated-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-deprecated@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-mechanism-gssapi-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-mechanism-gssapi-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-mechanism-gssapi-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism-gssapi@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-sasl-localuser-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-sasl-localuser-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-sasl-localuser-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-localuser@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-http-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-http-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-http-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-audit-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-audit-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-audit-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-audit@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-json-util-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-json-util-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-json-util-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-json-util@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-sasl-scram-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-sasl-scram-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-sasl-scram-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-scram@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-keystore-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-keystore-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-keystore-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-keystore@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-sasl-scram-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-sasl-scram-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-sasl-scram-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-scram@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-credential-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-credential-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-credential-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-credential@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-http-bearer-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-http-bearer-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-http-bearer-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-bearer@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-mechanism-http-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-mechanism-http-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-mechanism-http-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism-http@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-tool-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-tool-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-tool-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-tool@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-sasl-gs2-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-sasl-gs2-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-sasl-gs2-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-gs2@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-security-manager-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-security-manager-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-security-manager-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-security-manager@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-mechanism-gssapi-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-mechanism-gssapi-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-mechanism-gssapi-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism-gssapi@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-x500-cert-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-x500-cert-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-x500-cert-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-x500-cert@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-sasl-external-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-sasl-external-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-sasl-external-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-external@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-http-external-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-http-external-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-http-external-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-external@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-sasl-otp-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-sasl-otp-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-sasl-otp-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-otp@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-sasl-external-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-sasl-external-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-sasl-external-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-external@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-x500-cert-util-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-x500-cert-util-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-x500-cert-util-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-x500-cert-util@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-realm-jdbc-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-realm-jdbc-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-realm-jdbc-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-realm-jdbc@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-jacc-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-jacc-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-jacc-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-jacc@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-jaspi-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-jaspi-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-jaspi-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-jaspi@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-sasl-plain-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-sasl-plain-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-sasl-plain-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-plain@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-http-digest-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-http-digest-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-http-digest-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-digest@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-encryption-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-encryption-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-encryption-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-encryption@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-sasl-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-sasl-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-sasl-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-http-stateful-basic-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-http-stateful-basic-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-http-stateful-basic-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-stateful-basic@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-mechanism-scram-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-mechanism-scram-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-mechanism-scram-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism-scram@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-realm-ldap-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-realm-ldap-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-realm-ldap-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-realm-ldap@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-auth-server-http-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-auth-server-http-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-auth-server-http-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-auth-server-http@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-tool-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-tool-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-tool-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-tool@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-mechanism-digest-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-mechanism-digest-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-mechanism-digest-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism-digest@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-http-oidc-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-http-oidc-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-http-oidc-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-oidc@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-security-manager-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-security-manager-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-security-manager-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-security-manager@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-sasl-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-sasl-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-sasl-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-sasl-gssapi-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-sasl-gssapi-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-sasl-gssapi-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-gssapi@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-sasl-gssapi-1.15.21.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.security.wildfly-elytron-sasl-gssapi-1.15.21.Final-redhat-00001.pom",
"product_id": "org.wildfly.security.wildfly-elytron-sasl-gssapi-1.15.21.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-gssapi@1.15.21.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.security.wildfly-elytron-encryption-1.15.21.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.security.wildfly-elytron-encryption-1.15.21.Final-redhat-00001.jar",
"product_id": "org.wildfly.security.wildfly-elytron-encryption-1.15.21.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.security/wildfly-elytron-encryption@1.15.21.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.transaction.wildfly-transaction-client-1.1.17.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.transaction.wildfly-transaction-client-1.1.17.Final-redhat-00001.pom",
"product_id": "org.wildfly.transaction.wildfly-transaction-client-1.1.17.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.transaction/wildfly-transaction-client@1.1.17.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.transaction.wildfly-transaction-client-1.1.17.Final-redhat-00001.jar",
"product": {
"name": "org.wildfly.transaction.wildfly-transaction-client-1.1.17.Final-redhat-00001.jar",
"product_id": "org.wildfly.transaction.wildfly-transaction-client-1.1.17.Final-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.transaction/wildfly-transaction-client@1.1.17.Final-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-process-controller-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-process-controller-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-process-controller-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-process-controller@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-jmx-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-jmx-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-jmx-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-jmx@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-patching-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-patching-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-patching-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-patching@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-controller-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-controller-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-controller-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-controller@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-server-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-server-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-server-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-server@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-platform-mbean-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-platform-mbean-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-platform-mbean-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-platform-mbean@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-threads-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-threads-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-threads-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-threads@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-version-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-version-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-version-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-version@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-controller-client-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-controller-client-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-controller-client-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-controller-client@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-request-controller-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-request-controller-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-request-controller-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-request-controller@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-security-manager-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-security-manager-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-security-manager-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-security-manager@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-domain-management-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-domain-management-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-domain-management-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-domain-management@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-logging-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-logging-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-logging-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-logging@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-event-logger-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-event-logger-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-event-logger-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-event-logger@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-launcher-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-launcher-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-launcher-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-launcher@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-host-controller-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-host-controller-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-host-controller-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-host-controller@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-domain-http-interface-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-domain-http-interface-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-domain-http-interface-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-domain-http-interface@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-management-client-content-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-management-client-content-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-management-client-content-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-management-client-content@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-network-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-network-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-network-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-network@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-cli-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-cli-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-cli-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-cli@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-domain-http-error-context-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-domain-http-error-context-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-domain-http-error-context-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-domain-http-error-context@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-elytron-tool-wrapper-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-elytron-tool-wrapper-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-elytron-tool-wrapper-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-elytron-tool-wrapper@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-deployment-scanner-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-deployment-scanner-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-deployment-scanner-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-deployment-scanner@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-core-security-api-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-core-security-api-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-core-security-api-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-core-security-api@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-protocol-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-protocol-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-protocol-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-protocol@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-remoting-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-remoting-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-remoting-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-remoting@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-deployment-repository-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-deployment-repository-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-deployment-repository-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-deployment-repository@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-elytron-integration-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-elytron-integration-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-elytron-integration-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-elytron-integration@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-core-management-client-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-core-management-client-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-core-management-client-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-core-management-client@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-core-management-subsystem-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-core-management-subsystem-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-core-management-subsystem-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-core-management-subsystem@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-io-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-io-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-io-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-io@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-discovery-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-discovery-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-discovery-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-discovery@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-embedded-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-embedded-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-embedded-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-embedded@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.wildfly.core.wildfly-core-security-15.0.33.Final-redhat-00001.pom",
"product": {
"name": "org.wildfly.core.wildfly-core-security-15.0.33.Final-redhat-00001.pom",
"product_id": "org.wildfly.core.wildfly-core-security-15.0.33.Final-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.wildfly.core/wildfly-core-security@15.0.33.Final-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "com.sun.faces.jsf-impl-2.3.14.SP08-redhat-00001.jar",
"product": {
"name": "com.sun.faces.jsf-impl-2.3.14.SP08-redhat-00001.jar",
"product_id": "com.sun.faces.jsf-impl-2.3.14.SP08-redhat-00001.jar",
"product_identification_helper": {
"purl": "pkg:maven/com.sun.faces/jsf-impl@2.3.14.SP08-redhat-00001?type=jar"
}
}
},
{
"category": "product_version",
"name": "com.sun.faces.jsf-impl-2.3.14.SP08-redhat-00001.pom",
"product": {
"name": "com.sun.faces.jsf-impl-2.3.14.SP08-redhat-00001.pom",
"product_id": "com.sun.faces.jsf-impl-2.3.14.SP08-redhat-00001.pom",
"product_identification_helper": {
"purl": "pkg:maven/com.sun.faces/jsf-impl@2.3.14.SP08-redhat-00001?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly12.0-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly12.0-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly12.0-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly12.0@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-eap6.4-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-eap6.4-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-eap6.4-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-eap6.4@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly20.0-server-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly20.0-server-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly20.0-server-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly20.0-server@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly19.0-server-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly19.0-server-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly19.0-server-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly19.0-server@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-core-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-core-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-core-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-core@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-eap7.1-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-eap7.1-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-eap7.1-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-eap7.1-to-eap7.4@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-eap7.1-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-eap7.1-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-eap7.1-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-eap7.1@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-eap7.2-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-eap7.2-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-eap7.2-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-eap7.2-to-eap7.4@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly11.0-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly11.0-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly11.0-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly11.0@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly13.0-server-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly13.0-server-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly13.0-server-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly13.0-server@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-cli-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-cli-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-cli-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-cli@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly9.0-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly9.0-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly9.0-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly9.0@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly18.0-server-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly18.0-server-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly18.0-server-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly18.0-server@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-eap7.3-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-eap7.3-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-eap7.3-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-eap7.3-to-eap7.4@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-eap7.0-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-eap7.0-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-eap7.0-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-eap7.0-to-eap7.4@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-eap7.0-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-eap7.0-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-eap7.0-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-eap7.0@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly21.0-server-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly21.0-server-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly21.0-server-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly21.0-server@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-eap6.4-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-eap6.4-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-eap6.4-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-eap6.4-to-eap7.4@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-eap7.4-server-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-eap7.4-server-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-eap7.4-server-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-eap7.4-server@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-eap7.4-server-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-eap7.4-server-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-eap7.4-server-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-eap7.4-server@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly14.0-server-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly14.0-server-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly14.0-server-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly14.0-server@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly22.0-server-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly22.0-server-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly22.0-server-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly22.0-server@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly8.2-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly8.2-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly8.2-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly8.2@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly17.0-server-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly17.0-server-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly17.0-server-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly17.0-server@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-eap7.2-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-eap7.2-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-eap7.2-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-eap7.2-to-eap7.4@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-eap7.1-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-eap7.1-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-eap7.1-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-eap7.1-to-eap7.4@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly22.0-server-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly22.0-server-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly22.0-server-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly22.0-server@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly17.0-server-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly17.0-server-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly17.0-server-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly17.0-server@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly14.0-server-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly14.0-server-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly14.0-server-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly14.0-server@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly19.0-server-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly19.0-server-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly19.0-server-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly19.0-server@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly18.0-server-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly18.0-server-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly18.0-server-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly18.0-server@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly20.0-server-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly20.0-server-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly20.0-server-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly20.0-server@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly12.0-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly12.0-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly12.0-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly12.0@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly21.0-server-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly21.0-server-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly21.0-server-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly21.0-server@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-eap7.0-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-eap7.0-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-eap7.0-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-eap7.0@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly11.0-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly11.0-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly11.0-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly11.0@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-eap7.0-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-eap7.0-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-eap7.0-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-eap7.0-to-eap7.4@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-cli-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-cli-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-cli-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-cli@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly8.2-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly8.2-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly8.2-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly8.2@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly13.0-server-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly13.0-server-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly13.0-server-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly13.0-server@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-eap6.4-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-eap6.4-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-eap6.4-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-eap6.4@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-eap7.1-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-eap7.1-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-eap7.1-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-eap7.1@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly16.0-server-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly16.0-server-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly16.0-server-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly16.0-server@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly10.1-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly10.1-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly10.1-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly10.1@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-eap7.2-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-eap7.2-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-eap7.2-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-eap7.2@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly15.0-server-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly15.0-server-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly15.0-server-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly15.0-server@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-eap7.2-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-eap7.2-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-eap7.2-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-eap7.2@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly10.0-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly10.0-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly10.0-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly10.0@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly10.1-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly10.1-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly10.1-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly10.1@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly15.0-server-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly15.0-server-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly15.0-server-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly15.0-server@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-eap6.4-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-eap6.4-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-eap6.4-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-eap6.4-to-eap7.4@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly9.0-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly9.0-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly9.0-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly9.0@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly10.0-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly10.0-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly10.0-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly10.0@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-wildfly16.0-server-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-wildfly16.0-server-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-wildfly16.0-server-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-wildfly16.0-server@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-eap7.3-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-eap7.3-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-eap7.3-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-eap7.3-to-eap7.4@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-eap7.3-server-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-eap7.3-server-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-eap7.3-server-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-eap7.3-server@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-core-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-core-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-core-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-core@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-eap7.4-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-eap7.4-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-eap7.4-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-eap7.4-to-eap7.4@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-eap7.3-server-1.10.0.Final-redhat-00033.pom",
"product": {
"name": "org.jboss.migration.jboss-server-migration-eap7.3-server-1.10.0.Final-redhat-00033.pom",
"product_id": "org.jboss.migration.jboss-server-migration-eap7.3-server-1.10.0.Final-redhat-00033.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-eap7.3-server@1.10.0.Final-redhat-00033?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.migration.jboss-server-migration-eap7.4-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"product": {
"name": "org.jboss.migration.jboss-server-migration-eap7.4-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"product_id": "org.jboss.migration.jboss-server-migration-eap7.4-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.migration/jboss-server-migration-eap7.4-to-eap7.4@1.10.0.Final-redhat-00033?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.jipijapa-hibernate5-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.jipijapa-hibernate5-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.jipijapa-hibernate5-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/jipijapa-hibernate5@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-jacorb-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-jacorb-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-jacorb-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-jacorb@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-undertow-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-undertow-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-undertow-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-undertow@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-web-infinispan-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-web-infinispan-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-web-infinispan-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-web-infinispan@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-mod_cluster-undertow-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-mod_cluster-undertow-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-mod_cluster-undertow-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-mod_cluster-undertow@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-jgroups-api-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-jgroups-api-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-jgroups-api-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-jgroups-api@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-messaging-activemq-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-messaging-activemq-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-messaging-activemq-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-messaging-activemq@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-weld-spi-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-weld-spi-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-weld-spi-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-weld-spi@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-web-common-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-web-common-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-web-common-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-web-common@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-marshalling-api-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-marshalling-api-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-marshalling-api-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-marshalling-api@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-jsr77-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-jsr77-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-jsr77-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-jsr77@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-security-api-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-security-api-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-security-api-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-security-api@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-ee-security-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-ee-security-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-ee-security-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-ee-security@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-ee-infinispan-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-ee-infinispan-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-ee-infinispan-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-ee-infinispan@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-server-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-server-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-server-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-server@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-web-extension-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-web-extension-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-web-extension-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-web-extension@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-pojo-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-pojo-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-pojo-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-pojo@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-infinispan-marshalling-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-infinispan-marshalling-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-infinispan-marshalling-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-infinispan-marshalling@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-microprofile-health-smallrye-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-microprofile-health-smallrye-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-microprofile-health-smallrye-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-microprofile-health-smallrye@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.jboss-insights-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.jboss-insights-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.jboss-insights-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/jboss-insights@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-batch-jberet-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-batch-jberet-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-batch-jberet-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-batch-jberet@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-singleton-extension-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-singleton-extension-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-singleton-extension-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-singleton-extension@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-ormtransformer-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-ormtransformer-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-ormtransformer-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-ormtransformer@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-mod_cluster-extension-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-mod_cluster-extension-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-mod_cluster-extension-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-mod_cluster-extension@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-web-cache-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-web-cache-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-web-cache-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-web-cache@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-mail-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-mail-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-mail-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-mail@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-weld-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-weld-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-weld-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-weld@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.jipijapa-hibernate5-3-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.jipijapa-hibernate5-3-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.jipijapa-hibernate5-3-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/jipijapa-hibernate5-3@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-ee-spi-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-ee-spi-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-ee-spi-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-ee-spi@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-jgroups-extension-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-jgroups-extension-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-jgroups-extension-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-jgroups-extension@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-marshalling-protostream-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-marshalling-protostream-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-marshalling-protostream-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-marshalling-protostream@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-bean-validation-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-bean-validation-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-bean-validation-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-bean-validation@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-common-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-common-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-common-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-common@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-sar-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-sar-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-sar-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-sar@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-client-all-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-client-all-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-client-all-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-client-all@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-jsf-injection-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-jsf-injection-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-jsf-injection-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-jsf-injection@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-picketlink-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-picketlink-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-picketlink-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-picketlink@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-web-container-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-web-container-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-web-container-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-web-container@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.jipijapa-eclipselink-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.jipijapa-eclipselink-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.jipijapa-eclipselink-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/jipijapa-eclipselink@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-weld-ejb-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-weld-ejb-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-weld-ejb-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-weld-ejb@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.jipijapa-spi-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.jipijapa-spi-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.jipijapa-spi-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/jipijapa-spi@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-metrics-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-metrics-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-metrics-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-metrics@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-rts-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-rts-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-rts-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-rts@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-jdr-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-jdr-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-jdr-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-jdr@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-weld-common-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-weld-common-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-weld-common-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-weld-common@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-jsf-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-jsf-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-jsf-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-jsf@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-configadmin-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-configadmin-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-configadmin-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-configadmin@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-jpa-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-jpa-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-jpa-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-jpa@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-jaxr-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-jaxr-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-jaxr-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-jaxr@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-marshalling-spi-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-marshalling-spi-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-marshalling-spi-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-marshalling-spi@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-web-hotrod-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-web-hotrod-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-web-hotrod-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-web-hotrod@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-datasources-agroal-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-datasources-agroal-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-datasources-agroal-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-datasources-agroal@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-naming-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-naming-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-naming-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-naming@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.jipijapa-openjpa-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.jipijapa-openjpa-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.jipijapa-openjpa-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/jipijapa-openjpa@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-jgroups-spi-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-jgroups-spi-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-jgroups-spi-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-jgroups-spi@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-connector-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-connector-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-connector-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-connector@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-cmp-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-cmp-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-cmp-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-cmp@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-microprofile-config-smallrye-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-microprofile-config-smallrye-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-microprofile-config-smallrye-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-microprofile-config-smallrye@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-ejb-spi-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-ejb-spi-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-ejb-spi-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-ejb-spi@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-jsf-injection-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-jsf-injection-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-jsf-injection-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-jsf-injection@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-security-integration-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-security-integration-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-security-integration-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-security-integration@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-security-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-security-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-security-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-security@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-infinispan-spi-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-infinispan-spi-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-infinispan-spi-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-infinispan-spi@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-weld-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-weld-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-weld-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-weld@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-microprofile-metrics-smallrye-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-microprofile-metrics-smallrye-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-microprofile-metrics-smallrye-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-microprofile-metrics-smallrye@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-security-plugins-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-security-plugins-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-security-plugins-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-security-plugins@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-web-cache-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-web-cache-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-web-cache-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-web-cache@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-web-undertow-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-web-undertow-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-web-undertow-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-web-undertow@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-weld-transactions-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-weld-transactions-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-weld-transactions-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-weld-transactions@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-web-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-web-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-web-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-web@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-jaxrs-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-jaxrs-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-jaxrs-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-jaxrs@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-messaging-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-messaging-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-messaging-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-messaging@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-infinispan-client-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-infinispan-client-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-infinispan-client-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-infinispan-client@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-iiop-openjdk-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-iiop-openjdk-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-iiop-openjdk-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-iiop-openjdk@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-ee-cache-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-ee-cache-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-ee-cache-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-ee-cache@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-web-api-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-web-api-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-web-api-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-web-api@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-service-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-service-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-service-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-service@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-jgroups-extension-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-jgroups-extension-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-jgroups-extension-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-jgroups-extension@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-weld-bean-validation-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-weld-bean-validation-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-weld-bean-validation-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-weld-bean-validation@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-infinispan-extension-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-infinispan-extension-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-infinispan-extension-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-infinispan-extension@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.jipijapa-hibernate4-1-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.jipijapa-hibernate4-1-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.jipijapa-hibernate4-1-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/jipijapa-hibernate4-1@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-web-spi-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-web-spi-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-web-spi-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-web-spi@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-ormtransformer-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-ormtransformer-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-ormtransformer-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-ormtransformer@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-security-vault-tool-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-security-vault-tool-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-security-vault-tool-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-security-vault-tool@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-client-properties-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-client-properties-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-client-properties-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-client-properties@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-marshalling-jboss-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-marshalling-jboss-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-marshalling-jboss-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-marshalling-jboss@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.jipijapa-hibernate4-3-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.jipijapa-hibernate4-3-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.jipijapa-hibernate4-3-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/jipijapa-hibernate4-3@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-ee-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-ee-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-ee-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-ee@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-health-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-health-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-health-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-health@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-weld-jpa-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-weld-jpa-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-weld-jpa-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-weld-jpa@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-microprofile-opentracing-extension-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-microprofile-opentracing-extension-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-microprofile-opentracing-extension-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-microprofile-opentracing-extension@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-appclient-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-appclient-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-appclient-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-appclient@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-ee-hotrod-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-ee-hotrod-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-ee-hotrod-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-ee-hotrod@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-weld-webservices-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-weld-webservices-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-weld-webservices-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-weld-webservices@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.jipijapa-hibernate5-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.jipijapa-hibernate5-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.jipijapa-hibernate5-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/jipijapa-hibernate5@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-xts-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-xts-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-xts-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-xts@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-transactions-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-transactions-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-transactions-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-transactions@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-marshalling-api-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-marshalling-api-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-marshalling-api-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-marshalling-api@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-ejb3-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-ejb3-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-ejb3-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-ejb3@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-spi-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-spi-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-spi-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-spi@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-webservices-server-integration-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-webservices-server-integration-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-webservices-server-integration-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-webservices-server-integration@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-ejb-infinispan-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-ejb-infinispan-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-ejb-infinispan-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-ejb-infinispan@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-api-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-api-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-api-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-api@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-infinispan-marshalling-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-infinispan-marshalling-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-infinispan-marshalling-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-infinispan-marshalling@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-jpa-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-jpa-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-jpa-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-jpa@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-microprofile-health-smallrye-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-microprofile-health-smallrye-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-microprofile-health-smallrye-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-microprofile-health-smallrye@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-ee-infinispan-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-ee-infinispan-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-ee-infinispan-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-ee-infinispan@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-server-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-server-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-server-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-server@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-singleton-extension-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-singleton-extension-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-singleton-extension-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-singleton-extension@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-jsr77-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-jsr77-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-jsr77-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-jsr77@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-client-properties-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-client-properties-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-client-properties-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-client-properties@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-messaging-activemq-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-messaging-activemq-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-messaging-activemq-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-messaging-activemq@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-appclient-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-appclient-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-appclient-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-appclient@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-weld-ejb-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-weld-ejb-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-weld-ejb-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-weld-ejb@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-ee-security-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-ee-security-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-ee-security-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-ee-security@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.jipijapa-eclipselink-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.jipijapa-eclipselink-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.jipijapa-eclipselink-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/jipijapa-eclipselink@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-rts-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-rts-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-rts-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-rts@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-web-extension-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-web-extension-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-web-extension-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-web-extension@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-weld-webservices-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-weld-webservices-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-weld-webservices-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-weld-webservices@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-iiop-openjdk-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-iiop-openjdk-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-iiop-openjdk-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-iiop-openjdk@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-security-api-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-security-api-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-security-api-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-security-api@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-jgroups-api-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-jgroups-api-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-jgroups-api-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-jgroups-api@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-undertow-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-undertow-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-undertow-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-undertow@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-mod_cluster-undertow-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-mod_cluster-undertow-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-mod_cluster-undertow-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-mod_cluster-undertow@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-marshalling-protostream-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-marshalling-protostream-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-marshalling-protostream-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-marshalling-protostream@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-web-common-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-web-common-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-web-common-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-web-common@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-mail-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-mail-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-mail-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-mail@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-web-infinispan-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-web-infinispan-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-web-infinispan-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-web-infinispan@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.jipijapa-hibernate5-3-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.jipijapa-hibernate5-3-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.jipijapa-hibernate5-3-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/jipijapa-hibernate5-3@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-bean-validation-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-bean-validation-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-bean-validation-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-bean-validation@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-web-undertow-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-web-undertow-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-web-undertow-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-web-undertow@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-jsf-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-jsf-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-jsf-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-jsf@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-weld-common-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-weld-common-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-weld-common-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-weld-common@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-mod_cluster-extension-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-mod_cluster-extension-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-mod_cluster-extension-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-mod_cluster-extension@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-security-plugins-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-security-plugins-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-security-plugins-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-security-plugins@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-batch-jberet-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-batch-jberet-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-batch-jberet-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-batch-jberet@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.jipijapa-spi-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.jipijapa-spi-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.jipijapa-spi-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/jipijapa-spi@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-picketlink-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-picketlink-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-picketlink-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-picketlink@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-web-container-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-web-container-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-web-container-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-web-container@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-pojo-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-pojo-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-pojo-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-pojo@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-connector-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-connector-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-connector-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-connector@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-jdr-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-jdr-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-jdr-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-jdr@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-ejb-spi-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-ejb-spi-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-ejb-spi-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-ejb-spi@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-jaxr-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-jaxr-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-jaxr-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-jaxr@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-common-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-common-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-common-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-common@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-jacorb-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-jacorb-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-jacorb-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-jacorb@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-configadmin-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-configadmin-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-configadmin-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-configadmin@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-metrics-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-metrics-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-metrics-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-metrics@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-system-jmx-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-system-jmx-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-system-jmx-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-system-jmx@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-singleton-api-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-singleton-api-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-singleton-api-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-singleton-api@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-microprofile-config-smallrye-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-microprofile-config-smallrye-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-microprofile-config-smallrye-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-microprofile-config-smallrye@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-weld-transactions-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-weld-transactions-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-weld-transactions-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-weld-transactions@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-system-jmx-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-system-jmx-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-system-jmx-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-system-jmx@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-singleton-api-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-singleton-api-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-singleton-api-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-singleton-api@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-security-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-security-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-security-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-security@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.jipijapa-openjpa-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.jipijapa-openjpa-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.jipijapa-openjpa-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/jipijapa-openjpa@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-security-vault-tool-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-security-vault-tool-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-security-vault-tool-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-security-vault-tool@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-ee-hotrod-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-ee-hotrod-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-ee-hotrod-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-ee-hotrod@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-sar-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-sar-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-sar-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-sar@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-jgroups-spi-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-jgroups-spi-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-jgroups-spi-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-jgroups-spi@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-jaxrs-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-jaxrs-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-jaxrs-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-jaxrs@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.jipijapa-hibernate4-1-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.jipijapa-hibernate4-1-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.jipijapa-hibernate4-1-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/jipijapa-hibernate4-1@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-web-hotrod-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-web-hotrod-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-web-hotrod-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-web-hotrod@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-ee-cache-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-ee-cache-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-ee-cache-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-ee-cache@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-ee-spi-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-ee-spi-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-ee-spi-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-ee-spi@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-microprofile-metrics-smallrye-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-microprofile-metrics-smallrye-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-microprofile-metrics-smallrye-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-microprofile-metrics-smallrye@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-security-integration-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-security-integration-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-security-integration-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-security-integration@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-infinispan-spi-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-infinispan-spi-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-infinispan-spi-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-infinispan-spi@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-messaging-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-messaging-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-messaging-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-messaging@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-web-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-web-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-web-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-web@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.jboss-insights-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.jboss-insights-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.jboss-insights-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/jboss-insights@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-api-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-api-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-api-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-api@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-transactions-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-transactions-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-transactions-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-transactions@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-xts-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-xts-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-xts-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-xts@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-microprofile-opentracing-extension-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-microprofile-opentracing-extension-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-microprofile-opentracing-extension-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-microprofile-opentracing-extension@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-datasources-agroal-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-datasources-agroal-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-datasources-agroal-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-datasources-agroal@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-marshalling-jboss-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-marshalling-jboss-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-marshalling-jboss-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-marshalling-jboss@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-cmp-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-cmp-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-cmp-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-cmp@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-health-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-health-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-health-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-health@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-weld-jpa-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-weld-jpa-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-weld-jpa-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-weld-jpa@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-naming-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-naming-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-naming-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-naming@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-ee-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-ee-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-ee-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-ee@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.jipijapa-hibernate4-3-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.jipijapa-hibernate4-3-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.jipijapa-hibernate4-3-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/jipijapa-hibernate4-3@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-web-api-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-web-api-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-web-api-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-web-api@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-marshalling-spi-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-marshalling-spi-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-marshalling-spi-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-marshalling-spi@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-infinispan-client-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-infinispan-client-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-infinispan-client-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-infinispan-client@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-web-spi-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-web-spi-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-web-spi-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-web-spi@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-weld-bean-validation-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-weld-bean-validation-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-weld-bean-validation-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-weld-bean-validation@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-ejb3-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-ejb3-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-ejb3-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-ejb3@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-service-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-service-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-service-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-service@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-weld-spi-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-weld-spi-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-weld-spi-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-weld-spi@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-infinispan-extension-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-infinispan-extension-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-infinispan-extension-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-infinispan-extension@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-spi-7.4.15.GA-redhat-00002.pom",
"product": {
"name": "org.jboss.eap.wildfly-clustering-spi-7.4.15.GA-redhat-00002.pom",
"product_id": "org.jboss.eap.wildfly-clustering-spi-7.4.15.GA-redhat-00002.pom",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-spi@7.4.15.GA-redhat-00002?type=pom"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-webservices-server-integration-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-webservices-server-integration-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-webservices-server-integration-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-webservices-server-integration@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "org.jboss.eap.wildfly-clustering-ejb-infinispan-7.4.15.GA-redhat-00002.jar",
"product": {
"name": "org.jboss.eap.wildfly-clustering-ejb-infinispan-7.4.15.GA-redhat-00002.jar",
"product_id": "org.jboss.eap.wildfly-clustering-ejb-infinispan-7.4.15.GA-redhat-00002.jar",
"product_identification_helper": {
"purl": "pkg:maven/org.jboss.eap/wildfly-clustering-ejb-infinispan@7.4.15.GA-redhat-00002?type=jar"
}
}
},
{
"category": "product_version",
"name": "None.pom.xml-None",
"product": {
"name": "None.pom.xml-None",
"product_id": "None.pom.xml-None",
"product_identification_helper": {
"purl": "pkg:generic/pom.xml?checksum=sha256%3A303763cf49ef62d23af66b99d7c0c3167fa18bf9028b3788f11131465a7102df"
}
}
},
{
"category": "product_version",
"name": "None.artemis-service.exe-None",
"product": {
"name": "None.artemis-service.exe-None",
"product_id": "None.artemis-service.exe-None",
"product_identification_helper": {
"purl": "pkg:generic/artemis-service.exe?checksum=sha256%3A05bc731b6e9aeb859b74aa2ee27e5fc4d2bafbe938002b06805f9bce18c6e928"
}
}
},
{
"category": "product_version",
"name": "None.libjansi.so-None",
"product": {
"name": "None.libjansi.so-None",
"product_id": "None.libjansi.so-None",
"product_identification_helper": {
"purl": "pkg:generic/libjansi.so?checksum=sha256%3Ad3ff5e99a39e7ef65aeca846423aff98803ff87900caff029b0baa42d67705fd"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-domain-http-error-context-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-domain-http-error-context-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-domain-http-error-context-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-domain-http-error-context-15.0.33.Final-redhat-00001.jar?checksum=sha256%3Ad3c9358e3f43fa3f7d18cfe78c196cdb592ffdcf5e26c8f96d09f1109c11ad80"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-deployment-scanner-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-deployment-scanner-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-deployment-scanner-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-deployment-scanner-15.0.33.Final-redhat-00001.jar?checksum=sha256%3A39c836a9a07eb749841a95fa079a443d6018f679965d96cf9e09cbc0cbe2b896"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-elytron-integration-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-elytron-integration-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-elytron-integration-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-elytron-integration-15.0.33.Final-redhat-00001.jar?checksum=sha256%3A25f01c438daeed6edbd6120e19ca41baee73bc8ed15f1ef5701a2aafc9eef773"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-core-security-api-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-core-security-api-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-core-security-api-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-core-security-api-15.0.33.Final-redhat-00001.jar?checksum=sha256%3A5f4ee2097906d877598d5aab07d699ce64b0870c9a9c629fc764c2a5ca88d07f"
}
}
},
{
"category": "product_version",
"name": "None.jansi.dll-None",
"product": {
"name": "None.jansi.dll-None",
"product_id": "None.jansi.dll-None",
"product_identification_helper": {
"purl": "pkg:generic/jansi.dll?checksum=sha256%3A71b9d5a5b68ae98d863cf96083ecc3d9315da05759a4dffcaaa25a682c3c4f7a"
}
}
},
{
"category": "product_version",
"name": "None.libnetty_transport_native_epoll_x86_64.so-None",
"product": {
"name": "None.libnetty_transport_native_epoll_x86_64.so-None",
"product_id": "None.libnetty_transport_native_epoll_x86_64.so-None",
"product_identification_helper": {
"purl": "pkg:generic/libnetty_transport_native_epoll_x86_64.so?checksum=sha256%3Af9d31948107f669a5d00dbbc714d642972f200e2753fa52963bbf359bdca4a46"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-event-logger-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-event-logger-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-event-logger-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-event-logger-15.0.33.Final-redhat-00001.jar?checksum=sha256%3Ab22d2cf2cc4ce32919495f6e36d3f4135451c7b77b6115f087fc2b4e7d304977"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-security-manager-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-security-manager-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-security-manager-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-security-manager-15.0.33.Final-redhat-00001.jar?checksum=sha256%3Ab480c9774bdd43df381367c7033b0aa1acaed8afc1821a8d6545268217513fb7"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-management-client-content-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-management-client-content-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-management-client-content-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-management-client-content-15.0.33.Final-redhat-00001.jar?checksum=sha256%3A2859c582de40d7b6517ed56b0a8ce702f745286211692e8607ee4147f0a58c19"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-launcher-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-launcher-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-launcher-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-launcher-15.0.33.Final-redhat-00001.jar?checksum=sha256%3A57f9175addb952b7c0beeea6c0a4eda51cd1214b988b4d2403c8a373ab22f966"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-logging-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-logging-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-logging-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-logging-15.0.33.Final-redhat-00001.jar?checksum=sha256%3A2c82e08e1fa6ef911494aa2b2c8611f93a4f3b509fe2da95fe4f8bf82c722381"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-core-management-client-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-core-management-client-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-core-management-client-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-core-management-client-15.0.33.Final-redhat-00001.jar?checksum=sha256%3Ab51a283a800ce6e6b7da8b87a124eb77995aaa7cfb4c0fc0fe1b9347797a7f89"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-host-controller-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-host-controller-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-host-controller-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-host-controller-15.0.33.Final-redhat-00001.jar?checksum=sha256%3Ab12df0afd7330474060b02908bfeb7532cbb6839a0c581b51f13fffa187ace07"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-elytron-tool-wrapper-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-elytron-tool-wrapper-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-elytron-tool-wrapper-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-elytron-tool-wrapper-15.0.33.Final-redhat-00001.jar?checksum=sha256%3A4c31320ccd819da96c6e260cb48a610a31dcf52f5910fae9fdbad2288e4db902"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-controller-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-controller-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-controller-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-controller-15.0.33.Final-redhat-00001.jar?checksum=sha256%3Ae3fd8a4225c77e61fc278c145fc151a6439efa01373bdf133d5d165ccddade9c"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-server-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-server-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-server-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-server-15.0.33.Final-redhat-00001.jar?checksum=sha256%3A68188b6fd9c7988eeb666d2bb2aa9928ba5c5ff378bcc5e4ac5a397d25b7d341"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-core-security-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-core-security-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-core-security-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-core-security-15.0.33.Final-redhat-00001.jar?checksum=sha256%3A21ad7c8a4a161a3d231ebb396b5c224627ecb73c1ae454aa38bd00e7d72effd3"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-io-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-io-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-io-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-io-15.0.33.Final-redhat-00001.jar?checksum=sha256%3Ac4e8ba8170a8fe94ef93d4bedb0b502ea7487e11679b1a85c34b4f0cb5d224be"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-cli-15.0.33.Final-redhat-00001-client.jar-None",
"product": {
"name": "None.wildfly-cli-15.0.33.Final-redhat-00001-client.jar-None",
"product_id": "None.wildfly-cli-15.0.33.Final-redhat-00001-client.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-cli-15.0.33.Final-redhat-00001-client.jar?checksum=sha256%3Af1018e95806e297e255d45e6cd16745c607030499c8acb04b4e3f31951ba197b"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-jmx-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-jmx-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-jmx-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-jmx-15.0.33.Final-redhat-00001.jar?checksum=sha256%3Ab0562cbd18e723b444f93eed4705d456b4777f4a9ce6d3a87ed965b1ba06f4e2"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-cli-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-cli-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-cli-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-cli-15.0.33.Final-redhat-00001.jar?checksum=sha256%3A50d777156886a299870dd4aefbd1add563e70c407e41a57ccda1ea15845620cf"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-remoting-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-remoting-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-remoting-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-remoting-15.0.33.Final-redhat-00001.jar?checksum=sha256%3Adeb3921aebfc50e6e91884c43df2bbefb627b0ba8ed18590bcf2b10e493bc844"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-platform-mbean-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-platform-mbean-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-platform-mbean-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-platform-mbean-15.0.33.Final-redhat-00001.jar?checksum=sha256%3Ab57dc27c028424e7baaab74334f95cafeb829f3934ab1c4b128b1aed6ecfab52"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-network-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-network-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-network-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-network-15.0.33.Final-redhat-00001.jar?checksum=sha256%3Abf04aad6f953ae3bc88fb5ec7628d0a2d26d439a965731d12da118f9fc0897ac"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-discovery-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-discovery-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-discovery-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-discovery-15.0.33.Final-redhat-00001.jar?checksum=sha256%3A835778bb33c82577d7042e1c69c52433d5084c4aec524c67a2bb2fb686971c7e"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-domain-management-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-domain-management-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-domain-management-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-domain-management-15.0.33.Final-redhat-00001.jar?checksum=sha256%3A733e1540d53ad3606b8f6de5c7d216777cfa9fac67b4fa54325b68d8465aba7a"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-embedded-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-embedded-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-embedded-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-embedded-15.0.33.Final-redhat-00001.jar?checksum=sha256%3Af920002c47a3580a19a1d84a0c09f734d079f5566a94a8e91b079805d5e29ef7"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-version-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-version-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-version-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-version-15.0.33.Final-redhat-00001.jar?checksum=sha256%3A1f04450e4856f899711e079ecd8b4e7c1ae4d0bee65985fac53b7b4f8930d4bc"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-controller-client-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-controller-client-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-controller-client-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-controller-client-15.0.33.Final-redhat-00001.jar?checksum=sha256%3A35ebc48d3a055eddcd9e22086b703cd4973ca71d6560b08a84d91e01a9c747ad"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-protocol-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-protocol-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-protocol-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-protocol-15.0.33.Final-redhat-00001.jar?checksum=sha256%3A67797ccb83741c234b40d0a61662bd8df1a7061bb9db2a624d361274186711c4"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-deployment-repository-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-deployment-repository-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-deployment-repository-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-deployment-repository-15.0.33.Final-redhat-00001.jar?checksum=sha256%3A5baa0b42ae4f3ece86112252c54463373834bd38f475ad37a96f63c13d00a849"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-request-controller-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-request-controller-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-request-controller-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-request-controller-15.0.33.Final-redhat-00001.jar?checksum=sha256%3Acca68f673d37133093440b7a8879607e3fb72c9e30098e6a3844dda12f6551ef"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-threads-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-threads-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-threads-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-threads-15.0.33.Final-redhat-00001.jar?checksum=sha256%3A544c8f467ffd9823aca2bfb4087863908b212588891e2bfe90cf1d32f8840ada"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-patching-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-patching-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-patching-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-patching-15.0.33.Final-redhat-00001.jar?checksum=sha256%3Ab5979aa323eb2a4d32b08c196bd8be9cd595ef28dc1c1e97a085a717b7bc2c83"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-process-controller-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-process-controller-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-process-controller-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-process-controller-15.0.33.Final-redhat-00001.jar?checksum=sha256%3Aade4c7abfd8b778c8147ff1fedd271030afe8581f695356969253dceb77ed063"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-domain-http-interface-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-domain-http-interface-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-domain-http-interface-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-domain-http-interface-15.0.33.Final-redhat-00001.jar?checksum=sha256%3A81a4511954a3890cb31c93b8cdb072fe2c2b7c0cd573babede0d0b2f6b7b8a25"
}
}
},
{
"category": "product_version",
"name": "None.wildfly-core-management-subsystem-15.0.33.Final-redhat-00001.jar-None",
"product": {
"name": "None.wildfly-core-management-subsystem-15.0.33.Final-redhat-00001.jar-None",
"product_id": "None.wildfly-core-management-subsystem-15.0.33.Final-redhat-00001.jar-None",
"product_identification_helper": {
"purl": "pkg:generic/wildfly-core-management-subsystem-15.0.33.Final-redhat-00001.jar?checksum=sha256%3A694f92e4e4495db8042cf30aa2ebe73c6f86394af63892d3064f96de27a25c46"
}
}
},
{
"category": "product_version",
"name": "None.once-1.4.0",
"product": {
"name": "None.once-1.4.0",
"product_id": "None.once-1.4.0",
"product_identification_helper": {
"purl": "pkg:npm/once@1.4.0"
}
}
},
{
"category": "product_version",
"name": "None.json-schema-traverse-0.4.1",
"product": {
"name": "None.json-schema-traverse-0.4.1",
"product_id": "None.json-schema-traverse-0.4.1",
"product_identification_helper": {
"purl": "pkg:npm/json-schema-traverse@0.4.1"
}
}
},
{
"category": "product_version",
"name": "None.supports-color-2.0.0",
"product": {
"name": "None.supports-color-2.0.0",
"product_id": "None.supports-color-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/supports-color@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.is-fullwidth-code-point-2.0.0",
"product": {
"name": "None.is-fullwidth-code-point-2.0.0",
"product_id": "None.is-fullwidth-code-point-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/is-fullwidth-code-point@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.supports-color-5.5.0",
"product": {
"name": "None.supports-color-5.5.0",
"product_id": "None.supports-color-5.5.0",
"product_identification_helper": {
"purl": "pkg:npm/supports-color@5.5.0"
}
}
},
{
"category": "product_version",
"name": "None.caseless-0.12.0",
"product": {
"name": "None.caseless-0.12.0",
"product_id": "None.caseless-0.12.0",
"product_identification_helper": {
"purl": "pkg:npm/caseless@0.12.0"
}
}
},
{
"category": "product_version",
"name": "None.debug-2.6.9",
"product": {
"name": "None.debug-2.6.9",
"product_id": "None.debug-2.6.9",
"product_identification_helper": {
"purl": "pkg:npm/debug@2.6.9"
}
}
},
{
"category": "product_version",
"name": "None.resolve-1.11.1",
"product": {
"name": "None.resolve-1.11.1",
"product_id": "None.resolve-1.11.1",
"product_identification_helper": {
"purl": "pkg:npm/resolve@1.11.1"
}
}
},
{
"category": "product_version",
"name": "None.esprima-4.0.1",
"product": {
"name": "None.esprima-4.0.1",
"product_id": "None.esprima-4.0.1",
"product_identification_helper": {
"purl": "pkg:npm/esprima@4.0.1"
}
}
},
{
"category": "product_version",
"name": "None.source-map-0.6.1",
"product": {
"name": "None.source-map-0.6.1",
"product_id": "None.source-map-0.6.1",
"product_identification_helper": {
"purl": "pkg:npm/source-map@0.6.1"
}
}
},
{
"category": "product_version",
"name": "None.source-map-0.5.7",
"product": {
"name": "None.source-map-0.5.7",
"product_id": "None.source-map-0.5.7",
"product_identification_helper": {
"purl": "pkg:npm/source-map@0.5.7"
}
}
},
{
"category": "product_version",
"name": "None.ansi-regex-2.1.1",
"product": {
"name": "None.ansi-regex-2.1.1",
"product_id": "None.ansi-regex-2.1.1",
"product_identification_helper": {
"purl": "pkg:npm/ansi-regex@2.1.1"
}
}
},
{
"category": "product_version",
"name": "None.minimist-0.0.8",
"product": {
"name": "None.minimist-0.0.8",
"product_id": "None.minimist-0.0.8",
"product_identification_helper": {
"purl": "pkg:npm/minimist@0.0.8"
}
}
},
{
"category": "product_version",
"name": "None.ecc-jsbn-0.1.2",
"product": {
"name": "None.ecc-jsbn-0.1.2",
"product_id": "None.ecc-jsbn-0.1.2",
"product_identification_helper": {
"purl": "pkg:npm/ecc-jsbn@0.1.2"
}
}
},
{
"category": "product_version",
"name": "None.spdx-correct-3.1.0",
"product": {
"name": "None.spdx-correct-3.1.0",
"product_id": "None.spdx-correct-3.1.0",
"product_identification_helper": {
"purl": "pkg:npm/spdx-correct@3.1.0"
}
}
},
{
"category": "product_version",
"name": "None.pify-4.0.1",
"product": {
"name": "None.pify-4.0.1",
"product_id": "None.pify-4.0.1",
"product_identification_helper": {
"purl": "pkg:npm/pify@4.0.1"
}
}
},
{
"category": "product_version",
"name": "None.color-name-1.1.3",
"product": {
"name": "None.color-name-1.1.3",
"product_id": "None.color-name-1.1.3",
"product_identification_helper": {
"purl": "pkg:npm/color-name@1.1.3"
}
}
},
{
"category": "product_version",
"name": "None.balanced-match-1.0.0",
"product": {
"name": "None.balanced-match-1.0.0",
"product_id": "None.balanced-match-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/balanced-match@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.argparse-1.0.10",
"product": {
"name": "None.argparse-1.0.10",
"product_id": "None.argparse-1.0.10",
"product_identification_helper": {
"purl": "pkg:npm/argparse@1.0.10"
}
}
},
{
"category": "product_version",
"name": "None.aws4-1.8.0",
"product": {
"name": "None.aws4-1.8.0",
"product_id": "None.aws4-1.8.0",
"product_identification_helper": {
"purl": "pkg:npm/aws4@1.8.0"
}
}
},
{
"category": "product_version",
"name": "None.jsprim-1.4.1",
"product": {
"name": "None.jsprim-1.4.1",
"product_id": "None.jsprim-1.4.1",
"product_identification_helper": {
"purl": "pkg:npm/jsprim@1.4.1"
}
}
},
{
"category": "product_version",
"name": "None.path-is-absolute-1.0.1",
"product": {
"name": "None.path-is-absolute-1.0.1",
"product_id": "None.path-is-absolute-1.0.1",
"product_identification_helper": {
"purl": "pkg:npm/path-is-absolute@1.0.1"
}
}
},
{
"category": "product_version",
"name": "None.duplexer-0.1.1",
"product": {
"name": "None.duplexer-0.1.1",
"product_id": "None.duplexer-0.1.1",
"product_identification_helper": {
"purl": "pkg:npm/duplexer@0.1.1"
}
}
},
{
"category": "product_version",
"name": "None.p-try-1.0.0",
"product": {
"name": "None.p-try-1.0.0",
"product_id": "None.p-try-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/p-try@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.has-ansi-2.0.0",
"product": {
"name": "None.has-ansi-2.0.0",
"product_id": "None.has-ansi-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/has-ansi@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.domutils-1.5.1",
"product": {
"name": "None.domutils-1.5.1",
"product_id": "None.domutils-1.5.1",
"product_identification_helper": {
"purl": "pkg:npm/domutils@1.5.1"
}
}
},
{
"category": "product_version",
"name": "None.json-parse-better-errors-1.0.2",
"product": {
"name": "None.json-parse-better-errors-1.0.2",
"product_id": "None.json-parse-better-errors-1.0.2",
"product_identification_helper": {
"purl": "pkg:npm/json-parse-better-errors@1.0.2"
}
}
},
{
"category": "product_version",
"name": "None.performance-now-2.1.0",
"product": {
"name": "None.performance-now-2.1.0",
"product_id": "None.performance-now-2.1.0",
"product_identification_helper": {
"purl": "pkg:npm/performance-now@2.1.0"
}
}
},
{
"category": "product_version",
"name": "None.domhandler-2.3.0",
"product": {
"name": "None.domhandler-2.3.0",
"product_id": "None.domhandler-2.3.0",
"product_identification_helper": {
"purl": "pkg:npm/domhandler@2.3.0"
}
}
},
{
"category": "product_version",
"name": "None.js-yaml-3.13.1",
"product": {
"name": "None.js-yaml-3.13.1",
"product_id": "None.js-yaml-3.13.1",
"product_identification_helper": {
"purl": "pkg:npm/js-yaml@3.13.1"
}
}
},
{
"category": "product_version",
"name": "None.isarray-1.0.0",
"product": {
"name": "None.isarray-1.0.0",
"product_id": "None.isarray-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/isarray@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.htmlparser2-3.8.3",
"product": {
"name": "None.htmlparser2-3.8.3",
"product_id": "None.htmlparser2-3.8.3",
"product_identification_helper": {
"purl": "pkg:npm/htmlparser2@3.8.3"
}
}
},
{
"category": "product_version",
"name": "None.read-pkg-3.0.0",
"product": {
"name": "None.read-pkg-3.0.0",
"product_id": "None.read-pkg-3.0.0",
"product_identification_helper": {
"purl": "pkg:npm/read-pkg@3.0.0"
}
}
},
{
"category": "product_version",
"name": "None.fast-levenshtein-2.0.6",
"product": {
"name": "None.fast-levenshtein-2.0.6",
"product_id": "None.fast-levenshtein-2.0.6",
"product_identification_helper": {
"purl": "pkg:npm/fast-levenshtein@2.0.6"
}
}
},
{
"category": "product_version",
"name": "None.entities-1.0.0",
"product": {
"name": "None.entities-1.0.0",
"product_id": "None.entities-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/entities@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.jsesc-2.5.2",
"product": {
"name": "None.jsesc-2.5.2",
"product_id": "None.jsesc-2.5.2",
"product_identification_helper": {
"purl": "pkg:npm/jsesc@2.5.2"
}
}
},
{
"category": "product_version",
"name": "None.verror-1.10.0",
"product": {
"name": "None.verror-1.10.0",
"product_id": "None.verror-1.10.0",
"product_identification_helper": {
"purl": "pkg:npm/verror@1.10.0"
}
}
},
{
"category": "product_version",
"name": "None.assert-plus-1.0.0",
"product": {
"name": "None.assert-plus-1.0.0",
"product_id": "None.assert-plus-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/assert-plus@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.chalk-1.1.3",
"product": {
"name": "None.chalk-1.1.3",
"product_id": "None.chalk-1.1.3",
"product_identification_helper": {
"purl": "pkg:npm/chalk@1.1.3"
}
}
},
{
"category": "product_version",
"name": "None.ansi-styles-2.2.1",
"product": {
"name": "None.ansi-styles-2.2.1",
"product_id": "None.ansi-styles-2.2.1",
"product_identification_helper": {
"purl": "pkg:npm/ansi-styles@2.2.1"
}
}
},
{
"category": "product_version",
"name": "None.dashdash-1.14.1",
"product": {
"name": "None.dashdash-1.14.1",
"product_id": "None.dashdash-1.14.1",
"product_identification_helper": {
"purl": "pkg:npm/dashdash@1.14.1"
}
}
},
{
"category": "product_version",
"name": "None.strip-bom-3.0.0",
"product": {
"name": "None.strip-bom-3.0.0",
"product_id": "None.strip-bom-3.0.0",
"product_identification_helper": {
"purl": "pkg:npm/strip-bom@3.0.0"
}
}
},
{
"category": "product_version",
"name": "None.extend-3.0.2",
"product": {
"name": "None.extend-3.0.2",
"product_id": "None.extend-3.0.2",
"product_identification_helper": {
"purl": "pkg:npm/extend@3.0.2"
}
}
},
{
"category": "product_version",
"name": "None.tunnel-agent-0.6.0",
"product": {
"name": "None.tunnel-agent-0.6.0",
"product_id": "None.tunnel-agent-0.6.0",
"product_identification_helper": {
"purl": "pkg:npm/tunnel-agent@0.6.0"
}
}
},
{
"category": "product_version",
"name": "None.aws-sign2-0.7.0",
"product": {
"name": "None.aws-sign2-0.7.0",
"product_id": "None.aws-sign2-0.7.0",
"product_identification_helper": {
"purl": "pkg:npm/aws-sign2@0.7.0"
}
}
},
{
"category": "product_version",
"name": "None.json-schema-0.2.3",
"product": {
"name": "None.json-schema-0.2.3",
"product_id": "None.json-schema-0.2.3",
"product_identification_helper": {
"purl": "pkg:npm/json-schema@0.2.3"
}
}
},
{
"category": "product_version",
"name": "None.parse-json-4.0.0",
"product": {
"name": "None.parse-json-4.0.0",
"product_id": "None.parse-json-4.0.0",
"product_identification_helper": {
"purl": "pkg:npm/parse-json@4.0.0"
}
}
},
{
"category": "product_version",
"name": "None.punycode-2.1.1",
"product": {
"name": "None.punycode-2.1.1",
"product_id": "None.punycode-2.1.1",
"product_identification_helper": {
"purl": "pkg:npm/punycode@2.1.1"
}
}
},
{
"category": "product_version",
"name": "None.js-tokens-3.0.2",
"product": {
"name": "None.js-tokens-3.0.2",
"product_id": "None.js-tokens-3.0.2",
"product_identification_helper": {
"purl": "pkg:npm/js-tokens@3.0.2"
}
}
},
{
"category": "product_version",
"name": "None.find-up-2.1.0",
"product": {
"name": "None.find-up-2.1.0",
"product_id": "None.find-up-2.1.0",
"product_identification_helper": {
"purl": "pkg:npm/find-up@2.1.0"
}
}
},
{
"category": "product_version",
"name": "None.brace-expansion-1.1.11",
"product": {
"name": "None.brace-expansion-1.1.11",
"product_id": "None.brace-expansion-1.1.11",
"product_identification_helper": {
"purl": "pkg:npm/brace-expansion@1.1.11"
}
}
},
{
"category": "product_version",
"name": "None.sprintf-js-1.0.3",
"product": {
"name": "None.sprintf-js-1.0.3",
"product_id": "None.sprintf-js-1.0.3",
"product_identification_helper": {
"purl": "pkg:npm/sprintf-js@1.0.3"
}
}
},
{
"category": "product_version",
"name": "None.error-ex-1.3.2",
"product": {
"name": "None.error-ex-1.3.2",
"product_id": "None.error-ex-1.3.2",
"product_identification_helper": {
"purl": "pkg:npm/error-ex@1.3.2"
}
}
},
{
"category": "product_version",
"name": "None.request-2.88.0",
"product": {
"name": "None.request-2.88.0",
"product_id": "None.request-2.88.0",
"product_identification_helper": {
"purl": "pkg:npm/request@2.88.0"
}
}
},
{
"category": "product_version",
"name": "None.prelude-ls-1.1.2",
"product": {
"name": "None.prelude-ls-1.1.2",
"product_id": "None.prelude-ls-1.1.2",
"product_identification_helper": {
"purl": "pkg:npm/prelude-ls@1.1.2"
}
}
},
{
"category": "product_version",
"name": "None.delayed-stream-1.0.0",
"product": {
"name": "None.delayed-stream-1.0.0",
"product_id": "None.delayed-stream-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/delayed-stream@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.uri-js-4.2.2",
"product": {
"name": "None.uri-js-4.2.2",
"product_id": "None.uri-js-4.2.2",
"product_identification_helper": {
"purl": "pkg:npm/uri-js@4.2.2"
}
}
},
{
"category": "product_version",
"name": "None.forever-agent-0.6.1",
"product": {
"name": "None.forever-agent-0.6.1",
"product_id": "None.forever-agent-0.6.1",
"product_identification_helper": {
"purl": "pkg:npm/forever-agent@0.6.1"
}
}
},
{
"category": "product_version",
"name": "None.har-validator-5.1.3",
"product": {
"name": "None.har-validator-5.1.3",
"product_id": "None.har-validator-5.1.3",
"product_identification_helper": {
"purl": "pkg:npm/har-validator@5.1.3"
}
}
},
{
"category": "product_version",
"name": "None.is-buffer-2.0.3",
"product": {
"name": "None.is-buffer-2.0.3",
"product_id": "None.is-buffer-2.0.3",
"product_identification_helper": {
"purl": "pkg:npm/is-buffer@2.0.3"
}
}
},
{
"category": "product_version",
"name": "None.pify-3.0.0",
"product": {
"name": "None.pify-3.0.0",
"product_id": "None.pify-3.0.0",
"product_identification_helper": {
"purl": "pkg:npm/pify@3.0.0"
}
}
},
{
"category": "product_version",
"name": "None.ansi-regex-4.1.0",
"product": {
"name": "None.ansi-regex-4.1.0",
"product_id": "None.ansi-regex-4.1.0",
"product_identification_helper": {
"purl": "pkg:npm/ansi-regex@4.1.0"
}
}
},
{
"category": "product_version",
"name": "None.supports-color-6.1.0",
"product": {
"name": "None.supports-color-6.1.0",
"product_id": "None.supports-color-6.1.0",
"product_identification_helper": {
"purl": "pkg:npm/supports-color@6.1.0"
}
}
},
{
"category": "product_version",
"name": "None.debug-4.1.1",
"product": {
"name": "None.debug-4.1.1",
"product_id": "None.debug-4.1.1",
"product_identification_helper": {
"purl": "pkg:npm/debug@4.1.1"
}
}
},
{
"category": "product_version",
"name": "None.concat-map-0.0.1",
"product": {
"name": "None.concat-map-0.0.1",
"product_id": "None.concat-map-0.0.1",
"product_identification_helper": {
"purl": "pkg:npm/concat-map@0.0.1"
}
}
},
{
"category": "product_version",
"name": "None.wrappy-1.0.2",
"product": {
"name": "None.wrappy-1.0.2",
"product_id": "None.wrappy-1.0.2",
"product_identification_helper": {
"purl": "pkg:npm/wrappy@1.0.2"
}
}
},
{
"category": "product_version",
"name": "None.tough-cookie-2.4.3",
"product": {
"name": "None.tough-cookie-2.4.3",
"product_id": "None.tough-cookie-2.4.3",
"product_identification_helper": {
"purl": "pkg:npm/tough-cookie@2.4.3"
}
}
},
{
"category": "product_version",
"name": "None.parse-json-2.2.0",
"product": {
"name": "None.parse-json-2.2.0",
"product_id": "None.parse-json-2.2.0",
"product_identification_helper": {
"purl": "pkg:npm/parse-json@2.2.0"
}
}
},
{
"category": "product_version",
"name": "None.getpass-0.1.7",
"product": {
"name": "None.getpass-0.1.7",
"product_id": "None.getpass-0.1.7",
"product_identification_helper": {
"purl": "pkg:npm/getpass@0.1.7"
}
}
},
{
"category": "product_version",
"name": "None.abbrev-1.1.1",
"product": {
"name": "None.abbrev-1.1.1",
"product_id": "None.abbrev-1.1.1",
"product_identification_helper": {
"purl": "pkg:npm/abbrev@1.1.1"
}
}
},
{
"category": "product_version",
"name": "None.readable-stream-1.1.14",
"product": {
"name": "None.readable-stream-1.1.14",
"product_id": "None.readable-stream-1.1.14",
"product_identification_helper": {
"purl": "pkg:npm/readable-stream@1.1.14"
}
}
},
{
"category": "product_version",
"name": "None.loose-envify-1.4.0",
"product": {
"name": "None.loose-envify-1.4.0",
"product_id": "None.loose-envify-1.4.0",
"product_identification_helper": {
"purl": "pkg:npm/loose-envify@1.4.0"
}
}
},
{
"category": "product_version",
"name": "None.readable-stream-3.4.0",
"product": {
"name": "None.readable-stream-3.4.0",
"product_id": "None.readable-stream-3.4.0",
"product_identification_helper": {
"purl": "pkg:npm/readable-stream@3.4.0"
}
}
},
{
"category": "product_version",
"name": "None.rimraf-2.6.3",
"product": {
"name": "None.rimraf-2.6.3",
"product_id": "None.rimraf-2.6.3",
"product_identification_helper": {
"purl": "pkg:npm/rimraf@2.6.3"
}
}
},
{
"category": "product_version",
"name": "None.oauth-sign-0.9.0",
"product": {
"name": "None.oauth-sign-0.9.0",
"product_id": "None.oauth-sign-0.9.0",
"product_identification_helper": {
"purl": "pkg:npm/oauth-sign@0.9.0"
}
}
},
{
"category": "product_version",
"name": "None.marked-0.7.0",
"product": {
"name": "None.marked-0.7.0",
"product_id": "None.marked-0.7.0",
"product_identification_helper": {
"purl": "pkg:npm/marked@0.7.0"
}
}
},
{
"category": "product_version",
"name": "None.babel-code-frame-6.26.0",
"product": {
"name": "None.babel-code-frame-6.26.0",
"product_id": "None.babel-code-frame-6.26.0",
"product_identification_helper": {
"purl": "pkg:npm/babel-code-frame@6.26.0"
}
}
},
{
"category": "product_version",
"name": "None.p-locate-2.0.0",
"product": {
"name": "None.p-locate-2.0.0",
"product_id": "None.p-locate-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/p-locate@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.levn-0.3.0",
"product": {
"name": "None.levn-0.3.0",
"product_id": "None.levn-0.3.0",
"product_identification_helper": {
"purl": "pkg:npm/levn@0.3.0"
}
}
},
{
"category": "product_version",
"name": "None.path-exists-3.0.0",
"product": {
"name": "None.path-exists-3.0.0",
"product_id": "None.path-exists-3.0.0",
"product_identification_helper": {
"purl": "pkg:npm/path-exists@3.0.0"
}
}
},
{
"category": "product_version",
"name": "None.uniq-1.0.1",
"product": {
"name": "None.uniq-1.0.1",
"product_id": "None.uniq-1.0.1",
"product_identification_helper": {
"purl": "pkg:npm/uniq@1.0.1"
}
}
},
{
"category": "product_version",
"name": "None.is-arrayish-0.2.1",
"product": {
"name": "None.is-arrayish-0.2.1",
"product_id": "None.is-arrayish-0.2.1",
"product_identification_helper": {
"purl": "pkg:npm/is-arrayish@0.2.1"
}
}
},
{
"category": "product_version",
"name": "None.inflight-1.0.6",
"product": {
"name": "None.inflight-1.0.6",
"product_id": "None.inflight-1.0.6",
"product_identification_helper": {
"purl": "pkg:npm/inflight@1.0.6"
}
}
},
{
"category": "product_version",
"name": "None.fast-deep-equal-2.0.1",
"product": {
"name": "None.fast-deep-equal-2.0.1",
"product_id": "None.fast-deep-equal-2.0.1",
"product_identification_helper": {
"purl": "pkg:npm/fast-deep-equal@2.0.1"
}
}
},
{
"category": "product_version",
"name": "None.form-data-2.3.3",
"product": {
"name": "None.form-data-2.3.3",
"product_id": "None.form-data-2.3.3",
"product_identification_helper": {
"purl": "pkg:npm/form-data@2.3.3"
}
}
},
{
"category": "product_version",
"name": "None.locate-path-2.0.0",
"product": {
"name": "None.locate-path-2.0.0",
"product_id": "None.locate-path-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/locate-path@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.escape-html-1.0.3",
"product": {
"name": "None.escape-html-1.0.3",
"product_id": "None.escape-html-1.0.3",
"product_identification_helper": {
"purl": "pkg:npm/escape-html@1.0.3"
}
}
},
{
"category": "product_version",
"name": "None.mime-db-1.40.0",
"product": {
"name": "None.mime-db-1.40.0",
"product_id": "None.mime-db-1.40.0",
"product_identification_helper": {
"purl": "pkg:npm/mime-db@1.40.0"
}
}
},
{
"category": "product_version",
"name": "None.isstream-0.1.2",
"product": {
"name": "None.isstream-0.1.2",
"product_id": "None.isstream-0.1.2",
"product_identification_helper": {
"purl": "pkg:npm/isstream@0.1.2"
}
}
},
{
"category": "product_version",
"name": "None.optionator-0.8.2",
"product": {
"name": "None.optionator-0.8.2",
"product_id": "None.optionator-0.8.2",
"product_identification_helper": {
"purl": "pkg:npm/optionator@0.8.2"
}
}
},
{
"category": "product_version",
"name": "None.core-util-is-1.0.2",
"product": {
"name": "None.core-util-is-1.0.2",
"product_id": "None.core-util-is-1.0.2",
"product_identification_helper": {
"purl": "pkg:npm/core-util-is@1.0.2"
}
}
},
{
"category": "product_version",
"name": "None.domhandler-2.4.2",
"product": {
"name": "None.domhandler-2.4.2",
"product_id": "None.domhandler-2.4.2",
"product_identification_helper": {
"purl": "pkg:npm/domhandler@2.4.2"
}
}
},
{
"category": "product_version",
"name": "None.escape-string-regexp-1.0.5",
"product": {
"name": "None.escape-string-regexp-1.0.5",
"product_id": "None.escape-string-regexp-1.0.5",
"product_identification_helper": {
"purl": "pkg:npm/escape-string-regexp@1.0.5"
}
}
},
{
"category": "product_version",
"name": "None.fast-json-stable-stringify-2.0.0",
"product": {
"name": "None.fast-json-stable-stringify-2.0.0",
"product_id": "None.fast-json-stable-stringify-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/fast-json-stable-stringify@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.trim-right-1.0.1",
"product": {
"name": "None.trim-right-1.0.1",
"product_id": "None.trim-right-1.0.1",
"product_identification_helper": {
"purl": "pkg:npm/trim-right@1.0.1"
}
}
},
{
"category": "product_version",
"name": "None.iconv-lite-0.4.24",
"product": {
"name": "None.iconv-lite-0.4.24",
"product_id": "None.iconv-lite-0.4.24",
"product_identification_helper": {
"purl": "pkg:npm/iconv-lite@0.4.24"
}
}
},
{
"category": "product_version",
"name": "None.os-tmpdir-1.0.2",
"product": {
"name": "None.os-tmpdir-1.0.2",
"product_id": "None.os-tmpdir-1.0.2",
"product_identification_helper": {
"purl": "pkg:npm/os-tmpdir@1.0.2"
}
}
},
{
"category": "product_version",
"name": "None.util-deprecate-1.0.2",
"product": {
"name": "None.util-deprecate-1.0.2",
"product_id": "None.util-deprecate-1.0.2",
"product_identification_helper": {
"purl": "pkg:npm/util-deprecate@1.0.2"
}
}
},
{
"category": "product_version",
"name": "None.ms-2.1.2",
"product": {
"name": "None.ms-2.1.2",
"product_id": "None.ms-2.1.2",
"product_identification_helper": {
"purl": "pkg:npm/ms@2.1.2"
}
}
},
{
"category": "product_version",
"name": "None.has-flag-3.0.0",
"product": {
"name": "None.has-flag-3.0.0",
"product_id": "None.has-flag-3.0.0",
"product_identification_helper": {
"purl": "pkg:npm/has-flag@3.0.0"
}
}
},
{
"category": "product_version",
"name": "None.tweetnacl-0.14.5",
"product": {
"name": "None.tweetnacl-0.14.5",
"product_id": "None.tweetnacl-0.14.5",
"product_identification_helper": {
"purl": "pkg:npm/tweetnacl@0.14.5"
}
}
},
{
"category": "product_version",
"name": "None.safer-buffer-2.1.2",
"product": {
"name": "None.safer-buffer-2.1.2",
"product_id": "None.safer-buffer-2.1.2",
"product_identification_helper": {
"purl": "pkg:npm/safer-buffer@2.1.2"
}
}
},
{
"category": "product_version",
"name": "None.bcrypt-pbkdf-1.0.2",
"product": {
"name": "None.bcrypt-pbkdf-1.0.2",
"product_id": "None.bcrypt-pbkdf-1.0.2",
"product_identification_helper": {
"purl": "pkg:npm/bcrypt-pbkdf@1.0.2"
}
}
},
{
"category": "product_version",
"name": "None.wordwrap-1.0.0",
"product": {
"name": "None.wordwrap-1.0.0",
"product_id": "None.wordwrap-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/wordwrap@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.json-stringify-safe-5.0.1",
"product": {
"name": "None.json-stringify-safe-5.0.1",
"product_id": "None.json-stringify-safe-5.0.1",
"product_identification_helper": {
"purl": "pkg:npm/json-stringify-safe@5.0.1"
}
}
},
{
"category": "product_version",
"name": "None.entities-1.1.2",
"product": {
"name": "None.entities-1.1.2",
"product_id": "None.entities-1.1.2",
"product_identification_helper": {
"purl": "pkg:npm/entities@1.1.2"
}
}
},
{
"category": "product_version",
"name": "None.pinkie-promise-2.0.1",
"product": {
"name": "None.pinkie-promise-2.0.1",
"product_id": "None.pinkie-promise-2.0.1",
"product_identification_helper": {
"purl": "pkg:npm/pinkie-promise@2.0.1"
}
}
},
{
"category": "product_version",
"name": "None.htmlparser2-3.10.1",
"product": {
"name": "None.htmlparser2-3.10.1",
"product_id": "None.htmlparser2-3.10.1",
"product_identification_helper": {
"purl": "pkg:npm/htmlparser2@3.10.1"
}
}
},
{
"category": "product_version",
"name": "None.load-json-file-4.0.0",
"product": {
"name": "None.load-json-file-4.0.0",
"product_id": "None.load-json-file-4.0.0",
"product_identification_helper": {
"purl": "pkg:npm/load-json-file@4.0.0"
}
}
},
{
"category": "product_version",
"name": "None.commander-2.20.0",
"product": {
"name": "None.commander-2.20.0",
"product_id": "None.commander-2.20.0",
"product_identification_helper": {
"purl": "pkg:npm/commander@2.20.0"
}
}
},
{
"category": "product_version",
"name": "None.color-convert-1.9.3",
"product": {
"name": "None.color-convert-1.9.3",
"product_id": "None.color-convert-1.9.3",
"product_identification_helper": {
"purl": "pkg:npm/color-convert@1.9.3"
}
}
},
{
"category": "product_version",
"name": "None.asynckit-0.4.0",
"product": {
"name": "None.asynckit-0.4.0",
"product_id": "None.asynckit-0.4.0",
"product_identification_helper": {
"purl": "pkg:npm/asynckit@0.4.0"
}
}
},
{
"category": "product_version",
"name": "None.path-parse-1.0.6",
"product": {
"name": "None.path-parse-1.0.6",
"product_id": "None.path-parse-1.0.6",
"product_identification_helper": {
"purl": "pkg:npm/path-parse@1.0.6"
}
}
},
{
"category": "product_version",
"name": "None.mime-1.6.0",
"product": {
"name": "None.mime-1.6.0",
"product_id": "None.mime-1.6.0",
"product_identification_helper": {
"purl": "pkg:npm/mime@1.6.0"
}
}
},
{
"category": "product_version",
"name": "None.spdx-expression-parse-3.0.0",
"product": {
"name": "None.spdx-expression-parse-3.0.0",
"product_id": "None.spdx-expression-parse-3.0.0",
"product_identification_helper": {
"purl": "pkg:npm/spdx-expression-parse@3.0.0"
}
}
},
{
"category": "product_version",
"name": "None.convert-source-map-1.6.0",
"product": {
"name": "None.convert-source-map-1.6.0",
"product_id": "None.convert-source-map-1.6.0",
"product_identification_helper": {
"purl": "pkg:npm/convert-source-map@1.6.0"
}
}
},
{
"category": "product_version",
"name": "None.string_decoder-0.10.31",
"product": {
"name": "None.string_decoder-0.10.31",
"product_id": "None.string_decoder-0.10.31",
"product_identification_helper": {
"purl": "pkg:npm/string_decoder@0.10.31"
}
}
},
{
"category": "product_version",
"name": "None.is-typedarray-1.0.0",
"product": {
"name": "None.is-typedarray-1.0.0",
"product_id": "None.is-typedarray-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/is-typedarray@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.ansi-styles-3.2.1",
"product": {
"name": "None.ansi-styles-3.2.1",
"product_id": "None.ansi-styles-3.2.1",
"product_identification_helper": {
"purl": "pkg:npm/ansi-styles@3.2.1"
}
}
},
{
"category": "product_version",
"name": "None.strip-ansi-5.2.0",
"product": {
"name": "None.strip-ansi-5.2.0",
"product_id": "None.strip-ansi-5.2.0",
"product_identification_helper": {
"purl": "pkg:npm/strip-ansi@5.2.0"
}
}
},
{
"category": "product_version",
"name": "None.safe-buffer-5.1.2",
"product": {
"name": "None.safe-buffer-5.1.2",
"product_id": "None.safe-buffer-5.1.2",
"product_identification_helper": {
"purl": "pkg:npm/safe-buffer@5.1.2"
}
}
},
{
"category": "product_version",
"name": "None.imurmurhash-0.1.4",
"product": {
"name": "None.imurmurhash-0.1.4",
"product_id": "None.imurmurhash-0.1.4",
"product_identification_helper": {
"purl": "pkg:npm/imurmurhash@0.1.4"
}
}
},
{
"category": "product_version",
"name": "None.normalize-package-data-2.5.0",
"product": {
"name": "None.normalize-package-data-2.5.0",
"product_id": "None.normalize-package-data-2.5.0",
"product_identification_helper": {
"purl": "pkg:npm/normalize-package-data@2.5.0"
}
}
},
{
"category": "product_version",
"name": "None.emoji-regex-7.0.3",
"product": {
"name": "None.emoji-regex-7.0.3",
"product_id": "None.emoji-regex-7.0.3",
"product_identification_helper": {
"purl": "pkg:npm/emoji-regex@7.0.3"
}
}
},
{
"category": "product_version",
"name": "None.deep-is-0.1.3",
"product": {
"name": "None.deep-is-0.1.3",
"product_id": "None.deep-is-0.1.3",
"product_identification_helper": {
"purl": "pkg:npm/deep-is@0.1.3"
}
}
},
{
"category": "product_version",
"name": "None.pify-2.3.0",
"product": {
"name": "None.pify-2.3.0",
"product_id": "None.pify-2.3.0",
"product_identification_helper": {
"purl": "pkg:npm/pify@2.3.0"
}
}
},
{
"category": "product_version",
"name": "None.debug-3.2.6",
"product": {
"name": "None.debug-3.2.6",
"product_id": "None.debug-3.2.6",
"product_identification_helper": {
"purl": "pkg:npm/debug@3.2.6"
}
}
},
{
"category": "product_version",
"name": "None.spdx-exceptions-2.2.0",
"product": {
"name": "None.spdx-exceptions-2.2.0",
"product_id": "None.spdx-exceptions-2.2.0",
"product_identification_helper": {
"purl": "pkg:npm/spdx-exceptions@2.2.0"
}
}
},
{
"category": "product_version",
"name": "None.p-limit-1.3.0",
"product": {
"name": "None.p-limit-1.3.0",
"product_id": "None.p-limit-1.3.0",
"product_identification_helper": {
"purl": "pkg:npm/p-limit@1.3.0"
}
}
},
{
"category": "product_version",
"name": "None.combined-stream-1.0.8",
"product": {
"name": "None.combined-stream-1.0.8",
"product_id": "None.combined-stream-1.0.8",
"product_identification_helper": {
"purl": "pkg:npm/combined-stream@1.0.8"
}
}
},
{
"category": "product_version",
"name": "None.string-width-3.1.0",
"product": {
"name": "None.string-width-3.1.0",
"product_id": "None.string-width-3.1.0",
"product_identification_helper": {
"purl": "pkg:npm/string-width@3.1.0"
}
}
},
{
"category": "product_version",
"name": "None.extsprintf-1.3.0",
"product": {
"name": "None.extsprintf-1.3.0",
"product_id": "None.extsprintf-1.3.0",
"product_identification_helper": {
"purl": "pkg:npm/extsprintf@1.3.0"
}
}
},
{
"category": "product_version",
"name": "None.asn1-0.2.4",
"product": {
"name": "None.asn1-0.2.4",
"product_id": "None.asn1-0.2.4",
"product_identification_helper": {
"purl": "pkg:npm/asn1@0.2.4"
}
}
},
{
"category": "product_version",
"name": "None.xtend-4.0.2",
"product": {
"name": "None.xtend-4.0.2",
"product_id": "None.xtend-4.0.2",
"product_identification_helper": {
"purl": "pkg:npm/xtend@4.0.2"
}
}
},
{
"category": "product_version",
"name": "None.exit-0.1.2",
"product": {
"name": "None.exit-0.1.2",
"product_id": "None.exit-0.1.2",
"product_identification_helper": {
"purl": "pkg:npm/exit@0.1.2"
}
}
},
{
"category": "product_version",
"name": "None.fs.realpath-1.0.0",
"product": {
"name": "None.fs.realpath-1.0.0",
"product_id": "None.fs.realpath-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/fs.realpath@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.domelementtype-1.3.1",
"product": {
"name": "None.domelementtype-1.3.1",
"product_id": "None.domelementtype-1.3.1",
"product_identification_helper": {
"purl": "pkg:npm/domelementtype@1.3.1"
}
}
},
{
"category": "product_version",
"name": "None.os-homedir-1.0.2",
"product": {
"name": "None.os-homedir-1.0.2",
"product_id": "None.os-homedir-1.0.2",
"product_identification_helper": {
"purl": "pkg:npm/os-homedir@1.0.2"
}
}
},
{
"category": "product_version",
"name": "None.isarray-0.0.1",
"product": {
"name": "None.isarray-0.0.1",
"product_id": "None.isarray-0.0.1",
"product_identification_helper": {
"purl": "pkg:npm/isarray@0.0.1"
}
}
},
{
"category": "product_version",
"name": "None.js-tokens-4.0.0",
"product": {
"name": "None.js-tokens-4.0.0",
"product_id": "None.js-tokens-4.0.0",
"product_identification_helper": {
"purl": "pkg:npm/js-tokens@4.0.0"
}
}
},
{
"category": "product_version",
"name": "None.minimatch-3.0.4",
"product": {
"name": "None.minimatch-3.0.4",
"product_id": "None.minimatch-3.0.4",
"product_identification_helper": {
"purl": "pkg:npm/minimatch@3.0.4"
}
}
},
{
"category": "product_version",
"name": "None.ignore-4.0.6",
"product": {
"name": "None.ignore-4.0.6",
"product_id": "None.ignore-4.0.6",
"product_identification_helper": {
"purl": "pkg:npm/ignore@4.0.6"
}
}
},
{
"category": "product_version",
"name": "None.mkdirp-0.5.1",
"product": {
"name": "None.mkdirp-0.5.1",
"product_id": "None.mkdirp-0.5.1",
"product_identification_helper": {
"purl": "pkg:npm/mkdirp@0.5.1"
}
}
},
{
"category": "product_version",
"name": "None.to-fast-properties-2.0.0",
"product": {
"name": "None.to-fast-properties-2.0.0",
"product_id": "None.to-fast-properties-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/to-fast-properties@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.globals-11.12.0",
"product": {
"name": "None.globals-11.12.0",
"product_id": "None.globals-11.12.0",
"product_identification_helper": {
"purl": "pkg:npm/globals@11.12.0"
}
}
},
{
"category": "product_version",
"name": "None.qs-6.5.2",
"product": {
"name": "None.qs-6.5.2",
"product_id": "None.qs-6.5.2",
"product_identification_helper": {
"purl": "pkg:npm/qs@6.5.2"
}
}
},
{
"category": "product_version",
"name": "None.path-type-3.0.0",
"product": {
"name": "None.path-type-3.0.0",
"product_id": "None.path-type-3.0.0",
"product_identification_helper": {
"purl": "pkg:npm/path-type@3.0.0"
}
}
},
{
"category": "product_version",
"name": "None.isexe-2.0.0",
"product": {
"name": "None.isexe-2.0.0",
"product_id": "None.isexe-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/isexe@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.pinkie-2.0.4",
"product": {
"name": "None.pinkie-2.0.4",
"product_id": "None.pinkie-2.0.4",
"product_identification_helper": {
"purl": "pkg:npm/pinkie@2.0.4"
}
}
},
{
"category": "product_version",
"name": "None.which-1.3.1",
"product": {
"name": "None.which-1.3.1",
"product_id": "None.which-1.3.1",
"product_identification_helper": {
"purl": "pkg:npm/which@1.3.1"
}
}
},
{
"category": "product_version",
"name": "None.punycode-1.4.1",
"product": {
"name": "None.punycode-1.4.1",
"product_id": "None.punycode-1.4.1",
"product_identification_helper": {
"purl": "pkg:npm/punycode@1.4.1"
}
}
},
{
"category": "product_version",
"name": "None.depd-1.1.2",
"product": {
"name": "None.depd-1.1.2",
"product_id": "None.depd-1.1.2",
"product_identification_helper": {
"purl": "pkg:npm/depd@1.1.2"
}
}
},
{
"category": "product_version",
"name": "None.sshpk-1.16.1",
"product": {
"name": "None.sshpk-1.16.1",
"product_id": "None.sshpk-1.16.1",
"product_identification_helper": {
"purl": "pkg:npm/sshpk@1.16.1"
}
}
},
{
"category": "product_version",
"name": "None.sax-1.2.4",
"product": {
"name": "None.sax-1.2.4",
"product_id": "None.sax-1.2.4",
"product_identification_helper": {
"purl": "pkg:npm/sax@1.2.4"
}
}
},
{
"category": "product_version",
"name": "None.type-check-0.3.2",
"product": {
"name": "None.type-check-0.3.2",
"product_id": "None.type-check-0.3.2",
"product_identification_helper": {
"purl": "pkg:npm/type-check@0.3.2"
}
}
},
{
"category": "product_version",
"name": "None.string_decoder-1.1.1",
"product": {
"name": "None.string_decoder-1.1.1",
"product_id": "None.string_decoder-1.1.1",
"product_identification_helper": {
"purl": "pkg:npm/string_decoder@1.1.1"
}
}
},
{
"category": "product_version",
"name": "None.object-assign-4.1.1",
"product": {
"name": "None.object-assign-4.1.1",
"product_id": "None.object-assign-4.1.1",
"product_identification_helper": {
"purl": "pkg:npm/object-assign@4.1.1"
}
}
},
{
"category": "product_version",
"name": "None.jsbn-0.1.1",
"product": {
"name": "None.jsbn-0.1.1",
"product_id": "None.jsbn-0.1.1",
"product_identification_helper": {
"purl": "pkg:npm/jsbn@0.1.1"
}
}
},
{
"category": "product_version",
"name": "None.http-signature-1.2.0",
"product": {
"name": "None.http-signature-1.2.0",
"product_id": "None.http-signature-1.2.0",
"product_identification_helper": {
"purl": "pkg:npm/http-signature@1.2.0"
}
}
},
{
"category": "product_version",
"name": "None.chalk-2.4.2",
"product": {
"name": "None.chalk-2.4.2",
"product_id": "None.chalk-2.4.2",
"product_identification_helper": {
"purl": "pkg:npm/chalk@2.4.2"
}
}
},
{
"category": "product_version",
"name": "None.har-schema-2.0.0",
"product": {
"name": "None.har-schema-2.0.0",
"product_id": "None.har-schema-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/har-schema@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.array-uniq-1.0.3",
"product": {
"name": "None.array-uniq-1.0.3",
"product_id": "None.array-uniq-1.0.3",
"product_identification_helper": {
"purl": "pkg:npm/array-uniq@1.0.3"
}
}
},
{
"category": "product_version",
"name": "None.ms-2.0.0",
"product": {
"name": "None.ms-2.0.0",
"product_id": "None.ms-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/ms@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.strip-ansi-3.0.1",
"product": {
"name": "None.strip-ansi-3.0.1",
"product_id": "None.strip-ansi-3.0.1",
"product_identification_helper": {
"purl": "pkg:npm/strip-ansi@3.0.1"
}
}
},
{
"category": "product_version",
"name": "None.decamelize-1.2.0",
"product": {
"name": "None.decamelize-1.2.0",
"product_id": "None.decamelize-1.2.0",
"product_identification_helper": {
"purl": "pkg:npm/decamelize@1.2.0"
}
}
},
{
"category": "product_version",
"name": "None.validate-npm-package-license-3.0.4",
"product": {
"name": "None.validate-npm-package-license-3.0.4",
"product_id": "None.validate-npm-package-license-3.0.4",
"product_identification_helper": {
"purl": "pkg:npm/validate-npm-package-license@3.0.4"
}
}
},
{
"category": "product_version",
"name": "None.array-union-1.0.2",
"product": {
"name": "None.array-union-1.0.2",
"product_id": "None.array-union-1.0.2",
"product_identification_helper": {
"purl": "pkg:npm/array-union@1.0.2"
}
}
},
{
"category": "product_version",
"name": "None.wordwrap-0.0.3",
"product": {
"name": "None.wordwrap-0.0.3",
"product_id": "None.wordwrap-0.0.3",
"product_identification_helper": {
"purl": "pkg:npm/wordwrap@0.0.3"
}
}
},
{
"category": "product_version",
"name": "None.inherits-2.0.4",
"product": {
"name": "None.inherits-2.0.4",
"product_id": "None.inherits-2.0.4",
"product_identification_helper": {
"purl": "pkg:npm/inherits@2.0.4"
}
}
},
{
"category": "product_version",
"name": "None.set-blocking-2.0.0",
"product": {
"name": "None.set-blocking-2.0.0",
"product_id": "None.set-blocking-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/set-blocking@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.number-is-nan-1.0.1",
"product": {
"name": "None.number-is-nan-1.0.1",
"product_id": "None.number-is-nan-1.0.1",
"product_identification_helper": {
"purl": "pkg:npm/number-is-nan@1.0.1"
}
}
},
{
"category": "product_version",
"name": "None.minimist-1.2.0",
"product": {
"name": "None.minimist-1.2.0",
"product_id": "None.minimist-1.2.0",
"product_identification_helper": {
"purl": "pkg:npm/minimist@1.2.0"
}
}
},
{
"category": "product_version",
"name": "None.glob-7.1.4",
"product": {
"name": "None.glob-7.1.4",
"product_id": "None.glob-7.1.4",
"product_identification_helper": {
"purl": "pkg:npm/glob@7.1.4"
}
}
},
{
"category": "product_version",
"name": "None.mime-types-2.1.24",
"product": {
"name": "None.mime-types-2.1.24",
"product_id": "None.mime-types-2.1.24",
"product_identification_helper": {
"purl": "pkg:npm/mime-types@2.1.24"
}
}
},
{
"category": "product_version",
"name": "@babel.helper-get-function-arity-7.0.0",
"product": {
"name": "@babel.helper-get-function-arity-7.0.0",
"product_id": "@babel.helper-get-function-arity-7.0.0",
"product_identification_helper": {
"purl": "pkg:npm/%40babel/helper-get-function-arity@7.0.0"
}
}
},
{
"category": "product_version",
"name": "@babel.helper-function-name-7.1.0",
"product": {
"name": "@babel.helper-function-name-7.1.0",
"product_id": "@babel.helper-function-name-7.1.0",
"product_identification_helper": {
"purl": "pkg:npm/%40babel/helper-function-name@7.1.0"
}
}
},
{
"category": "product_version",
"name": "@types.glob-7.1.1",
"product": {
"name": "@types.glob-7.1.1",
"product_id": "@types.glob-7.1.1",
"product_identification_helper": {
"purl": "pkg:npm/%40types/glob@7.1.1"
}
}
},
{
"category": "product_version",
"name": "@types.minimatch-3.0.3",
"product": {
"name": "@types.minimatch-3.0.3",
"product_id": "@types.minimatch-3.0.3",
"product_identification_helper": {
"purl": "pkg:npm/%40types/minimatch@3.0.3"
}
}
},
{
"category": "product_version",
"name": "@babel.helper-split-export-declaration-7.4.4",
"product": {
"name": "@babel.helper-split-export-declaration-7.4.4",
"product_id": "@babel.helper-split-export-declaration-7.4.4",
"product_identification_helper": {
"purl": "pkg:npm/%40babel/helper-split-export-declaration@7.4.4"
}
}
},
{
"category": "product_version",
"name": "@types.events-3.0.0",
"product": {
"name": "@types.events-3.0.0",
"product_id": "@types.events-3.0.0",
"product_identification_helper": {
"purl": "pkg:npm/%40types/events@3.0.0"
}
}
},
{
"category": "product_version",
"name": "None.esprima-3.1.3",
"product": {
"name": "None.esprima-3.1.3",
"product_id": "None.esprima-3.1.3",
"product_identification_helper": {
"purl": "pkg:npm/esprima@3.1.3"
}
}
},
{
"category": "product_version",
"name": "None.to-regex-3.0.2",
"product": {
"name": "None.to-regex-3.0.2",
"product_id": "None.to-regex-3.0.2",
"product_identification_helper": {
"purl": "pkg:npm/to-regex@3.0.2"
}
}
},
{
"category": "product_version",
"name": "None.osenv-0.1.5",
"product": {
"name": "None.osenv-0.1.5",
"product_id": "None.osenv-0.1.5",
"product_identification_helper": {
"purl": "pkg:npm/osenv@0.1.5"
}
}
},
{
"category": "product_version",
"name": "None.bootstrap-slider-9.10.0",
"product": {
"name": "None.bootstrap-slider-9.10.0",
"product_id": "None.bootstrap-slider-9.10.0",
"product_identification_helper": {
"purl": "pkg:npm/bootstrap-slider@9.10.0"
}
}
},
{
"category": "product_version",
"name": "None.is-plain-object-2.0.4",
"product": {
"name": "None.is-plain-object-2.0.4",
"product_id": "None.is-plain-object-2.0.4",
"product_identification_helper": {
"purl": "pkg:npm/is-plain-object@2.0.4"
}
}
},
{
"category": "product_version",
"name": "None.glob-parent-3.1.0",
"product": {
"name": "None.glob-parent-3.1.0",
"product_id": "None.glob-parent-3.1.0",
"product_identification_helper": {
"purl": "pkg:npm/glob-parent@3.1.0"
}
}
},
{
"category": "product_version",
"name": "@babel.highlight-7.0.0",
"product": {
"name": "@babel.highlight-7.0.0",
"product_id": "@babel.highlight-7.0.0",
"product_identification_helper": {
"purl": "pkg:npm/%40babel/highlight@7.0.0"
}
}
},
{
"category": "product_version",
"name": "None.arr-diff-4.0.0",
"product": {
"name": "None.arr-diff-4.0.0",
"product_id": "None.arr-diff-4.0.0",
"product_identification_helper": {
"purl": "pkg:npm/arr-diff@4.0.0"
}
}
},
{
"category": "product_version",
"name": "None.dot-prop-4.2.0",
"product": {
"name": "None.dot-prop-4.2.0",
"product_id": "None.dot-prop-4.2.0",
"product_identification_helper": {
"purl": "pkg:npm/dot-prop@4.2.0"
}
}
},
{
"category": "product_version",
"name": "None.snapdragon-0.8.2",
"product": {
"name": "None.snapdragon-0.8.2",
"product_id": "None.snapdragon-0.8.2",
"product_identification_helper": {
"purl": "pkg:npm/snapdragon@0.8.2"
}
}
},
{
"category": "product_version",
"name": "None.font-awesome-sass-4.7.0",
"product": {
"name": "None.font-awesome-sass-4.7.0",
"product_id": "None.font-awesome-sass-4.7.0",
"product_identification_helper": {
"purl": "pkg:npm/font-awesome-sass@4.7.0"
}
}
},
{
"category": "product_version",
"name": "None.split-string-3.1.0",
"product": {
"name": "None.split-string-3.1.0",
"product_id": "None.split-string-3.1.0",
"product_identification_helper": {
"purl": "pkg:npm/split-string@3.1.0"
}
}
},
{
"category": "product_version",
"name": "None.is-extendable-1.0.1",
"product": {
"name": "None.is-extendable-1.0.1",
"product_id": "None.is-extendable-1.0.1",
"product_identification_helper": {
"purl": "pkg:npm/is-extendable@1.0.1"
}
}
},
{
"category": "product_version",
"name": "None.http-parser-js-0.4.10",
"product": {
"name": "None.http-parser-js-0.4.10",
"product_id": "None.http-parser-js-0.4.10",
"product_identification_helper": {
"purl": "pkg:npm/http-parser-js@0.4.10"
}
}
},
{
"category": "product_version",
"name": "None.collection-visit-1.0.0",
"product": {
"name": "None.collection-visit-1.0.0",
"product_id": "None.collection-visit-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/collection-visit@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.clean-css-4.2.1",
"product": {
"name": "None.clean-css-4.2.1",
"product_id": "None.clean-css-4.2.1",
"product_identification_helper": {
"purl": "pkg:npm/clean-css@4.2.1"
}
}
},
{
"category": "product_version",
"name": "@nodelib.fs.stat-1.1.3",
"product": {
"name": "@nodelib.fs.stat-1.1.3",
"product_id": "@nodelib.fs.stat-1.1.3",
"product_identification_helper": {
"purl": "pkg:npm/%40nodelib/fs.stat@1.1.3"
}
}
},
{
"category": "product_version",
"name": "None.merge2-1.2.3",
"product": {
"name": "None.merge2-1.2.3",
"product_id": "None.merge2-1.2.3",
"product_identification_helper": {
"purl": "pkg:npm/merge2@1.2.3"
}
}
},
{
"category": "product_version",
"name": "None.is-descriptor-1.0.2",
"product": {
"name": "None.is-descriptor-1.0.2",
"product_id": "None.is-descriptor-1.0.2",
"product_identification_helper": {
"purl": "pkg:npm/is-descriptor@1.0.2"
}
}
},
{
"category": "product_version",
"name": "None.is-buffer-1.1.6",
"product": {
"name": "None.is-buffer-1.1.6",
"product_id": "None.is-buffer-1.1.6",
"product_identification_helper": {
"purl": "pkg:npm/is-buffer@1.1.6"
}
}
},
{
"category": "product_version",
"name": "None.unset-value-1.0.0",
"product": {
"name": "None.unset-value-1.0.0",
"product_id": "None.unset-value-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/unset-value@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.pascalcase-0.1.1",
"product": {
"name": "None.pascalcase-0.1.1",
"product_id": "None.pascalcase-0.1.1",
"product_identification_helper": {
"purl": "pkg:npm/pascalcase@0.1.1"
}
}
},
{
"category": "product_version",
"name": "None.babel-generator-6.26.1",
"product": {
"name": "None.babel-generator-6.26.1",
"product_id": "None.babel-generator-6.26.1",
"product_identification_helper": {
"purl": "pkg:npm/babel-generator@6.26.1"
}
}
},
{
"category": "product_version",
"name": "None.has-value-0.3.1",
"product": {
"name": "None.has-value-0.3.1",
"product_id": "None.has-value-0.3.1",
"product_identification_helper": {
"purl": "pkg:npm/has-value@0.3.1"
}
}
},
{
"category": "product_version",
"name": "None.is-glob-4.0.1",
"product": {
"name": "None.is-glob-4.0.1",
"product_id": "None.is-glob-4.0.1",
"product_identification_helper": {
"purl": "pkg:npm/is-glob@4.0.1"
}
}
},
{
"category": "product_version",
"name": "None.object-visit-1.0.1",
"product": {
"name": "None.object-visit-1.0.1",
"product_id": "None.object-visit-1.0.1",
"product_identification_helper": {
"purl": "pkg:npm/object-visit@1.0.1"
}
}
},
{
"category": "product_version",
"name": "None.define-property-2.0.2",
"product": {
"name": "None.define-property-2.0.2",
"product_id": "None.define-property-2.0.2",
"product_identification_helper": {
"purl": "pkg:npm/define-property@2.0.2"
}
}
},
{
"category": "product_version",
"name": "None.datatables.net-colreorder-bs-1.3.3",
"product": {
"name": "None.datatables.net-colreorder-bs-1.3.3",
"product_id": "None.datatables.net-colreorder-bs-1.3.3",
"product_identification_helper": {
"purl": "pkg:npm/datatables.net-colreorder-bs@1.3.3"
}
}
},
{
"category": "product_version",
"name": "None.source-map-url-0.4.0",
"product": {
"name": "None.source-map-url-0.4.0",
"product_id": "None.source-map-url-0.4.0",
"product_identification_helper": {
"purl": "pkg:npm/source-map-url@0.4.0"
}
}
},
{
"category": "product_version",
"name": "None.repeat-element-1.1.3",
"product": {
"name": "None.repeat-element-1.1.3",
"product_id": "None.repeat-element-1.1.3",
"product_identification_helper": {
"purl": "pkg:npm/repeat-element@1.1.3"
}
}
},
{
"category": "product_version",
"name": "None.asap-2.0.6",
"product": {
"name": "None.asap-2.0.6",
"product_id": "None.asap-2.0.6",
"product_identification_helper": {
"purl": "pkg:npm/asap@2.0.6"
}
}
},
{
"category": "product_version",
"name": "None.resolve-1.1.7",
"product": {
"name": "None.resolve-1.1.7",
"product_id": "None.resolve-1.1.7",
"product_identification_helper": {
"purl": "pkg:npm/resolve@1.1.7"
}
}
},
{
"category": "product_version",
"name": "None.css-what-2.1.3",
"product": {
"name": "None.css-what-2.1.3",
"product_id": "None.css-what-2.1.3",
"product_identification_helper": {
"purl": "pkg:npm/css-what@2.1.3"
}
}
},
{
"category": "product_version",
"name": "None.faye-websocket-0.10.0",
"product": {
"name": "None.faye-websocket-0.10.0",
"product_id": "None.faye-websocket-0.10.0",
"product_identification_helper": {
"purl": "pkg:npm/faye-websocket@0.10.0"
}
}
},
{
"category": "product_version",
"name": "None.requires-port-1.0.0",
"product": {
"name": "None.requires-port-1.0.0",
"product_id": "None.requires-port-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/requires-port@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.websocket-driver-0.7.3",
"product": {
"name": "None.websocket-driver-0.7.3",
"product_id": "None.websocket-driver-0.7.3",
"product_identification_helper": {
"purl": "pkg:npm/websocket-driver@0.7.3"
}
}
},
{
"category": "product_version",
"name": "None.kind-of-6.0.2",
"product": {
"name": "None.kind-of-6.0.2",
"product_id": "None.kind-of-6.0.2",
"product_identification_helper": {
"purl": "pkg:npm/kind-of@6.0.2"
}
}
},
{
"category": "product_version",
"name": "None.write-1.0.3",
"product": {
"name": "None.write-1.0.3",
"product_id": "None.write-1.0.3",
"product_identification_helper": {
"purl": "pkg:npm/write@1.0.3"
}
}
},
{
"category": "product_version",
"name": "None.global-modules-2.0.0",
"product": {
"name": "None.global-modules-2.0.0",
"product_id": "None.global-modules-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/global-modules@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.lodash-4.17.11",
"product": {
"name": "None.lodash-4.17.11",
"product_id": "None.lodash-4.17.11",
"product_identification_helper": {
"purl": "pkg:npm/lodash@4.17.11"
}
}
},
{
"category": "product_version",
"name": "None.css-select-1.2.0",
"product": {
"name": "None.css-select-1.2.0",
"product_id": "None.css-select-1.2.0",
"product_identification_helper": {
"purl": "pkg:npm/css-select@1.2.0"
}
}
},
{
"category": "product_version",
"name": "None.prr-1.0.1",
"product": {
"name": "None.prr-1.0.1",
"product_id": "None.prr-1.0.1",
"product_identification_helper": {
"purl": "pkg:npm/prr@1.0.1"
}
}
},
{
"category": "product_version",
"name": "None.invariant-2.2.4",
"product": {
"name": "None.invariant-2.2.4",
"product_id": "None.invariant-2.2.4",
"product_identification_helper": {
"purl": "pkg:npm/invariant@2.2.4"
}
}
},
{
"category": "product_version",
"name": "None.decode-uri-component-0.2.0",
"product": {
"name": "None.decode-uri-component-0.2.0",
"product_id": "None.decode-uri-component-0.2.0",
"product_identification_helper": {
"purl": "pkg:npm/decode-uri-component@0.2.0"
}
}
},
{
"category": "product_version",
"name": "None.tough-cookie-2.5.0",
"product": {
"name": "None.tough-cookie-2.5.0",
"product_id": "None.tough-cookie-2.5.0",
"product_identification_helper": {
"purl": "pkg:npm/tough-cookie@2.5.0"
}
}
},
{
"category": "product_version",
"name": "None.is-data-descriptor-1.0.0",
"product": {
"name": "None.is-data-descriptor-1.0.0",
"product_id": "None.is-data-descriptor-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/is-data-descriptor@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.babel-traverse-6.26.0",
"product": {
"name": "None.babel-traverse-6.26.0",
"product_id": "None.babel-traverse-6.26.0",
"product_identification_helper": {
"purl": "pkg:npm/babel-traverse@6.26.0"
}
}
},
{
"category": "product_version",
"name": "None.postcss-value-parser-3.3.1",
"product": {
"name": "None.postcss-value-parser-3.3.1",
"product_id": "None.postcss-value-parser-3.3.1",
"product_identification_helper": {
"purl": "pkg:npm/postcss-value-parser@3.3.1"
}
}
},
{
"category": "product_version",
"name": "None.errno-0.1.7",
"product": {
"name": "None.errno-0.1.7",
"product_id": "None.errno-0.1.7",
"product_identification_helper": {
"purl": "pkg:npm/errno@0.1.7"
}
}
},
{
"category": "product_version",
"name": "None.indent-string-3.2.0",
"product": {
"name": "None.indent-string-3.2.0",
"product_id": "None.indent-string-3.2.0",
"product_identification_helper": {
"purl": "pkg:npm/indent-string@3.2.0"
}
}
},
{
"category": "product_version",
"name": "None.google-code-prettify-1.0.5",
"product": {
"name": "None.google-code-prettify-1.0.5",
"product_id": "None.google-code-prettify-1.0.5",
"product_identification_helper": {
"purl": "pkg:npm/google-code-prettify@1.0.5"
}
}
},
{
"category": "product_version",
"name": "None.map-visit-1.0.0",
"product": {
"name": "None.map-visit-1.0.0",
"product_id": "None.map-visit-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/map-visit@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.hosted-git-info-2.7.1",
"product": {
"name": "None.hosted-git-info-2.7.1",
"product_id": "None.hosted-git-info-2.7.1",
"product_identification_helper": {
"purl": "pkg:npm/hosted-git-info@2.7.1"
}
}
},
{
"category": "product_version",
"name": "None.is-plain-obj-1.1.0",
"product": {
"name": "None.is-plain-obj-1.1.0",
"product_id": "None.is-plain-obj-1.1.0",
"product_identification_helper": {
"purl": "pkg:npm/is-plain-obj@1.1.0"
}
}
},
{
"category": "product_version",
"name": "None.get-value-2.0.6",
"product": {
"name": "None.get-value-2.0.6",
"product_id": "None.get-value-2.0.6",
"product_identification_helper": {
"purl": "pkg:npm/get-value@2.0.6"
}
}
},
{
"category": "product_version",
"name": "None.posix-character-classes-0.1.1",
"product": {
"name": "None.posix-character-classes-0.1.1",
"product_id": "None.posix-character-classes-0.1.1",
"product_identification_helper": {
"purl": "pkg:npm/posix-character-classes@0.1.1"
}
}
},
{
"category": "product_version",
"name": "None.to-regex-range-2.1.1",
"product": {
"name": "None.to-regex-range-2.1.1",
"product_id": "None.to-regex-range-2.1.1",
"product_identification_helper": {
"purl": "pkg:npm/to-regex-range@2.1.1"
}
}
},
{
"category": "product_version",
"name": "None.map-cache-0.2.2",
"product": {
"name": "None.map-cache-0.2.2",
"product_id": "None.map-cache-0.2.2",
"product_identification_helper": {
"purl": "pkg:npm/map-cache@0.2.2"
}
}
},
{
"category": "product_version",
"name": "None.json5-2.1.0",
"product": {
"name": "None.json5-2.1.0",
"product_id": "None.json5-2.1.0",
"product_identification_helper": {
"purl": "pkg:npm/json5@2.1.0"
}
}
},
{
"category": "product_version",
"name": "None.slice-ansi-2.1.0",
"product": {
"name": "None.slice-ansi-2.1.0",
"product_id": "None.slice-ansi-2.1.0",
"product_identification_helper": {
"purl": "pkg:npm/slice-ansi@2.1.0"
}
}
},
{
"category": "product_version",
"name": "None.regex-not-1.0.2",
"product": {
"name": "None.regex-not-1.0.2",
"product_id": "None.regex-not-1.0.2",
"product_identification_helper": {
"purl": "pkg:npm/regex-not@1.0.2"
}
}
},
{
"category": "product_version",
"name": "None.extend-shallow-2.0.1",
"product": {
"name": "None.extend-shallow-2.0.1",
"product_id": "None.extend-shallow-2.0.1",
"product_identification_helper": {
"purl": "pkg:npm/extend-shallow@2.0.1"
}
}
},
{
"category": "product_version",
"name": "None.safe-regex-1.1.0",
"product": {
"name": "None.safe-regex-1.1.0",
"product_id": "None.safe-regex-1.1.0",
"product_identification_helper": {
"purl": "pkg:npm/safe-regex@1.1.0"
}
}
},
{
"category": "product_version",
"name": "None.detect-indent-4.0.0",
"product": {
"name": "None.detect-indent-4.0.0",
"product_id": "None.detect-indent-4.0.0",
"product_identification_helper": {
"purl": "pkg:npm/detect-indent@4.0.0"
}
}
},
{
"category": "product_version",
"name": "None.snapdragon-util-3.0.1",
"product": {
"name": "None.snapdragon-util-3.0.1",
"product_id": "None.snapdragon-util-3.0.1",
"product_identification_helper": {
"purl": "pkg:npm/snapdragon-util@3.0.1"
}
}
},
{
"category": "product_version",
"name": "None.snapdragon-node-2.1.1",
"product": {
"name": "None.snapdragon-node-2.1.1",
"product_id": "None.snapdragon-node-2.1.1",
"product_identification_helper": {
"purl": "pkg:npm/snapdragon-node@2.1.1"
}
}
},
{
"category": "product_version",
"name": "None.caller-callsite-2.0.0",
"product": {
"name": "None.caller-callsite-2.0.0",
"product_id": "None.caller-callsite-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/caller-callsite@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.globals-9.18.0",
"product": {
"name": "None.globals-9.18.0",
"product_id": "None.globals-9.18.0",
"product_identification_helper": {
"purl": "pkg:npm/globals@9.18.0"
}
}
},
{
"category": "product_version",
"name": "None.global-prefix-3.0.0",
"product": {
"name": "None.global-prefix-3.0.0",
"product_id": "None.global-prefix-3.0.0",
"product_identification_helper": {
"purl": "pkg:npm/global-prefix@3.0.0"
}
}
},
{
"category": "product_version",
"name": "None.spdx-license-ids-3.0.4",
"product": {
"name": "None.spdx-license-ids-3.0.4",
"product_id": "None.spdx-license-ids-3.0.4",
"product_identification_helper": {
"purl": "pkg:npm/spdx-license-ids@3.0.4"
}
}
},
{
"category": "product_version",
"name": "None.file-entry-cache-5.0.1",
"product": {
"name": "None.file-entry-cache-5.0.1",
"product_id": "None.file-entry-cache-5.0.1",
"product_identification_helper": {
"purl": "pkg:npm/file-entry-cache@5.0.1"
}
}
},
{
"category": "product_version",
"name": "None.extend-shallow-3.0.2",
"product": {
"name": "None.extend-shallow-3.0.2",
"product_id": "None.extend-shallow-3.0.2",
"product_identification_helper": {
"purl": "pkg:npm/extend-shallow@3.0.2"
}
}
},
{
"category": "product_version",
"name": "None.component-emitter-1.3.0",
"product": {
"name": "None.component-emitter-1.3.0",
"product_id": "None.component-emitter-1.3.0",
"product_identification_helper": {
"purl": "pkg:npm/component-emitter@1.3.0"
}
}
},
{
"category": "product_version",
"name": "None.bootstrap-switch-3.3.4",
"product": {
"name": "None.bootstrap-switch-3.3.4",
"product_id": "None.bootstrap-switch-3.3.4",
"product_identification_helper": {
"purl": "pkg:npm/bootstrap-switch@3.3.4"
}
}
},
{
"category": "product_version",
"name": "None.class-utils-0.3.6",
"product": {
"name": "None.class-utils-0.3.6",
"product_id": "None.class-utils-0.3.6",
"product_identification_helper": {
"purl": "pkg:npm/class-utils@0.3.6"
}
}
},
{
"category": "product_version",
"name": "None.has-values-1.0.0",
"product": {
"name": "None.has-values-1.0.0",
"product_id": "None.has-values-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/has-values@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.promise-inflight-1.0.1",
"product": {
"name": "None.promise-inflight-1.0.1",
"product_id": "None.promise-inflight-1.0.1",
"product_identification_helper": {
"purl": "pkg:npm/promise-inflight@1.0.1"
}
}
},
{
"category": "product_version",
"name": "None.postcss-selector-parser-3.1.1",
"product": {
"name": "None.postcss-selector-parser-3.1.1",
"product_id": "None.postcss-selector-parser-3.1.1",
"product_identification_helper": {
"purl": "pkg:npm/postcss-selector-parser@3.1.1"
}
}
},
{
"category": "product_version",
"name": "None.is-extglob-2.1.1",
"product": {
"name": "None.is-extglob-2.1.1",
"product_id": "None.is-extglob-2.1.1",
"product_identification_helper": {
"purl": "pkg:npm/is-extglob@2.1.1"
}
}
},
{
"category": "product_version",
"name": "None.flat-cache-2.0.1",
"product": {
"name": "None.flat-cache-2.0.1",
"product_id": "None.flat-cache-2.0.1",
"product_identification_helper": {
"purl": "pkg:npm/flat-cache@2.0.1"
}
}
},
{
"category": "product_version",
"name": "None.fill-range-4.0.0",
"product": {
"name": "None.fill-range-4.0.0",
"product_id": "None.fill-range-4.0.0",
"product_identification_helper": {
"purl": "pkg:npm/fill-range@4.0.0"
}
}
},
{
"category": "product_version",
"name": "None.repeating-2.0.1",
"product": {
"name": "None.repeating-2.0.1",
"product_id": "None.repeating-2.0.1",
"product_identification_helper": {
"purl": "pkg:npm/repeating@2.0.1"
}
}
},
{
"category": "product_version",
"name": "None.async-1.5.2",
"product": {
"name": "None.async-1.5.2",
"product_id": "None.async-1.5.2",
"product_identification_helper": {
"purl": "pkg:npm/async@1.5.2"
}
}
},
{
"category": "product_version",
"name": "None.has-values-0.1.4",
"product": {
"name": "None.has-values-0.1.4",
"product_id": "None.has-values-0.1.4",
"product_identification_helper": {
"purl": "pkg:npm/has-values@0.1.4"
}
}
},
{
"category": "product_version",
"name": "None.isobject-2.1.0",
"product": {
"name": "None.isobject-2.1.0",
"product_id": "None.isobject-2.1.0",
"product_identification_helper": {
"purl": "pkg:npm/isobject@2.1.0"
}
}
},
{
"category": "product_version",
"name": "None.is-directory-0.3.1",
"product": {
"name": "None.is-directory-0.3.1",
"product_id": "None.is-directory-0.3.1",
"product_identification_helper": {
"purl": "pkg:npm/is-directory@0.3.1"
}
}
},
{
"category": "product_version",
"name": "None.nopt-4.0.1",
"product": {
"name": "None.nopt-4.0.1",
"product_id": "None.nopt-4.0.1",
"product_identification_helper": {
"purl": "pkg:npm/nopt@4.0.1"
}
}
},
{
"category": "product_version",
"name": "None.bootstrap-3.3.7",
"product": {
"name": "None.bootstrap-3.3.7",
"product_id": "None.bootstrap-3.3.7",
"product_identification_helper": {
"purl": "pkg:npm/bootstrap@3.3.7"
}
}
},
{
"category": "product_version",
"name": "None.extglob-2.0.4",
"product": {
"name": "None.extglob-2.0.4",
"product_id": "None.extglob-2.0.4",
"product_identification_helper": {
"purl": "pkg:npm/extglob@2.0.4"
}
}
},
{
"category": "product_version",
"name": "None.array-find-index-1.0.2",
"product": {
"name": "None.array-find-index-1.0.2",
"product_id": "None.array-find-index-1.0.2",
"product_identification_helper": {
"purl": "pkg:npm/array-find-index@1.0.2"
}
}
},
{
"category": "product_version",
"name": "None.assign-symbols-1.0.0",
"product": {
"name": "None.assign-symbols-1.0.0",
"product_id": "None.assign-symbols-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/assign-symbols@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.is-extendable-0.1.1",
"product": {
"name": "None.is-extendable-0.1.1",
"product_id": "None.is-extendable-0.1.1",
"product_identification_helper": {
"purl": "pkg:npm/is-extendable@0.1.1"
}
}
},
{
"category": "product_version",
"name": "None.ini-1.3.5",
"product": {
"name": "None.ini-1.3.5",
"product_id": "None.ini-1.3.5",
"product_identification_helper": {
"purl": "pkg:npm/ini@1.3.5"
}
}
},
{
"category": "product_version",
"name": "None.micromatch-3.1.10",
"product": {
"name": "None.micromatch-3.1.10",
"product_id": "None.micromatch-3.1.10",
"product_identification_helper": {
"purl": "pkg:npm/micromatch@3.1.10"
}
}
},
{
"category": "product_version",
"name": "None.is-accessor-descriptor-1.0.0",
"product": {
"name": "None.is-accessor-descriptor-1.0.0",
"product_id": "None.is-accessor-descriptor-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/is-accessor-descriptor@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.eonasdan-bootstrap-datetimepicker-4.17.47",
"product": {
"name": "None.eonasdan-bootstrap-datetimepicker-4.17.47",
"product_id": "None.eonasdan-bootstrap-datetimepicker-4.17.47",
"product_identification_helper": {
"purl": "pkg:npm/eonasdan-bootstrap-datetimepicker@4.17.47"
}
}
},
{
"category": "product_version",
"name": "None.urix-0.1.0",
"product": {
"name": "None.urix-0.1.0",
"product_id": "None.urix-0.1.0",
"product_identification_helper": {
"purl": "pkg:npm/urix@0.1.0"
}
}
},
{
"category": "product_version",
"name": "None.bootstrap-touchspin-3.1.1",
"product": {
"name": "None.bootstrap-touchspin-3.1.1",
"product_id": "None.bootstrap-touchspin-3.1.1",
"product_identification_helper": {
"purl": "pkg:npm/bootstrap-touchspin@3.1.1"
}
}
},
{
"category": "product_version",
"name": "None.babel-types-6.26.0",
"product": {
"name": "None.babel-types-6.26.0",
"product_id": "None.babel-types-6.26.0",
"product_identification_helper": {
"purl": "pkg:npm/babel-types@6.26.0"
}
}
},
{
"category": "product_version",
"name": "@babel.code-frame-7.0.0",
"product": {
"name": "@babel.code-frame-7.0.0",
"product_id": "@babel.code-frame-7.0.0",
"product_identification_helper": {
"purl": "pkg:npm/%40babel/code-frame@7.0.0"
}
}
},
{
"category": "product_version",
"name": "None.patternfly-bootstrap-combobox-1.1.7",
"product": {
"name": "None.patternfly-bootstrap-combobox-1.1.7",
"product_id": "None.patternfly-bootstrap-combobox-1.1.7",
"product_identification_helper": {
"purl": "pkg:npm/patternfly-bootstrap-combobox@1.1.7"
}
}
},
{
"category": "product_version",
"name": "None.to-object-path-0.3.0",
"product": {
"name": "None.to-object-path-0.3.0",
"product_id": "None.to-object-path-0.3.0",
"product_identification_helper": {
"purl": "pkg:npm/to-object-path@0.3.0"
}
}
},
{
"category": "product_version",
"name": "None.cssom-0.3.6",
"product": {
"name": "None.cssom-0.3.6",
"product_id": "None.cssom-0.3.6",
"product_identification_helper": {
"purl": "pkg:npm/cssom@0.3.6"
}
}
},
{
"category": "product_version",
"name": "None.repeat-string-1.6.1",
"product": {
"name": "None.repeat-string-1.6.1",
"product_id": "None.repeat-string-1.6.1",
"product_identification_helper": {
"purl": "pkg:npm/repeat-string@1.6.1"
}
}
},
{
"category": "product_version",
"name": "None.homedir-polyfill-1.0.3",
"product": {
"name": "None.homedir-polyfill-1.0.3",
"product_id": "None.homedir-polyfill-1.0.3",
"product_identification_helper": {
"purl": "pkg:npm/homedir-polyfill@1.0.3"
}
}
},
{
"category": "product_version",
"name": "None.arrify-1.0.1",
"product": {
"name": "None.arrify-1.0.1",
"product_id": "None.arrify-1.0.1",
"product_identification_helper": {
"purl": "pkg:npm/arrify@1.0.1"
}
}
},
{
"category": "product_version",
"name": "None.base-0.11.2",
"product": {
"name": "None.base-0.11.2",
"product_id": "None.base-0.11.2",
"product_identification_helper": {
"purl": "pkg:npm/base@0.11.2"
}
}
},
{
"category": "product_version",
"name": "None.arr-flatten-1.1.0",
"product": {
"name": "None.arr-flatten-1.1.0",
"product_id": "None.arr-flatten-1.1.0",
"product_identification_helper": {
"purl": "pkg:npm/arr-flatten@1.1.0"
}
}
},
{
"category": "product_version",
"name": "None.drmonty-datatables-colvis-1.1.2",
"product": {
"name": "None.drmonty-datatables-colvis-1.1.2",
"product_id": "None.drmonty-datatables-colvis-1.1.2",
"product_identification_helper": {
"purl": "pkg:npm/drmonty-datatables-colvis@1.1.2"
}
}
},
{
"category": "product_version",
"name": "None.jsonfile-4.0.0",
"product": {
"name": "None.jsonfile-4.0.0",
"product_id": "None.jsonfile-4.0.0",
"product_identification_helper": {
"purl": "pkg:npm/jsonfile@4.0.0"
}
}
},
{
"category": "product_version",
"name": "None.parse5-3.0.3",
"product": {
"name": "None.parse5-3.0.3",
"product_id": "None.parse5-3.0.3",
"product_identification_helper": {
"purl": "pkg:npm/parse5@3.0.3"
}
}
},
{
"category": "product_version",
"name": "None.is-obj-1.0.1",
"product": {
"name": "None.is-obj-1.0.1",
"product_id": "None.is-obj-1.0.1",
"product_identification_helper": {
"purl": "pkg:npm/is-obj@1.0.1"
}
}
},
{
"category": "product_version",
"name": "None.dom-serializer-0.1.1",
"product": {
"name": "None.dom-serializer-0.1.1",
"product_id": "None.dom-serializer-0.1.1",
"product_identification_helper": {
"purl": "pkg:npm/dom-serializer@0.1.1"
}
}
},
{
"category": "product_version",
"name": "None.callsites-2.0.0",
"product": {
"name": "None.callsites-2.0.0",
"product_id": "None.callsites-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/callsites@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.kind-of-3.2.2",
"product": {
"name": "None.kind-of-3.2.2",
"product_id": "None.kind-of-3.2.2",
"product_identification_helper": {
"purl": "pkg:npm/kind-of@3.2.2"
}
}
},
{
"category": "product_version",
"name": "None.object.pick-1.3.0",
"product": {
"name": "None.object.pick-1.3.0",
"product_id": "None.object.pick-1.3.0",
"product_identification_helper": {
"purl": "pkg:npm/object.pick@1.3.0"
}
}
},
{
"category": "product_version",
"name": "None.babel-messages-6.23.0",
"product": {
"name": "None.babel-messages-6.23.0",
"product_id": "None.babel-messages-6.23.0",
"product_identification_helper": {
"purl": "pkg:npm/babel-messages@6.23.0"
}
}
},
{
"category": "product_version",
"name": "None.postcss-6.0.23",
"product": {
"name": "None.postcss-6.0.23",
"product_id": "None.postcss-6.0.23",
"product_identification_helper": {
"purl": "pkg:npm/postcss@6.0.23"
}
}
},
{
"category": "product_version",
"name": "None.object-copy-0.1.0",
"product": {
"name": "None.object-copy-0.1.0",
"product_id": "None.object-copy-0.1.0",
"product_identification_helper": {
"purl": "pkg:npm/object-copy@0.1.0"
}
}
},
{
"category": "product_version",
"name": "None.source-map-resolve-0.5.2",
"product": {
"name": "None.source-map-resolve-0.5.2",
"product_id": "None.source-map-resolve-0.5.2",
"product_identification_helper": {
"purl": "pkg:npm/source-map-resolve@0.5.2"
}
}
},
{
"category": "product_version",
"name": "None.universalify-0.1.2",
"product": {
"name": "None.universalify-0.1.2",
"product_id": "None.universalify-0.1.2",
"product_identification_helper": {
"purl": "pkg:npm/universalify@0.1.2"
}
}
},
{
"category": "product_version",
"name": "None.resolve-url-0.2.1",
"product": {
"name": "None.resolve-url-0.2.1",
"product_id": "None.resolve-url-0.2.1",
"product_identification_helper": {
"purl": "pkg:npm/resolve-url@0.2.1"
}
}
},
{
"category": "product_version",
"name": "None.estraverse-4.2.0",
"product": {
"name": "None.estraverse-4.2.0",
"product_id": "None.estraverse-4.2.0",
"product_identification_helper": {
"purl": "pkg:npm/estraverse@4.2.0"
}
}
},
{
"category": "product_version",
"name": "None.font-awesome-4.7.0",
"product": {
"name": "None.font-awesome-4.7.0",
"product_id": "None.font-awesome-4.7.0",
"product_identification_helper": {
"purl": "pkg:npm/font-awesome@4.7.0"
}
}
},
{
"category": "product_version",
"name": "None.nanomatch-1.2.13",
"product": {
"name": "None.nanomatch-1.2.13",
"product_id": "None.nanomatch-1.2.13",
"product_identification_helper": {
"purl": "pkg:npm/nanomatch@1.2.13"
}
}
},
{
"category": "product_version",
"name": "None.fragment-cache-0.2.1",
"product": {
"name": "None.fragment-cache-0.2.1",
"product_id": "None.fragment-cache-0.2.1",
"product_identification_helper": {
"purl": "pkg:npm/fragment-cache@0.2.1"
}
}
},
{
"category": "product_version",
"name": "None.datatables.net-1.10.16",
"product": {
"name": "None.datatables.net-1.10.16",
"product_id": "None.datatables.net-1.10.16",
"product_identification_helper": {
"purl": "pkg:npm/datatables.net@1.10.16"
}
}
},
{
"category": "product_version",
"name": "None.resolve-from-3.0.0",
"product": {
"name": "None.resolve-from-3.0.0",
"product_id": "None.resolve-from-3.0.0",
"product_identification_helper": {
"purl": "pkg:npm/resolve-from@3.0.0"
}
}
},
{
"category": "product_version",
"name": "None.esutils-2.0.2",
"product": {
"name": "None.esutils-2.0.2",
"product_id": "None.esutils-2.0.2",
"product_identification_helper": {
"purl": "pkg:npm/esutils@2.0.2"
}
}
},
{
"category": "product_version",
"name": "None.is-accessor-descriptor-0.1.6",
"product": {
"name": "None.is-accessor-descriptor-0.1.6",
"product_id": "None.is-accessor-descriptor-0.1.6",
"product_identification_helper": {
"purl": "pkg:npm/is-accessor-descriptor@0.1.6"
}
}
},
{
"category": "product_version",
"name": "None.expand-brackets-2.1.4",
"product": {
"name": "None.expand-brackets-2.1.4",
"product_id": "None.expand-brackets-2.1.4",
"product_identification_helper": {
"purl": "pkg:npm/expand-brackets@2.1.4"
}
}
},
{
"category": "product_version",
"name": "None.ret-0.1.15",
"product": {
"name": "None.ret-0.1.15",
"product_id": "None.ret-0.1.15",
"product_identification_helper": {
"purl": "pkg:npm/ret@0.1.15"
}
}
},
{
"category": "product_version",
"name": "None.babel-runtime-6.26.0",
"product": {
"name": "None.babel-runtime-6.26.0",
"product_id": "None.babel-runtime-6.26.0",
"product_identification_helper": {
"purl": "pkg:npm/babel-runtime@6.26.0"
}
}
},
{
"category": "product_version",
"name": "None.promise-7.3.1",
"product": {
"name": "None.promise-7.3.1",
"product_id": "None.promise-7.3.1",
"product_identification_helper": {
"purl": "pkg:npm/promise@7.3.1"
}
}
},
{
"category": "product_version",
"name": "None.caller-path-2.0.0",
"product": {
"name": "None.caller-path-2.0.0",
"product_id": "None.caller-path-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/caller-path@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.global-prefix-1.0.2",
"product": {
"name": "None.global-prefix-1.0.2",
"product_id": "None.global-prefix-1.0.2",
"product_identification_helper": {
"purl": "pkg:npm/global-prefix@1.0.2"
}
}
},
{
"category": "product_version",
"name": "None.is-data-descriptor-0.1.4",
"product": {
"name": "None.is-data-descriptor-0.1.4",
"product_id": "None.is-data-descriptor-0.1.4",
"product_identification_helper": {
"purl": "pkg:npm/is-data-descriptor@0.1.4"
}
}
},
{
"category": "product_version",
"name": "None.atob-2.1.2",
"product": {
"name": "None.atob-2.1.2",
"product_id": "None.atob-2.1.2",
"product_identification_helper": {
"purl": "pkg:npm/atob@2.1.2"
}
}
},
{
"category": "product_version",
"name": "None.to-fast-properties-1.0.3",
"product": {
"name": "None.to-fast-properties-1.0.3",
"product_id": "None.to-fast-properties-1.0.3",
"product_identification_helper": {
"purl": "pkg:npm/to-fast-properties@1.0.3"
}
}
},
{
"category": "product_version",
"name": "None.datatables.net-bs-1.10.16",
"product": {
"name": "None.datatables.net-bs-1.10.16",
"product_id": "None.datatables.net-bs-1.10.16",
"product_identification_helper": {
"purl": "pkg:npm/datatables.net-bs@1.10.16"
}
}
},
{
"category": "product_version",
"name": "None.css-unit-converter-1.1.1",
"product": {
"name": "None.css-unit-converter-1.1.1",
"product_id": "None.css-unit-converter-1.1.1",
"product_identification_helper": {
"purl": "pkg:npm/css-unit-converter@1.1.1"
}
}
},
{
"category": "product_version",
"name": "None.parse-passwd-1.0.0",
"product": {
"name": "None.parse-passwd-1.0.0",
"product_id": "None.parse-passwd-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/parse-passwd@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.d3-3.5.17",
"product": {
"name": "None.d3-3.5.17",
"product_id": "None.d3-3.5.17",
"product_identification_helper": {
"purl": "pkg:npm/d3@3.5.17"
}
}
},
{
"category": "product_version",
"name": "None.is-windows-1.0.2",
"product": {
"name": "None.is-windows-1.0.2",
"product_id": "None.is-windows-1.0.2",
"product_identification_helper": {
"purl": "pkg:npm/is-windows@1.0.2"
}
}
},
{
"category": "product_version",
"name": "None.braces-2.3.2",
"product": {
"name": "None.braces-2.3.2",
"product_id": "None.braces-2.3.2",
"product_identification_helper": {
"purl": "pkg:npm/braces@2.3.2"
}
}
},
{
"category": "product_version",
"name": "None.import-fresh-2.0.0",
"product": {
"name": "None.import-fresh-2.0.0",
"product_id": "None.import-fresh-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/import-fresh@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.is-glob-3.1.0",
"product": {
"name": "None.is-glob-3.1.0",
"product_id": "None.is-glob-3.1.0",
"product_identification_helper": {
"purl": "pkg:npm/is-glob@3.1.0"
}
}
},
{
"category": "product_version",
"name": "None.kind-of-5.1.0",
"product": {
"name": "None.kind-of-5.1.0",
"product_id": "None.kind-of-5.1.0",
"product_identification_helper": {
"purl": "pkg:npm/kind-of@5.1.0"
}
}
},
{
"category": "product_version",
"name": "None.use-3.1.1",
"product": {
"name": "None.use-3.1.1",
"product_id": "None.use-3.1.1",
"product_identification_helper": {
"purl": "pkg:npm/use@3.1.1"
}
}
},
{
"category": "product_version",
"name": "None.indexes-of-1.0.1",
"product": {
"name": "None.indexes-of-1.0.1",
"product_id": "None.indexes-of-1.0.1",
"product_identification_helper": {
"purl": "pkg:npm/indexes-of@1.0.1"
}
}
},
{
"category": "product_version",
"name": "None.replace-ext-1.0.0",
"product": {
"name": "None.replace-ext-1.0.0",
"product_id": "None.replace-ext-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/replace-ext@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.escodegen-1.11.1",
"product": {
"name": "None.escodegen-1.11.1",
"product_id": "None.escodegen-1.11.1",
"product_identification_helper": {
"purl": "pkg:npm/escodegen@1.11.1"
}
}
},
{
"category": "product_version",
"name": "None.ajv-6.10.0",
"product": {
"name": "None.ajv-6.10.0",
"product_id": "None.ajv-6.10.0",
"product_identification_helper": {
"purl": "pkg:npm/ajv@6.10.0"
}
}
},
{
"category": "product_version",
"name": "None.css-2.2.4",
"product": {
"name": "None.css-2.2.4",
"product_id": "None.css-2.2.4",
"product_identification_helper": {
"purl": "pkg:npm/css@2.2.4"
}
}
},
{
"category": "product_version",
"name": "None.moment-timezone-0.4.1",
"product": {
"name": "None.moment-timezone-0.4.1",
"product_id": "None.moment-timezone-0.4.1",
"product_identification_helper": {
"purl": "pkg:npm/moment-timezone@0.4.1"
}
}
},
{
"category": "product_version",
"name": "None.slash-2.0.0",
"product": {
"name": "None.slash-2.0.0",
"product_id": "None.slash-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/slash@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.babylon-6.18.0",
"product": {
"name": "None.babylon-6.18.0",
"product_id": "None.babylon-6.18.0",
"product_identification_helper": {
"purl": "pkg:npm/babylon@6.18.0"
}
}
},
{
"category": "product_version",
"name": "None.define-property-0.2.5",
"product": {
"name": "None.define-property-0.2.5",
"product_id": "None.define-property-0.2.5",
"product_identification_helper": {
"purl": "pkg:npm/define-property@0.2.5"
}
}
},
{
"category": "product_version",
"name": "None.path-dirname-1.0.2",
"product": {
"name": "None.path-dirname-1.0.2",
"product_id": "None.path-dirname-1.0.2",
"product_identification_helper": {
"purl": "pkg:npm/path-dirname@1.0.2"
}
}
},
{
"category": "product_version",
"name": "None.jsesc-1.3.0",
"product": {
"name": "None.jsesc-1.3.0",
"product_id": "None.jsesc-1.3.0",
"product_identification_helper": {
"purl": "pkg:npm/jsesc@1.3.0"
}
}
},
{
"category": "product_version",
"name": "None.uuid-3.3.2",
"product": {
"name": "None.uuid-3.3.2",
"product_id": "None.uuid-3.3.2",
"product_identification_helper": {
"purl": "pkg:npm/uuid@3.3.2"
}
}
},
{
"category": "product_version",
"name": "None.define-property-1.0.0",
"product": {
"name": "None.define-property-1.0.0",
"product_id": "None.define-property-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/define-property@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.is-number-3.0.0",
"product": {
"name": "None.is-number-3.0.0",
"product_id": "None.is-number-3.0.0",
"product_identification_helper": {
"purl": "pkg:npm/is-number@3.0.0"
}
}
},
{
"category": "product_version",
"name": "None.for-in-1.0.2",
"product": {
"name": "None.for-in-1.0.2",
"product_id": "None.for-in-1.0.2",
"product_identification_helper": {
"purl": "pkg:npm/for-in@1.0.2"
}
}
},
{
"category": "product_version",
"name": "None.camelcase-4.1.0",
"product": {
"name": "None.camelcase-4.1.0",
"product_id": "None.camelcase-4.1.0",
"product_identification_helper": {
"purl": "pkg:npm/camelcase@4.1.0"
}
}
},
{
"category": "product_version",
"name": "None.copy-descriptor-0.1.1",
"product": {
"name": "None.copy-descriptor-0.1.1",
"product_id": "None.copy-descriptor-0.1.1",
"product_identification_helper": {
"purl": "pkg:npm/copy-descriptor@0.1.1"
}
}
},
{
"category": "product_version",
"name": "None.kind-of-4.0.0",
"product": {
"name": "None.kind-of-4.0.0",
"product_id": "None.kind-of-4.0.0",
"product_identification_helper": {
"purl": "pkg:npm/kind-of@4.0.0"
}
}
},
{
"category": "product_version",
"name": "None.static-extend-0.1.2",
"product": {
"name": "None.static-extend-0.1.2",
"product_id": "None.static-extend-0.1.2",
"product_identification_helper": {
"purl": "pkg:npm/static-extend@0.1.2"
}
}
},
{
"category": "product_version",
"name": "None.detect-file-1.0.0",
"product": {
"name": "None.detect-file-1.0.0",
"product_id": "None.detect-file-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/detect-file@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.array-unique-0.3.2",
"product": {
"name": "None.array-unique-0.3.2",
"product_id": "None.array-unique-0.3.2",
"product_identification_helper": {
"purl": "pkg:npm/array-unique@0.3.2"
}
}
},
{
"category": "product_version",
"name": "None.color-support-1.1.3",
"product": {
"name": "None.color-support-1.1.3",
"product_id": "None.color-support-1.1.3",
"product_identification_helper": {
"purl": "pkg:npm/color-support@1.1.3"
}
}
},
{
"category": "product_version",
"name": "None.has-value-1.0.0",
"product": {
"name": "None.has-value-1.0.0",
"product_id": "None.has-value-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/has-value@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.nth-check-1.0.2",
"product": {
"name": "None.nth-check-1.0.2",
"product_id": "None.nth-check-1.0.2",
"product_identification_helper": {
"purl": "pkg:npm/nth-check@1.0.2"
}
}
},
{
"category": "product_version",
"name": "None.regenerator-runtime-0.11.1",
"product": {
"name": "None.regenerator-runtime-0.11.1",
"product_id": "None.regenerator-runtime-0.11.1",
"product_identification_helper": {
"purl": "pkg:npm/regenerator-runtime@0.11.1"
}
}
},
{
"category": "product_version",
"name": "None.boolbase-1.0.0",
"product": {
"name": "None.boolbase-1.0.0",
"product_id": "None.boolbase-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/boolbase@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.expand-tilde-2.0.2",
"product": {
"name": "None.expand-tilde-2.0.2",
"product_id": "None.expand-tilde-2.0.2",
"product_identification_helper": {
"purl": "pkg:npm/expand-tilde@2.0.2"
}
}
},
{
"category": "product_version",
"name": "@mrmlnc.readdir-enhanced-2.2.1",
"product": {
"name": "@mrmlnc.readdir-enhanced-2.2.1",
"product_id": "@mrmlnc.readdir-enhanced-2.2.1",
"product_identification_helper": {
"purl": "pkg:npm/%40mrmlnc/readdir-enhanced@2.2.1"
}
}
},
{
"category": "product_version",
"name": "None.cache-base-1.0.1",
"product": {
"name": "None.cache-base-1.0.1",
"product_id": "None.cache-base-1.0.1",
"product_identification_helper": {
"purl": "pkg:npm/cache-base@1.0.1"
}
}
},
{
"category": "product_version",
"name": "None.websocket-extensions-0.1.3",
"product": {
"name": "None.websocket-extensions-0.1.3",
"product_id": "None.websocket-extensions-0.1.3",
"product_identification_helper": {
"purl": "pkg:npm/websocket-extensions@0.1.3"
}
}
},
{
"category": "product_version",
"name": "None.patternfly-bootstrap-treeview-2.1.5",
"product": {
"name": "None.patternfly-bootstrap-treeview-2.1.5",
"product_id": "None.patternfly-bootstrap-treeview-2.1.5",
"product_identification_helper": {
"purl": "pkg:npm/patternfly-bootstrap-treeview@2.1.5"
}
}
},
{
"category": "product_version",
"name": "None.isobject-3.0.1",
"product": {
"name": "None.isobject-3.0.1",
"product_id": "None.isobject-3.0.1",
"product_identification_helper": {
"purl": "pkg:npm/isobject@3.0.1"
}
}
},
{
"category": "product_version",
"name": "None.resolve-dir-1.0.1",
"product": {
"name": "None.resolve-dir-1.0.1",
"product_id": "None.resolve-dir-1.0.1",
"product_identification_helper": {
"purl": "pkg:npm/resolve-dir@1.0.1"
}
}
},
{
"category": "product_version",
"name": "None.glob-to-regexp-0.3.0",
"product": {
"name": "None.glob-to-regexp-0.3.0",
"product_id": "None.glob-to-regexp-0.3.0",
"product_identification_helper": {
"purl": "pkg:npm/glob-to-regexp@0.3.0"
}
}
},
{
"category": "product_version",
"name": "None.call-me-maybe-1.0.1",
"product": {
"name": "None.call-me-maybe-1.0.1",
"product_id": "None.call-me-maybe-1.0.1",
"product_identification_helper": {
"purl": "pkg:npm/call-me-maybe@1.0.1"
}
}
},
{
"category": "product_version",
"name": "None.is-finite-1.0.2",
"product": {
"name": "None.is-finite-1.0.2",
"product_id": "None.is-finite-1.0.2",
"product_identification_helper": {
"purl": "pkg:npm/is-finite@1.0.2"
}
}
},
{
"category": "product_version",
"name": "None.core-js-2.6.9",
"product": {
"name": "None.core-js-2.6.9",
"product_id": "None.core-js-2.6.9",
"product_identification_helper": {
"purl": "pkg:npm/core-js@2.6.9"
}
}
},
{
"category": "product_version",
"name": "None.jquery-match-height-0.7.2",
"product": {
"name": "None.jquery-match-height-0.7.2",
"product_id": "None.jquery-match-height-0.7.2",
"product_identification_helper": {
"purl": "pkg:npm/jquery-match-height@0.7.2"
}
}
},
{
"category": "product_version",
"name": "None.jquery-3.2.1",
"product": {
"name": "None.jquery-3.2.1",
"product_id": "None.jquery-3.2.1",
"product_identification_helper": {
"purl": "pkg:npm/jquery@3.2.1"
}
}
},
{
"category": "product_version",
"name": "None.retry-0.12.0",
"product": {
"name": "None.retry-0.12.0",
"product_id": "None.retry-0.12.0",
"product_identification_helper": {
"purl": "pkg:npm/retry@0.12.0"
}
}
},
{
"category": "product_version",
"name": "None.arr-union-3.1.0",
"product": {
"name": "None.arr-union-3.1.0",
"product_id": "None.arr-union-3.1.0",
"product_identification_helper": {
"purl": "pkg:npm/arr-union@3.1.0"
}
}
},
{
"category": "product_version",
"name": "None.global-modules-1.0.0",
"product": {
"name": "None.global-modules-1.0.0",
"product_id": "None.global-modules-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/global-modules@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.astral-regex-1.0.0",
"product": {
"name": "None.astral-regex-1.0.0",
"product_id": "None.astral-regex-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/astral-regex@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.is-descriptor-0.1.6",
"product": {
"name": "None.is-descriptor-0.1.6",
"product_id": "None.is-descriptor-0.1.6",
"product_identification_helper": {
"purl": "pkg:npm/is-descriptor@0.1.6"
}
}
},
{
"category": "product_version",
"name": "@types.node-12.0.10",
"product": {
"name": "@types.node-12.0.10",
"product_id": "@types.node-12.0.10",
"product_identification_helper": {
"purl": "pkg:npm/%40types/node@12.0.10"
}
}
},
{
"category": "product_version",
"name": "None.jstree-3.3.8",
"product": {
"name": "None.jstree-3.3.8",
"product_id": "None.jstree-3.3.8",
"product_identification_helper": {
"purl": "pkg:npm/jstree@3.3.8"
}
}
},
{
"category": "product_version",
"name": "None.ace-builds-1.4.5",
"product": {
"name": "None.ace-builds-1.4.5",
"product_id": "None.ace-builds-1.4.5",
"product_identification_helper": {
"purl": "pkg:npm/ace-builds@1.4.5"
}
}
},
{
"category": "product_version",
"name": "@types.d3-path-1.0.7",
"product": {
"name": "@types.d3-path-1.0.7",
"product_id": "@types.d3-path-1.0.7",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-path@1.0.7"
}
}
},
{
"category": "product_version",
"name": "@types.d3-axis-1.0.10",
"product": {
"name": "@types.d3-axis-1.0.10",
"product_id": "@types.d3-axis-1.0.10",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-axis@1.0.10"
}
}
},
{
"category": "product_version",
"name": "None.postcss-safe-parser-4.0.1",
"product": {
"name": "None.postcss-safe-parser-4.0.1",
"product_id": "None.postcss-safe-parser-4.0.1",
"product_identification_helper": {
"purl": "pkg:npm/postcss-safe-parser@4.0.1"
}
}
},
{
"category": "product_version",
"name": "None.map-obj-1.0.1",
"product": {
"name": "None.map-obj-1.0.1",
"product_id": "None.map-obj-1.0.1",
"product_identification_helper": {
"purl": "pkg:npm/map-obj@1.0.1"
}
}
},
{
"category": "product_version",
"name": "None.collapse-white-space-1.0.5",
"product": {
"name": "None.collapse-white-space-1.0.5",
"product_id": "None.collapse-white-space-1.0.5",
"product_identification_helper": {
"purl": "pkg:npm/collapse-white-space@1.0.5"
}
}
},
{
"category": "product_version",
"name": "None.character-reference-invalid-1.1.3",
"product": {
"name": "None.character-reference-invalid-1.1.3",
"product_id": "None.character-reference-invalid-1.1.3",
"product_identification_helper": {
"purl": "pkg:npm/character-reference-invalid@1.1.3"
}
}
},
{
"category": "product_version",
"name": "None.mixin-deep-1.3.2",
"product": {
"name": "None.mixin-deep-1.3.2",
"product_id": "None.mixin-deep-1.3.2",
"product_identification_helper": {
"purl": "pkg:npm/mixin-deep@1.3.2"
}
}
},
{
"category": "product_version",
"name": "@types.d3-force-1.1.1",
"product": {
"name": "@types.d3-force-1.1.1",
"product_id": "@types.d3-force-1.1.1",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-force@1.1.1"
}
}
},
{
"category": "product_version",
"name": "None.is-regexp-2.1.0",
"product": {
"name": "None.is-regexp-2.1.0",
"product_id": "None.is-regexp-2.1.0",
"product_identification_helper": {
"purl": "pkg:npm/is-regexp@2.1.0"
}
}
},
{
"category": "product_version",
"name": "None.d3-contour-1.3.2",
"product": {
"name": "None.d3-contour-1.3.2",
"product_id": "None.d3-contour-1.3.2",
"product_identification_helper": {
"purl": "pkg:npm/d3-contour@1.3.2"
}
}
},
{
"category": "product_version",
"name": "None.psl-1.1.33",
"product": {
"name": "None.psl-1.1.33",
"product_id": "None.psl-1.1.33",
"product_identification_helper": {
"purl": "pkg:npm/psl@1.1.33"
}
}
},
{
"category": "product_version",
"name": "None.remark-parse-6.0.3",
"product": {
"name": "None.remark-parse-6.0.3",
"product_id": "None.remark-parse-6.0.3",
"product_identification_helper": {
"purl": "pkg:npm/remark-parse@6.0.3"
}
}
},
{
"category": "product_version",
"name": "None.dir-glob-2.2.2",
"product": {
"name": "None.dir-glob-2.2.2",
"product_id": "None.dir-glob-2.2.2",
"product_identification_helper": {
"purl": "pkg:npm/dir-glob@2.2.2"
}
}
},
{
"category": "product_version",
"name": "None.glob-5.0.15",
"product": {
"name": "None.glob-5.0.15",
"product_id": "None.glob-5.0.15",
"product_identification_helper": {
"purl": "pkg:npm/glob@5.0.15"
}
}
},
{
"category": "product_version",
"name": "None.bytes-1.0.0",
"product": {
"name": "None.bytes-1.0.0",
"product_id": "None.bytes-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/bytes@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.autocompleter-4.0.2",
"product": {
"name": "None.autocompleter-4.0.2",
"product_id": "None.autocompleter-4.0.2",
"product_identification_helper": {
"purl": "pkg:npm/autocompleter@4.0.2"
}
}
},
{
"category": "product_version",
"name": "None.camelcase-keys-2.1.0",
"product": {
"name": "None.camelcase-keys-2.1.0",
"product_id": "None.camelcase-keys-2.1.0",
"product_identification_helper": {
"purl": "pkg:npm/camelcase-keys@2.1.0"
}
}
},
{
"category": "product_version",
"name": "@types.d3-ease-1.0.7",
"product": {
"name": "@types.d3-ease-1.0.7",
"product_id": "@types.d3-ease-1.0.7",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-ease@1.0.7"
}
}
},
{
"category": "product_version",
"name": "None.resolve-from-5.0.0",
"product": {
"name": "None.resolve-from-5.0.0",
"product_id": "None.resolve-from-5.0.0",
"product_identification_helper": {
"purl": "pkg:npm/resolve-from@5.0.0"
}
}
},
{
"category": "product_version",
"name": "None.estraverse-4.1.0",
"product": {
"name": "None.estraverse-4.1.0",
"product_id": "None.estraverse-4.1.0",
"product_identification_helper": {
"purl": "pkg:npm/estraverse@4.1.0"
}
}
},
{
"category": "product_version",
"name": "@babel.types-7.4.4",
"product": {
"name": "@babel.types-7.4.4",
"product_id": "@babel.types-7.4.4",
"product_identification_helper": {
"purl": "pkg:npm/%40babel/types@7.4.4"
}
}
},
{
"category": "product_version",
"name": "@types.d3-collection-1.0.7",
"product": {
"name": "@types.d3-collection-1.0.7",
"product_id": "@types.d3-collection-1.0.7",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-collection@1.0.7"
}
}
},
{
"category": "product_version",
"name": "None.v8flags-3.1.3",
"product": {
"name": "None.v8flags-3.1.3",
"product_id": "None.v8flags-3.1.3",
"product_identification_helper": {
"purl": "pkg:npm/v8flags@3.1.3"
}
}
},
{
"category": "product_version",
"name": "None.specificity-0.4.1",
"product": {
"name": "None.specificity-0.4.1",
"product_id": "None.specificity-0.4.1",
"product_identification_helper": {
"purl": "pkg:npm/specificity@0.4.1"
}
}
},
{
"category": "product_version",
"name": "None.glob-7.0.6",
"product": {
"name": "None.glob-7.0.6",
"product_id": "None.glob-7.0.6",
"product_identification_helper": {
"purl": "pkg:npm/glob@7.0.6"
}
}
},
{
"category": "product_version",
"name": "None.clone-regexp-2.2.0",
"product": {
"name": "None.clone-regexp-2.2.0",
"product_id": "None.clone-regexp-2.2.0",
"product_identification_helper": {
"purl": "pkg:npm/clone-regexp@2.2.0"
}
}
},
{
"category": "product_version",
"name": "@types.d3-random-1.1.1",
"product": {
"name": "@types.d3-random-1.1.1",
"product_id": "@types.d3-random-1.1.1",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-random@1.1.1"
}
}
},
{
"category": "product_version",
"name": "None.micromatch-4.0.2",
"product": {
"name": "None.micromatch-4.0.2",
"product_id": "None.micromatch-4.0.2",
"product_identification_helper": {
"purl": "pkg:npm/micromatch@4.0.2"
}
}
},
{
"category": "product_version",
"name": "None.findup-sync-2.0.0",
"product": {
"name": "None.findup-sync-2.0.0",
"product_id": "None.findup-sync-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/findup-sync@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.d3-path-1.0.7",
"product": {
"name": "None.d3-path-1.0.7",
"product_id": "None.d3-path-1.0.7",
"product_identification_helper": {
"purl": "pkg:npm/d3-path@1.0.7"
}
}
},
{
"category": "product_version",
"name": "None.indent-string-2.1.0",
"product": {
"name": "None.indent-string-2.1.0",
"product_id": "None.indent-string-2.1.0",
"product_identification_helper": {
"purl": "pkg:npm/indent-string@2.1.0"
}
}
},
{
"category": "product_version",
"name": "None.is-alphabetical-1.0.3",
"product": {
"name": "None.is-alphabetical-1.0.3",
"product_id": "None.is-alphabetical-1.0.3",
"product_identification_helper": {
"purl": "pkg:npm/is-alphabetical@1.0.3"
}
}
},
{
"category": "product_version",
"name": "None.read-pkg-up-3.0.0",
"product": {
"name": "None.read-pkg-up-3.0.0",
"product_id": "None.read-pkg-up-3.0.0",
"product_identification_helper": {
"purl": "pkg:npm/read-pkg-up@3.0.0"
}
}
},
{
"category": "product_version",
"name": "None.state-toggle-1.0.2",
"product": {
"name": "None.state-toggle-1.0.2",
"product_id": "None.state-toggle-1.0.2",
"product_identification_helper": {
"purl": "pkg:npm/state-toggle@1.0.2"
}
}
},
{
"category": "product_version",
"name": "@types.d3-interpolate-1.2.0",
"product": {
"name": "@types.d3-interpolate-1.2.0",
"product_id": "@types.d3-interpolate-1.2.0",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-interpolate@1.2.0"
}
}
},
{
"category": "product_version",
"name": "None.d3-drag-1.2.3",
"product": {
"name": "None.d3-drag-1.2.3",
"product_id": "None.d3-drag-1.2.3",
"product_identification_helper": {
"purl": "pkg:npm/d3-drag@1.2.3"
}
}
},
{
"category": "product_version",
"name": "@types.d3-shape-1.2.3",
"product": {
"name": "@types.d3-shape-1.2.3",
"product_id": "@types.d3-shape-1.2.3",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-shape@1.2.3"
}
}
},
{
"category": "product_version",
"name": "None.ccount-1.0.4",
"product": {
"name": "None.ccount-1.0.4",
"product_id": "None.ccount-1.0.4",
"product_identification_helper": {
"purl": "pkg:npm/ccount@1.0.4"
}
}
},
{
"category": "product_version",
"name": "None.electron-to-chromium-1.3.174",
"product": {
"name": "None.electron-to-chromium-1.3.174",
"product_id": "None.electron-to-chromium-1.3.174",
"product_identification_helper": {
"purl": "pkg:npm/electron-to-chromium@1.3.174"
}
}
},
{
"category": "product_version",
"name": "None.image-size-0.5.5",
"product": {
"name": "None.image-size-0.5.5",
"product_id": "None.image-size-0.5.5",
"product_identification_helper": {
"purl": "pkg:npm/image-size@0.5.5"
}
}
},
{
"category": "product_version",
"name": "None.unist-util-find-all-after-1.0.4",
"product": {
"name": "None.unist-util-find-all-after-1.0.4",
"product_id": "None.unist-util-find-all-after-1.0.4",
"product_identification_helper": {
"purl": "pkg:npm/unist-util-find-all-after@1.0.4"
}
}
},
{
"category": "product_version",
"name": "None.bootstrap-switch-3.3.5",
"product": {
"name": "None.bootstrap-switch-3.3.5",
"product_id": "None.bootstrap-switch-3.3.5",
"product_identification_helper": {
"purl": "pkg:npm/bootstrap-switch@3.3.5"
}
}
},
{
"category": "product_version",
"name": "None.findup-sync-0.3.0",
"product": {
"name": "None.findup-sync-0.3.0",
"product_id": "None.findup-sync-0.3.0",
"product_identification_helper": {
"purl": "pkg:npm/findup-sync@0.3.0"
}
}
},
{
"category": "product_version",
"name": "None.import-lazy-4.0.0",
"product": {
"name": "None.import-lazy-4.0.0",
"product_id": "None.import-lazy-4.0.0",
"product_identification_helper": {
"purl": "pkg:npm/import-lazy@4.0.0"
}
}
},
{
"category": "product_version",
"name": "None.postcss-less-3.1.4",
"product": {
"name": "None.postcss-less-3.1.4",
"product_id": "None.postcss-less-3.1.4",
"product_identification_helper": {
"purl": "pkg:npm/postcss-less@3.1.4"
}
}
},
{
"category": "product_version",
"name": "None.object.defaults-1.1.0",
"product": {
"name": "None.object.defaults-1.1.0",
"product_id": "None.object.defaults-1.1.0",
"product_identification_helper": {
"purl": "pkg:npm/object.defaults@1.1.0"
}
}
},
{
"category": "product_version",
"name": "None.d3-voronoi-1.1.4",
"product": {
"name": "None.d3-voronoi-1.1.4",
"product_id": "None.d3-voronoi-1.1.4",
"product_identification_helper": {
"purl": "pkg:npm/d3-voronoi@1.1.4"
}
}
},
{
"category": "product_version",
"name": "None.table-5.4.1",
"product": {
"name": "None.table-5.4.1",
"product_id": "None.table-5.4.1",
"product_identification_helper": {
"purl": "pkg:npm/table@5.4.1"
}
}
},
{
"category": "product_version",
"name": "None.minimist-1.1.3",
"product": {
"name": "None.minimist-1.1.3",
"product_id": "None.minimist-1.1.3",
"product_identification_helper": {
"purl": "pkg:npm/minimist@1.1.3"
}
}
},
{
"category": "product_version",
"name": "None.load-json-file-1.1.0",
"product": {
"name": "None.load-json-file-1.1.0",
"product_id": "None.load-json-file-1.1.0",
"product_identification_helper": {
"purl": "pkg:npm/load-json-file@1.1.0"
}
}
},
{
"category": "product_version",
"name": "None.bootstrap-select-1.13.10",
"product": {
"name": "None.bootstrap-select-1.13.10",
"product_id": "None.bootstrap-select-1.13.10",
"product_identification_helper": {
"purl": "pkg:npm/bootstrap-select@1.13.10"
}
}
},
{
"category": "product_version",
"name": "None.parse5-1.5.1",
"product": {
"name": "None.parse5-1.5.1",
"product_id": "None.parse5-1.5.1",
"product_identification_helper": {
"purl": "pkg:npm/parse5@1.5.1"
}
}
},
{
"category": "product_version",
"name": "None.currently-unhandled-0.4.1",
"product": {
"name": "None.currently-unhandled-0.4.1",
"product_id": "None.currently-unhandled-0.4.1",
"product_identification_helper": {
"purl": "pkg:npm/currently-unhandled@0.4.1"
}
}
},
{
"category": "product_version",
"name": "None.path-exists-2.1.0",
"product": {
"name": "None.path-exists-2.1.0",
"product_id": "None.path-exists-2.1.0",
"product_identification_helper": {
"purl": "pkg:npm/path-exists@2.1.0"
}
}
},
{
"category": "product_version",
"name": "None.bail-1.0.4",
"product": {
"name": "None.bail-1.0.4",
"product_id": "None.bail-1.0.4",
"product_identification_helper": {
"purl": "pkg:npm/bail@1.0.4"
}
}
},
{
"category": "product_version",
"name": "None.is-alphanumerical-1.0.3",
"product": {
"name": "None.is-alphanumerical-1.0.3",
"product_id": "None.is-alphanumerical-1.0.3",
"product_identification_helper": {
"purl": "pkg:npm/is-alphanumerical@1.0.3"
}
}
},
{
"category": "product_version",
"name": "@babel.template-7.4.4",
"product": {
"name": "@babel.template-7.4.4",
"product_id": "@babel.template-7.4.4",
"product_identification_helper": {
"purl": "pkg:npm/%40babel/template@7.4.4"
}
}
},
{
"category": "product_version",
"name": "None.symbol-tree-3.2.4",
"product": {
"name": "None.symbol-tree-3.2.4",
"product_id": "None.symbol-tree-3.2.4",
"product_identification_helper": {
"purl": "pkg:npm/symbol-tree@3.2.4"
}
}
},
{
"category": "product_version",
"name": "None.coffeescript-1.10.0",
"product": {
"name": "None.coffeescript-1.10.0",
"product_id": "None.coffeescript-1.10.0",
"product_identification_helper": {
"purl": "pkg:npm/coffeescript@1.10.0"
}
}
},
{
"category": "product_version",
"name": "None.d3-transition-1.2.0",
"product": {
"name": "None.d3-transition-1.2.0",
"product_id": "None.d3-transition-1.2.0",
"product_identification_helper": {
"purl": "pkg:npm/d3-transition@1.2.0"
}
}
},
{
"category": "product_version",
"name": "None.pixrem-5.0.0",
"product": {
"name": "None.pixrem-5.0.0",
"product_id": "None.pixrem-5.0.0",
"product_identification_helper": {
"purl": "pkg:npm/pixrem@5.0.0"
}
}
},
{
"category": "product_version",
"name": "None.async-2.6.2",
"product": {
"name": "None.async-2.6.2",
"product_id": "None.async-2.6.2",
"product_identification_helper": {
"purl": "pkg:npm/async@2.6.2"
}
}
},
{
"category": "product_version",
"name": "None.gaze-1.1.3",
"product": {
"name": "None.gaze-1.1.3",
"product_id": "None.gaze-1.1.3",
"product_identification_helper": {
"purl": "pkg:npm/gaze@1.1.3"
}
}
},
{
"category": "product_version",
"name": "None.core-js-0.9.18",
"product": {
"name": "None.core-js-0.9.18",
"product_id": "None.core-js-0.9.18",
"product_identification_helper": {
"purl": "pkg:npm/core-js@0.9.18"
}
}
},
{
"category": "product_version",
"name": "None.interpret-1.1.0",
"product": {
"name": "None.interpret-1.1.0",
"product_id": "None.interpret-1.1.0",
"product_identification_helper": {
"purl": "pkg:npm/interpret@1.1.0"
}
}
},
{
"category": "product_version",
"name": "None.unist-util-remove-position-1.1.3",
"product": {
"name": "None.unist-util-remove-position-1.1.3",
"product_id": "None.unist-util-remove-position-1.1.3",
"product_identification_helper": {
"purl": "pkg:npm/unist-util-remove-position@1.1.3"
}
}
},
{
"category": "product_version",
"name": "None.gzip-size-3.0.0",
"product": {
"name": "None.gzip-size-3.0.0",
"product_id": "None.gzip-size-3.0.0",
"product_identification_helper": {
"purl": "pkg:npm/gzip-size@3.0.0"
}
}
},
{
"category": "product_version",
"name": "@types.c3-0.6.0",
"product": {
"name": "@types.c3-0.6.0",
"product_id": "@types.c3-0.6.0",
"product_identification_helper": {
"purl": "pkg:npm/%40types/c3@0.6.0"
}
}
},
{
"category": "product_version",
"name": "None.execall-2.0.0",
"product": {
"name": "None.execall-2.0.0",
"product_id": "None.execall-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/execall@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.less-3.9.0",
"product": {
"name": "None.less-3.9.0",
"product_id": "None.less-3.9.0",
"product_identification_helper": {
"purl": "pkg:npm/less@3.9.0"
}
}
},
{
"category": "product_version",
"name": "@types.d3-timer-1.0.7",
"product": {
"name": "@types.d3-timer-1.0.7",
"product_id": "@types.d3-timer-1.0.7",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-timer@1.0.7"
}
}
},
{
"category": "product_version",
"name": "None.emoji-regex-8.0.0",
"product": {
"name": "None.emoji-regex-8.0.0",
"product_id": "None.emoji-regex-8.0.0",
"product_identification_helper": {
"purl": "pkg:npm/emoji-regex@8.0.0"
}
}
},
{
"category": "product_version",
"name": "@types.d3-drag-1.2.1",
"product": {
"name": "@types.d3-drag-1.2.1",
"product_id": "@types.d3-drag-1.2.1",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-drag@1.2.1"
}
}
},
{
"category": "product_version",
"name": "None.union-value-1.0.1",
"product": {
"name": "None.union-value-1.0.1",
"product_id": "None.union-value-1.0.1",
"product_identification_helper": {
"purl": "pkg:npm/union-value@1.0.1"
}
}
},
{
"category": "product_version",
"name": "@types.d3-array-1.2.1",
"product": {
"name": "@types.d3-array-1.2.1",
"product_id": "@types.d3-array-1.2.1",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-array@1.2.1"
}
}
},
{
"category": "product_version",
"name": "None.unist-util-stringify-position-1.1.2",
"product": {
"name": "None.unist-util-stringify-position-1.1.2",
"product_id": "None.unist-util-stringify-position-1.1.2",
"product_identification_helper": {
"purl": "pkg:npm/unist-util-stringify-position@1.1.2"
}
}
},
{
"category": "product_version",
"name": "None.num2fraction-1.2.2",
"product": {
"name": "None.num2fraction-1.2.2",
"product_id": "None.num2fraction-1.2.2",
"product_identification_helper": {
"purl": "pkg:npm/num2fraction@1.2.2"
}
}
},
{
"category": "product_version",
"name": "None.escape-html-1.0.2",
"product": {
"name": "None.escape-html-1.0.2",
"product_id": "None.escape-html-1.0.2",
"product_identification_helper": {
"purl": "pkg:npm/escape-html@1.0.2"
}
}
},
{
"category": "product_version",
"name": "None.markdown-escapes-1.0.3",
"product": {
"name": "None.markdown-escapes-1.0.3",
"product_id": "None.markdown-escapes-1.0.3",
"product_identification_helper": {
"purl": "pkg:npm/markdown-escapes@1.0.3"
}
}
},
{
"category": "product_version",
"name": "None.continuable-cache-0.3.1",
"product": {
"name": "None.continuable-cache-0.3.1",
"product_id": "None.continuable-cache-0.3.1",
"product_identification_helper": {
"purl": "pkg:npm/continuable-cache@0.3.1"
}
}
},
{
"category": "product_version",
"name": "None.unist-util-visit-parents-2.1.2",
"product": {
"name": "None.unist-util-visit-parents-2.1.2",
"product_id": "None.unist-util-visit-parents-2.1.2",
"product_identification_helper": {
"purl": "pkg:npm/unist-util-visit-parents@2.1.2"
}
}
},
{
"category": "product_version",
"name": "None.yargs-parser-10.1.0",
"product": {
"name": "None.yargs-parser-10.1.0",
"product_id": "None.yargs-parser-10.1.0",
"product_identification_helper": {
"purl": "pkg:npm/yargs-parser@10.1.0"
}
}
},
{
"category": "product_version",
"name": "None.d3-force-1.2.1",
"product": {
"name": "None.d3-force-1.2.1",
"product_id": "None.d3-force-1.2.1",
"product_identification_helper": {
"purl": "pkg:npm/d3-force@1.2.1"
}
}
},
{
"category": "product_version",
"name": "None.trim-newlines-2.0.0",
"product": {
"name": "None.trim-newlines-2.0.0",
"product_id": "None.trim-newlines-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/trim-newlines@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.cosmiconfig-5.2.1",
"product": {
"name": "None.cosmiconfig-5.2.1",
"product_id": "None.cosmiconfig-5.2.1",
"product_identification_helper": {
"purl": "pkg:npm/cosmiconfig@5.2.1"
}
}
},
{
"category": "product_version",
"name": "@babel.core-7.4.5",
"product": {
"name": "@babel.core-7.4.5",
"product_id": "@babel.core-7.4.5",
"product_identification_helper": {
"purl": "pkg:npm/%40babel/core@7.4.5"
}
}
},
{
"category": "product_version",
"name": "None.string-template-0.2.1",
"product": {
"name": "None.string-template-0.2.1",
"product_id": "None.string-template-0.2.1",
"product_identification_helper": {
"purl": "pkg:npm/string-template@0.2.1"
}
}
},
{
"category": "product_version",
"name": "None.optionator-0.5.0",
"product": {
"name": "None.optionator-0.5.0",
"product_id": "None.optionator-0.5.0",
"product_identification_helper": {
"purl": "pkg:npm/optionator@0.5.0"
}
}
},
{
"category": "product_version",
"name": "None.gonzales-pe-4.2.4",
"product": {
"name": "None.gonzales-pe-4.2.4",
"product_id": "None.gonzales-pe-4.2.4",
"product_identification_helper": {
"purl": "pkg:npm/gonzales-pe@4.2.4"
}
}
},
{
"category": "product_version",
"name": "None.mdast-util-compact-1.0.3",
"product": {
"name": "None.mdast-util-compact-1.0.3",
"product_id": "None.mdast-util-compact-1.0.3",
"product_identification_helper": {
"purl": "pkg:npm/mdast-util-compact@1.0.3"
}
}
},
{
"category": "product_version",
"name": "None.d3-shape-1.3.5",
"product": {
"name": "None.d3-shape-1.3.5",
"product_id": "None.d3-shape-1.3.5",
"product_identification_helper": {
"purl": "pkg:npm/d3-shape@1.3.5"
}
}
},
{
"category": "product_version",
"name": "None.datatables.net-keytable-2.5.0",
"product": {
"name": "None.datatables.net-keytable-2.5.0",
"product_id": "None.datatables.net-keytable-2.5.0",
"product_identification_helper": {
"purl": "pkg:npm/datatables.net-keytable@2.5.0"
}
}
},
{
"category": "product_version",
"name": "None.minimist-1.1.1",
"product": {
"name": "None.minimist-1.1.1",
"product_id": "None.minimist-1.1.1",
"product_identification_helper": {
"purl": "pkg:npm/minimist@1.1.1"
}
}
},
{
"category": "product_version",
"name": "None.postcss-7.0.17",
"product": {
"name": "None.postcss-7.0.17",
"product_id": "None.postcss-7.0.17",
"product_identification_helper": {
"purl": "pkg:npm/postcss@7.0.17"
}
}
},
{
"category": "product_version",
"name": "None.strip-bom-2.0.0",
"product": {
"name": "None.strip-bom-2.0.0",
"product_id": "None.strip-bom-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/strip-bom@2.0.0"
}
}
},
{
"category": "product_version",
"name": "@babel.generator-7.4.4",
"product": {
"name": "@babel.generator-7.4.4",
"product_id": "@babel.generator-7.4.4",
"product_identification_helper": {
"purl": "pkg:npm/%40babel/generator@7.4.4"
}
}
},
{
"category": "product_version",
"name": "None.strip-indent-2.0.0",
"product": {
"name": "None.strip-indent-2.0.0",
"product_id": "None.strip-indent-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/strip-indent@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.character-entities-html4-1.1.3",
"product": {
"name": "None.character-entities-html4-1.1.3",
"product_id": "None.character-entities-html4-1.1.3",
"product_identification_helper": {
"purl": "pkg:npm/character-entities-html4@1.1.3"
}
}
},
{
"category": "product_version",
"name": "@types.d3-geo-1.10.3",
"product": {
"name": "@types.d3-geo-1.10.3",
"product_id": "@types.d3-geo-1.10.3",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-geo@1.10.3"
}
}
},
{
"category": "product_version",
"name": "None.datatables.net-colreorder-1.4.1",
"product": {
"name": "None.datatables.net-colreorder-1.4.1",
"product_id": "None.datatables.net-colreorder-1.4.1",
"product_identification_helper": {
"purl": "pkg:npm/datatables.net-colreorder@1.4.1"
}
}
},
{
"category": "product_version",
"name": "None.markdown-table-1.1.3",
"product": {
"name": "None.markdown-table-1.1.3",
"product_id": "None.markdown-table-1.1.3",
"product_identification_helper": {
"purl": "pkg:npm/markdown-table@1.1.3"
}
}
},
{
"category": "product_version",
"name": "None.path-root-regex-0.1.2",
"product": {
"name": "None.path-root-regex-0.1.2",
"product_id": "None.path-root-regex-0.1.2",
"product_identification_helper": {
"purl": "pkg:npm/path-root-regex@0.1.2"
}
}
},
{
"category": "product_version",
"name": "@types.d3-polygon-1.0.6",
"product": {
"name": "@types.d3-polygon-1.0.6",
"product_id": "@types.d3-polygon-1.0.6",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-polygon@1.0.6"
}
}
},
{
"category": "product_version",
"name": "None.safe-json-parse-1.0.1",
"product": {
"name": "None.safe-json-parse-1.0.1",
"product_id": "None.safe-json-parse-1.0.1",
"product_identification_helper": {
"purl": "pkg:npm/safe-json-parse@1.0.1"
}
}
},
{
"category": "product_version",
"name": "None.for-own-1.0.0",
"product": {
"name": "None.for-own-1.0.0",
"product_id": "None.for-own-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/for-own@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.estraverse-1.9.3",
"product": {
"name": "None.estraverse-1.9.3",
"product_id": "None.estraverse-1.9.3",
"product_identification_helper": {
"purl": "pkg:npm/estraverse@1.9.3"
}
}
},
{
"category": "product_version",
"name": "None.whatwg-url-compat-0.6.5",
"product": {
"name": "None.whatwg-url-compat-0.6.5",
"product_id": "None.whatwg-url-compat-0.6.5",
"product_identification_helper": {
"purl": "pkg:npm/whatwg-url-compat@0.6.5"
}
}
},
{
"category": "product_version",
"name": "None.figures-1.7.0",
"product": {
"name": "None.figures-1.7.0",
"product_id": "None.figures-1.7.0",
"product_identification_helper": {
"purl": "pkg:npm/figures@1.7.0"
}
}
},
{
"category": "product_version",
"name": "None.source-map-0.2.0",
"product": {
"name": "None.source-map-0.2.0",
"product_id": "None.source-map-0.2.0",
"product_identification_helper": {
"purl": "pkg:npm/source-map@0.2.0"
}
}
},
{
"category": "product_version",
"name": "None.console-control-strings-1.1.0",
"product": {
"name": "None.console-control-strings-1.1.0",
"product_id": "None.console-control-strings-1.1.0",
"product_identification_helper": {
"purl": "pkg:npm/console-control-strings@1.1.0"
}
}
},
{
"category": "product_version",
"name": "None.acorn-2.7.0",
"product": {
"name": "None.acorn-2.7.0",
"product_id": "None.acorn-2.7.0",
"product_identification_helper": {
"purl": "pkg:npm/acorn@2.7.0"
}
}
},
{
"category": "product_version",
"name": "None.bootstrap-datepicker-1.9.0",
"product": {
"name": "None.bootstrap-datepicker-1.9.0",
"product_id": "None.bootstrap-datepicker-1.9.0",
"product_identification_helper": {
"purl": "pkg:npm/bootstrap-datepicker@1.9.0"
}
}
},
{
"category": "product_version",
"name": "None.is-word-character-1.0.3",
"product": {
"name": "None.is-word-character-1.0.3",
"product_id": "None.is-word-character-1.0.3",
"product_identification_helper": {
"purl": "pkg:npm/is-word-character@1.0.3"
}
}
},
{
"category": "product_version",
"name": "None.eventemitter2-0.4.14",
"product": {
"name": "None.eventemitter2-0.4.14",
"product_id": "None.eventemitter2-0.4.14",
"product_identification_helper": {
"purl": "pkg:npm/eventemitter2@0.4.14"
}
}
},
{
"category": "product_version",
"name": "None.braces-3.0.2",
"product": {
"name": "None.braces-3.0.2",
"product_id": "None.braces-3.0.2",
"product_identification_helper": {
"purl": "pkg:npm/braces@3.0.2"
}
}
},
{
"category": "product_version",
"name": "None.grunt-contrib-copy-1.0.0",
"product": {
"name": "None.grunt-contrib-copy-1.0.0",
"product_id": "None.grunt-contrib-copy-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/grunt-contrib-copy@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.vfile-location-2.0.5",
"product": {
"name": "None.vfile-location-2.0.5",
"product_id": "None.vfile-location-2.0.5",
"product_identification_helper": {
"purl": "pkg:npm/vfile-location@2.0.5"
}
}
},
{
"category": "product_version",
"name": "None.espree-2.2.0",
"product": {
"name": "None.espree-2.2.0",
"product_id": "None.espree-2.2.0",
"product_identification_helper": {
"purl": "pkg:npm/espree@2.2.0"
}
}
},
{
"category": "product_version",
"name": "None.mathml-tag-names-2.1.1",
"product": {
"name": "None.mathml-tag-names-2.1.1",
"product_id": "None.mathml-tag-names-2.1.1",
"product_identification_helper": {
"purl": "pkg:npm/mathml-tag-names@2.1.1"
}
}
},
{
"category": "product_version",
"name": "@types.d3-chord-1.0.7",
"product": {
"name": "@types.d3-chord-1.0.7",
"product_id": "@types.d3-chord-1.0.7",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-chord@1.0.7"
}
}
},
{
"category": "product_version",
"name": "None.stringify-entities-1.3.2",
"product": {
"name": "None.stringify-entities-1.3.2",
"product_id": "None.stringify-entities-1.3.2",
"product_identification_helper": {
"purl": "pkg:npm/stringify-entities@1.3.2"
}
}
},
{
"category": "product_version",
"name": "None.postcss-jsx-0.36.1",
"product": {
"name": "None.postcss-jsx-0.36.1",
"product_id": "None.postcss-jsx-0.36.1",
"product_identification_helper": {
"purl": "pkg:npm/postcss-jsx@0.36.1"
}
}
},
{
"category": "product_version",
"name": "None.grunt-1.0.4",
"product": {
"name": "None.grunt-1.0.4",
"product_id": "None.grunt-1.0.4",
"product_identification_helper": {
"purl": "pkg:npm/grunt@1.0.4"
}
}
},
{
"category": "product_version",
"name": "@types.d3-4.13.0",
"product": {
"name": "@types.d3-4.13.0",
"product_id": "@types.d3-4.13.0",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3@4.13.0"
}
}
},
{
"category": "product_version",
"name": "None.sugarss-2.0.0",
"product": {
"name": "None.sugarss-2.0.0",
"product_id": "None.sugarss-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/sugarss@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.tiny-lr-1.1.1",
"product": {
"name": "None.tiny-lr-1.1.1",
"product_id": "None.tiny-lr-1.1.1",
"product_identification_helper": {
"purl": "pkg:npm/tiny-lr@1.1.1"
}
}
},
{
"category": "product_version",
"name": "None.colors-1.1.2",
"product": {
"name": "None.colors-1.1.2",
"product_id": "None.colors-1.1.2",
"product_identification_helper": {
"purl": "pkg:npm/colors@1.1.2"
}
}
},
{
"category": "product_version",
"name": "None.fs-extra-0.26.5",
"product": {
"name": "None.fs-extra-0.26.5",
"product_id": "None.fs-extra-0.26.5",
"product_identification_helper": {
"purl": "pkg:npm/fs-extra@0.26.5"
}
}
},
{
"category": "product_version",
"name": "None.css-parse-2.0.0",
"product": {
"name": "None.css-parse-2.0.0",
"product_id": "None.css-parse-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/css-parse@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.leven-3.1.0",
"product": {
"name": "None.leven-3.1.0",
"product_id": "None.leven-3.1.0",
"product_identification_helper": {
"purl": "pkg:npm/leven@3.1.0"
}
}
},
{
"category": "product_version",
"name": "None.nwmatcher-1.4.4",
"product": {
"name": "None.nwmatcher-1.4.4",
"product_id": "None.nwmatcher-1.4.4",
"product_identification_helper": {
"purl": "pkg:npm/nwmatcher@1.4.4"
}
}
},
{
"category": "product_version",
"name": "None.file-sync-cmp-0.1.1",
"product": {
"name": "None.file-sync-cmp-0.1.1",
"product_id": "None.file-sync-cmp-0.1.1",
"product_identification_helper": {
"purl": "pkg:npm/file-sync-cmp@0.1.1"
}
}
},
{
"category": "product_version",
"name": "None.is-utf8-0.2.1",
"product": {
"name": "None.is-utf8-0.2.1",
"product_id": "None.is-utf8-0.2.1",
"product_identification_helper": {
"purl": "pkg:npm/is-utf8@0.2.1"
}
}
},
{
"category": "product_version",
"name": "None.ice-cap-0.0.4",
"product": {
"name": "None.ice-cap-0.0.4",
"product_id": "None.ice-cap-0.0.4",
"product_identification_helper": {
"purl": "pkg:npm/ice-cap@0.0.4"
}
}
},
{
"category": "product_version",
"name": "None.diff-3.5.0",
"product": {
"name": "None.diff-3.5.0",
"product_id": "None.diff-3.5.0",
"product_identification_helper": {
"purl": "pkg:npm/diff@3.5.0"
}
}
},
{
"category": "product_version",
"name": "None.ignore-5.1.2",
"product": {
"name": "None.ignore-5.1.2",
"product_id": "None.ignore-5.1.2",
"product_identification_helper": {
"purl": "pkg:npm/ignore@5.1.2"
}
}
},
{
"category": "product_version",
"name": "None.postcss-markdown-0.36.0",
"product": {
"name": "None.postcss-markdown-0.36.0",
"product_id": "None.postcss-markdown-0.36.0",
"product_identification_helper": {
"purl": "pkg:npm/postcss-markdown@0.36.0"
}
}
},
{
"category": "product_version",
"name": "None.html-tags-3.0.0",
"product": {
"name": "None.html-tags-3.0.0",
"product_id": "None.html-tags-3.0.0",
"product_identification_helper": {
"purl": "pkg:npm/html-tags@3.0.0"
}
}
},
{
"category": "product_version",
"name": "None.error-7.0.2",
"product": {
"name": "None.error-7.0.2",
"product_id": "None.error-7.0.2",
"product_identification_helper": {
"purl": "pkg:npm/error@7.0.2"
}
}
},
{
"category": "product_version",
"name": "None.trim-trailing-lines-1.1.2",
"product": {
"name": "None.trim-trailing-lines-1.1.2",
"product_id": "None.trim-trailing-lines-1.1.2",
"product_identification_helper": {
"purl": "pkg:npm/trim-trailing-lines@1.1.2"
}
}
},
{
"category": "product_version",
"name": "@types.d3-quadtree-1.0.5",
"product": {
"name": "@types.d3-quadtree-1.0.5",
"product_id": "@types.d3-quadtree-1.0.5",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-quadtree@1.0.5"
}
}
},
{
"category": "product_version",
"name": "None.level-errors-2.0.1",
"product": {
"name": "None.level-errors-2.0.1",
"product_id": "None.level-errors-2.0.1",
"product_identification_helper": {
"purl": "pkg:npm/level-errors@2.0.1"
}
}
},
{
"category": "product_version",
"name": "@types.d3-time-format-2.1.0",
"product": {
"name": "@types.d3-time-format-2.1.0",
"product_id": "@types.d3-time-format-2.1.0",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-time-format@2.1.0"
}
}
},
{
"category": "product_version",
"name": "None.livereload-js-2.4.0",
"product": {
"name": "None.livereload-js-2.4.0",
"product_id": "None.livereload-js-2.4.0",
"product_identification_helper": {
"purl": "pkg:npm/livereload-js@2.4.0"
}
}
},
{
"category": "product_version",
"name": "None.camelcase-keys-4.2.0",
"product": {
"name": "None.camelcase-keys-4.2.0",
"product_id": "None.camelcase-keys-4.2.0",
"product_identification_helper": {
"purl": "pkg:npm/camelcase-keys@4.2.0"
}
}
},
{
"category": "product_version",
"name": "None.make-iterator-1.0.1",
"product": {
"name": "None.make-iterator-1.0.1",
"product_id": "None.make-iterator-1.0.1",
"product_identification_helper": {
"purl": "pkg:npm/make-iterator@1.0.1"
}
}
},
{
"category": "product_version",
"name": "None.postcss-sass-0.3.5",
"product": {
"name": "None.postcss-sass-0.3.5",
"product_id": "None.postcss-sass-0.3.5",
"product_identification_helper": {
"purl": "pkg:npm/postcss-sass@0.3.5"
}
}
},
{
"category": "product_version",
"name": "None.path-root-0.1.1",
"product": {
"name": "None.path-root-0.1.1",
"product_id": "None.path-root-0.1.1",
"product_identification_helper": {
"purl": "pkg:npm/path-root@0.1.1"
}
}
},
{
"category": "product_version",
"name": "None.grunt-contrib-watch-1.1.0",
"product": {
"name": "None.grunt-contrib-watch-1.1.0",
"product_id": "None.grunt-contrib-watch-1.1.0",
"product_identification_helper": {
"purl": "pkg:npm/grunt-contrib-watch@1.1.0"
}
}
},
{
"category": "product_version",
"name": "None.log-symbols-2.2.0",
"product": {
"name": "None.log-symbols-2.2.0",
"product_id": "None.log-symbols-2.2.0",
"product_identification_helper": {
"purl": "pkg:npm/log-symbols@2.2.0"
}
}
},
{
"category": "product_version",
"name": "None.cheerio-0.20.0",
"product": {
"name": "None.cheerio-0.20.0",
"product_id": "None.cheerio-0.20.0",
"product_identification_helper": {
"purl": "pkg:npm/cheerio@0.20.0"
}
}
},
{
"category": "product_version",
"name": "None.d3-dsv-1.1.1",
"product": {
"name": "None.d3-dsv-1.1.1",
"product_id": "None.d3-dsv-1.1.1",
"product_identification_helper": {
"purl": "pkg:npm/d3-dsv@1.1.1"
}
}
},
{
"category": "product_version",
"name": "None.is-relative-1.0.0",
"product": {
"name": "None.is-relative-1.0.0",
"product_id": "None.is-relative-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/is-relative@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.tr46-0.0.3",
"product": {
"name": "None.tr46-0.0.3",
"product_id": "None.tr46-0.0.3",
"product_identification_helper": {
"purl": "pkg:npm/tr46@0.0.3"
}
}
},
{
"category": "product_version",
"name": "None.liftoff-2.5.0",
"product": {
"name": "None.liftoff-2.5.0",
"product_id": "None.liftoff-2.5.0",
"product_identification_helper": {
"purl": "pkg:npm/liftoff@2.5.0"
}
}
},
{
"category": "product_version",
"name": "None.is-unc-path-1.0.0",
"product": {
"name": "None.is-unc-path-1.0.0",
"product_id": "None.is-unc-path-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/is-unc-path@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.d3-brush-1.0.6",
"product": {
"name": "None.d3-brush-1.0.6",
"product_id": "None.d3-brush-1.0.6",
"product_identification_helper": {
"purl": "pkg:npm/d3-brush@1.0.6"
}
}
},
{
"category": "product_version",
"name": "None.strip-indent-1.0.1",
"product": {
"name": "None.strip-indent-1.0.1",
"product_id": "None.strip-indent-1.0.1",
"product_identification_helper": {
"purl": "pkg:npm/strip-indent@1.0.1"
}
}
},
{
"category": "product_version",
"name": "None.c3-0.4.23",
"product": {
"name": "None.c3-0.4.23",
"product_id": "None.c3-0.4.23",
"product_identification_helper": {
"purl": "pkg:npm/c3@0.4.23"
}
}
},
{
"category": "product_version",
"name": "None.log-symbols-3.0.0",
"product": {
"name": "None.log-symbols-3.0.0",
"product_id": "None.log-symbols-3.0.0",
"product_identification_helper": {
"purl": "pkg:npm/log-symbols@3.0.0"
}
}
},
{
"category": "product_version",
"name": "None.bootstrap-3.4.1",
"product": {
"name": "None.bootstrap-3.4.1",
"product_id": "None.bootstrap-3.4.1",
"product_identification_helper": {
"purl": "pkg:npm/bootstrap@3.4.1"
}
}
},
{
"category": "product_version",
"name": "None.fast-glob-2.2.7",
"product": {
"name": "None.fast-glob-2.2.7",
"product_id": "None.fast-glob-2.2.7",
"product_identification_helper": {
"purl": "pkg:npm/fast-glob@2.2.7"
}
}
},
{
"category": "product_version",
"name": "None.amdefine-1.0.1",
"product": {
"name": "None.amdefine-1.0.1",
"product_id": "None.amdefine-1.0.1",
"product_identification_helper": {
"purl": "pkg:npm/amdefine@1.0.1"
}
}
},
{
"category": "product_version",
"name": "None.picomatch-2.0.7",
"product": {
"name": "None.picomatch-2.0.7",
"product_id": "None.picomatch-2.0.7",
"product_identification_helper": {
"purl": "pkg:npm/picomatch@2.0.7"
}
}
},
{
"category": "product_version",
"name": "None.readable-stream-0.0.4",
"product": {
"name": "None.readable-stream-0.0.4",
"product_id": "None.readable-stream-0.0.4",
"product_identification_helper": {
"purl": "pkg:npm/readable-stream@0.0.4"
}
}
},
{
"category": "product_version",
"name": "None.unist-util-visit-1.4.1",
"product": {
"name": "None.unist-util-visit-1.4.1",
"product_id": "None.unist-util-visit-1.4.1",
"product_identification_helper": {
"purl": "pkg:npm/unist-util-visit@1.4.1"
}
}
},
{
"category": "product_version",
"name": "None.trim-newlines-1.0.0",
"product": {
"name": "None.trim-newlines-1.0.0",
"product_id": "None.trim-newlines-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/trim-newlines@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.underscore.string-3.3.5",
"product": {
"name": "None.underscore.string-3.3.5",
"product_id": "None.underscore.string-3.3.5",
"product_identification_helper": {
"purl": "pkg:npm/underscore.string@3.3.5"
}
}
},
{
"category": "product_version",
"name": "None.grunt-known-options-1.1.1",
"product": {
"name": "None.grunt-known-options-1.1.1",
"product_id": "None.grunt-known-options-1.1.1",
"product_identification_helper": {
"purl": "pkg:npm/grunt-known-options@1.1.1"
}
}
},
{
"category": "product_version",
"name": "None.set-value-2.0.1",
"product": {
"name": "None.set-value-2.0.1",
"product_id": "None.set-value-2.0.1",
"product_identification_helper": {
"purl": "pkg:npm/set-value@2.0.1"
}
}
},
{
"category": "product_version",
"name": "None.is-number-7.0.0",
"product": {
"name": "None.is-number-7.0.0",
"product_id": "None.is-number-7.0.0",
"product_identification_helper": {
"purl": "pkg:npm/is-number@7.0.0"
}
}
},
{
"category": "product_version",
"name": "None.postcss-html-0.36.0",
"product": {
"name": "None.postcss-html-0.36.0",
"product_id": "None.postcss-html-0.36.0",
"product_identification_helper": {
"purl": "pkg:npm/postcss-html@0.36.0"
}
}
},
{
"category": "product_version",
"name": "None.d3-geo-1.11.6",
"product": {
"name": "None.d3-geo-1.11.6",
"product_id": "None.d3-geo-1.11.6",
"product_identification_helper": {
"purl": "pkg:npm/d3-geo@1.11.6"
}
}
},
{
"category": "product_version",
"name": "None.stylelint-10.1.0",
"product": {
"name": "None.stylelint-10.1.0",
"product_id": "None.stylelint-10.1.0",
"product_identification_helper": {
"purl": "pkg:npm/stylelint@10.1.0"
}
}
},
{
"category": "product_version",
"name": "None.path-type-1.1.0",
"product": {
"name": "None.path-type-1.1.0",
"product_id": "None.path-type-1.1.0",
"product_identification_helper": {
"purl": "pkg:npm/path-type@1.1.0"
}
}
},
{
"category": "product_version",
"name": "None.clone-2.1.2",
"product": {
"name": "None.clone-2.1.2",
"product_id": "None.clone-2.1.2",
"product_identification_helper": {
"purl": "pkg:npm/clone@2.1.2"
}
}
},
{
"category": "product_version",
"name": "None.esdoc-1.1.0",
"product": {
"name": "None.esdoc-1.1.0",
"product_id": "None.esdoc-1.1.0",
"product_identification_helper": {
"purl": "pkg:npm/esdoc@1.1.0"
}
}
},
{
"category": "product_version",
"name": "None.klaw-1.3.1",
"product": {
"name": "None.klaw-1.3.1",
"product_id": "None.klaw-1.3.1",
"product_identification_helper": {
"purl": "pkg:npm/klaw@1.3.1"
}
}
},
{
"category": "product_version",
"name": "None.pretty-bytes-3.0.1",
"product": {
"name": "None.pretty-bytes-3.0.1",
"product_id": "None.pretty-bytes-3.0.1",
"product_identification_helper": {
"purl": "pkg:npm/pretty-bytes@3.0.1"
}
}
},
{
"category": "product_version",
"name": "@types.d3-voronoi-1.1.7",
"product": {
"name": "@types.d3-voronoi-1.1.7",
"product_id": "@types.d3-voronoi-1.1.7",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-voronoi@1.1.7"
}
}
},
{
"category": "product_version",
"name": "@types.d3-request-1.0.2",
"product": {
"name": "@types.d3-request-1.0.2",
"product_id": "@types.d3-request-1.0.2",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-request@1.0.2"
}
}
},
{
"category": "product_version",
"name": "None.postcss-reporter-6.0.1",
"product": {
"name": "None.postcss-reporter-6.0.1",
"product_id": "None.postcss-reporter-6.0.1",
"product_identification_helper": {
"purl": "pkg:npm/postcss-reporter@6.0.1"
}
}
},
{
"category": "product_version",
"name": "None.d3-time-1.0.11",
"product": {
"name": "None.d3-time-1.0.11",
"product_id": "None.d3-time-1.0.11",
"product_identification_helper": {
"purl": "pkg:npm/d3-time@1.0.11"
}
}
},
{
"category": "product_version",
"name": "None.camelcase-2.1.1",
"product": {
"name": "None.camelcase-2.1.1",
"product_id": "None.camelcase-2.1.1",
"product_identification_helper": {
"purl": "pkg:npm/camelcase@2.1.1"
}
}
},
{
"category": "product_version",
"name": "None.trough-1.0.4",
"product": {
"name": "None.trough-1.0.4",
"product_id": "None.trough-1.0.4",
"product_identification_helper": {
"purl": "pkg:npm/trough@1.0.4"
}
}
},
{
"category": "product_version",
"name": "None.remark-stringify-6.0.4",
"product": {
"name": "None.remark-stringify-6.0.4",
"product_id": "None.remark-stringify-6.0.4",
"product_identification_helper": {
"purl": "pkg:npm/remark-stringify@6.0.4"
}
}
},
{
"category": "product_version",
"name": "None.loud-rejection-1.6.0",
"product": {
"name": "None.loud-rejection-1.6.0",
"product_id": "None.loud-rejection-1.6.0",
"product_identification_helper": {
"purl": "pkg:npm/loud-rejection@1.6.0"
}
}
},
{
"category": "product_version",
"name": "None.grunt-cli-1.3.2",
"product": {
"name": "None.grunt-cli-1.3.2",
"product_id": "None.grunt-cli-1.3.2",
"product_identification_helper": {
"purl": "pkg:npm/grunt-cli@1.3.2"
}
}
},
{
"category": "product_version",
"name": "@types.d3-color-1.2.1",
"product": {
"name": "@types.d3-color-1.2.1",
"product_id": "@types.d3-color-1.2.1",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-color@1.2.1"
}
}
},
{
"category": "product_version",
"name": "None.known-css-properties-0.14.0",
"product": {
"name": "None.known-css-properties-0.14.0",
"product_id": "None.known-css-properties-0.14.0",
"product_identification_helper": {
"purl": "pkg:npm/known-css-properties@0.14.0"
}
}
},
{
"category": "product_version",
"name": "None.unherit-1.1.2",
"product": {
"name": "None.unherit-1.1.2",
"product_id": "None.unherit-1.1.2",
"product_identification_helper": {
"purl": "pkg:npm/unherit@1.1.2"
}
}
},
{
"category": "product_version",
"name": "@types.d3-dispatch-1.0.6",
"product": {
"name": "@types.d3-dispatch-1.0.6",
"product_id": "@types.d3-dispatch-1.0.6",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-dispatch@1.0.6"
}
}
},
{
"category": "product_version",
"name": "None.datatables.net-1.10.19",
"product": {
"name": "None.datatables.net-1.10.19",
"product_id": "None.datatables.net-1.10.19",
"product_identification_helper": {
"purl": "pkg:npm/datatables.net@1.10.19"
}
}
},
{
"category": "product_version",
"name": "None.postcss-scss-2.0.0",
"product": {
"name": "None.postcss-scss-2.0.0",
"product_id": "None.postcss-scss-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/postcss-scss@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.rw-1.3.3",
"product": {
"name": "None.rw-1.3.3",
"product_id": "None.rw-1.3.3",
"product_identification_helper": {
"purl": "pkg:npm/rw@1.3.3"
}
}
},
{
"category": "product_version",
"name": "None.body-5.1.0",
"product": {
"name": "None.body-5.1.0",
"product_id": "None.body-5.1.0",
"product_identification_helper": {
"purl": "pkg:npm/body@5.1.0"
}
}
},
{
"category": "product_version",
"name": "None.level-write-stream-1.0.0",
"product": {
"name": "None.level-write-stream-1.0.0",
"product_id": "None.level-write-stream-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/level-write-stream@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.slash-3.0.0",
"product": {
"name": "None.slash-3.0.0",
"product_id": "None.slash-3.0.0",
"product_identification_helper": {
"purl": "pkg:npm/slash@3.0.0"
}
}
},
{
"category": "product_version",
"name": "None.marked-0.3.19",
"product": {
"name": "None.marked-0.3.19",
"product_id": "None.marked-0.3.19",
"product_identification_helper": {
"purl": "pkg:npm/marked@0.3.19"
}
}
},
{
"category": "product_version",
"name": "@types.d3-scale-1.0.13",
"product": {
"name": "@types.d3-scale-1.0.13",
"product_id": "@types.d3-scale-1.0.13",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-scale@1.0.13"
}
}
},
{
"category": "product_version",
"name": "None.globule-1.2.1",
"product": {
"name": "None.globule-1.2.1",
"product_id": "None.globule-1.2.1",
"product_identification_helper": {
"purl": "pkg:npm/globule@1.2.1"
}
}
},
{
"category": "product_version",
"name": "None.meow-5.0.0",
"product": {
"name": "None.meow-5.0.0",
"product_id": "None.meow-5.0.0",
"product_identification_helper": {
"purl": "pkg:npm/meow@5.0.0"
}
}
},
{
"category": "product_version",
"name": "None.d3-axis-1.0.12",
"product": {
"name": "None.d3-axis-1.0.12",
"product_id": "None.d3-axis-1.0.12",
"product_identification_helper": {
"purl": "pkg:npm/d3-axis@1.0.12"
}
}
},
{
"category": "product_version",
"name": "@babel.traverse-7.4.5",
"product": {
"name": "@babel.traverse-7.4.5",
"product_id": "@babel.traverse-7.4.5",
"product_identification_helper": {
"purl": "pkg:npm/%40babel/traverse@7.4.5"
}
}
},
{
"category": "product_version",
"name": "@babel.parser-7.4.5",
"product": {
"name": "@babel.parser-7.4.5",
"product_id": "@babel.parser-7.4.5",
"product_identification_helper": {
"purl": "pkg:npm/%40babel/parser@7.4.5"
}
}
},
{
"category": "product_version",
"name": "None.vfile-3.0.1",
"product": {
"name": "None.vfile-3.0.1",
"product_id": "None.vfile-3.0.1",
"product_identification_helper": {
"purl": "pkg:npm/vfile@3.0.1"
}
}
},
{
"category": "product_version",
"name": "None.grunt-legacy-log-utils-2.0.1",
"product": {
"name": "None.grunt-legacy-log-utils-2.0.1",
"product_id": "None.grunt-legacy-log-utils-2.0.1",
"product_identification_helper": {
"purl": "pkg:npm/grunt-legacy-log-utils@2.0.1"
}
}
},
{
"category": "product_version",
"name": "None.browserslist-4.6.3",
"product": {
"name": "None.browserslist-4.6.3",
"product_id": "None.browserslist-4.6.3",
"product_identification_helper": {
"purl": "pkg:npm/browserslist@4.6.3"
}
}
},
{
"category": "product_version",
"name": "None.is-absolute-1.0.0",
"product": {
"name": "None.is-absolute-1.0.0",
"product_id": "None.is-absolute-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/is-absolute@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.grunt-legacy-log-2.0.0",
"product": {
"name": "None.grunt-legacy-log-2.0.0",
"product_id": "None.grunt-legacy-log-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/grunt-legacy-log@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.datatables.net-select-1.2.7",
"product": {
"name": "None.datatables.net-select-1.2.7",
"product_id": "None.datatables.net-select-1.2.7",
"product_identification_helper": {
"purl": "pkg:npm/datatables.net-select@1.2.7"
}
}
},
{
"category": "product_version",
"name": "None.get-stdin-4.0.1",
"product": {
"name": "None.get-stdin-4.0.1",
"product_id": "None.get-stdin-4.0.1",
"product_identification_helper": {
"purl": "pkg:npm/get-stdin@4.0.1"
}
}
},
{
"category": "product_version",
"name": "@types.d3-hierarchy-1.1.2",
"product": {
"name": "@types.d3-hierarchy-1.1.2",
"product_id": "@types.d3-hierarchy-1.1.2",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-hierarchy@1.1.2"
}
}
},
{
"category": "product_version",
"name": "None.end-stream-0.1.0",
"product": {
"name": "None.end-stream-0.1.0",
"product_id": "None.end-stream-0.1.0",
"product_identification_helper": {
"purl": "pkg:npm/end-stream@0.1.0"
}
}
},
{
"category": "product_version",
"name": "None.color-logger-0.0.6",
"product": {
"name": "None.color-logger-0.0.6",
"product_id": "None.color-logger-0.0.6",
"product_identification_helper": {
"purl": "pkg:npm/color-logger@0.0.6"
}
}
},
{
"category": "product_version",
"name": "None.style-search-0.1.0",
"product": {
"name": "None.style-search-0.1.0",
"product_id": "None.style-search-0.1.0",
"product_identification_helper": {
"purl": "pkg:npm/style-search@0.1.0"
}
}
},
{
"category": "product_version",
"name": "None.unist-util-is-3.0.0",
"product": {
"name": "None.unist-util-is-3.0.0",
"product_id": "None.unist-util-is-3.0.0",
"product_identification_helper": {
"purl": "pkg:npm/unist-util-is@3.0.0"
}
}
},
{
"category": "product_version",
"name": "None.x-is-string-0.1.0",
"product": {
"name": "None.x-is-string-0.1.0",
"product_id": "None.x-is-string-0.1.0",
"product_identification_helper": {
"purl": "pkg:npm/x-is-string@0.1.0"
}
}
},
{
"category": "product_version",
"name": "None.d3-collection-1.0.7",
"product": {
"name": "None.d3-collection-1.0.7",
"product_id": "None.d3-collection-1.0.7",
"product_identification_helper": {
"purl": "pkg:npm/d3-collection@1.0.7"
}
}
},
{
"category": "product_version",
"name": "None.maxmin-2.1.0",
"product": {
"name": "None.maxmin-2.1.0",
"product_id": "None.maxmin-2.1.0",
"product_identification_helper": {
"purl": "pkg:npm/maxmin@2.1.0"
}
}
},
{
"category": "product_version",
"name": "None.dateformat-1.0.12",
"product": {
"name": "None.dateformat-1.0.12",
"product_id": "None.dateformat-1.0.12",
"product_identification_helper": {
"purl": "pkg:npm/dateformat@1.0.12"
}
}
},
{
"category": "product_version",
"name": "None.read-pkg-up-1.0.1",
"product": {
"name": "None.read-pkg-up-1.0.1",
"product_id": "None.read-pkg-up-1.0.1",
"product_identification_helper": {
"purl": "pkg:npm/read-pkg-up@1.0.1"
}
}
},
{
"category": "product_version",
"name": "None.quick-lru-1.1.0",
"product": {
"name": "None.quick-lru-1.1.0",
"product_id": "None.quick-lru-1.1.0",
"product_identification_helper": {
"purl": "pkg:npm/quick-lru@1.1.0"
}
}
},
{
"category": "product_version",
"name": "None.cssstyle-0.2.37",
"product": {
"name": "None.cssstyle-0.2.37",
"product_id": "None.cssstyle-0.2.37",
"product_identification_helper": {
"purl": "pkg:npm/cssstyle@0.2.37"
}
}
},
{
"category": "product_version",
"name": "None.is-fullwidth-code-point-3.0.0",
"product": {
"name": "None.is-fullwidth-code-point-3.0.0",
"product_id": "None.is-fullwidth-code-point-3.0.0",
"product_identification_helper": {
"purl": "pkg:npm/is-fullwidth-code-point@3.0.0"
}
}
},
{
"category": "product_version",
"name": "None.sprintf-js-1.1.2",
"product": {
"name": "None.sprintf-js-1.1.2",
"product_id": "None.sprintf-js-1.1.2",
"product_identification_helper": {
"purl": "pkg:npm/sprintf-js@1.1.2"
}
}
},
{
"category": "product_version",
"name": "None.longest-streak-2.0.3",
"product": {
"name": "None.longest-streak-2.0.3",
"product_id": "None.longest-streak-2.0.3",
"product_identification_helper": {
"purl": "pkg:npm/longest-streak@2.0.3"
}
}
},
{
"category": "product_version",
"name": "None.grunt-legacy-util-1.1.1",
"product": {
"name": "None.grunt-legacy-util-1.1.1",
"product_id": "None.grunt-legacy-util-1.1.1",
"product_identification_helper": {
"purl": "pkg:npm/grunt-legacy-util@1.1.1"
}
}
},
{
"category": "product_version",
"name": "None.fast-levenshtein-1.0.7",
"product": {
"name": "None.fast-levenshtein-1.0.7",
"product_id": "None.fast-levenshtein-1.0.7",
"product_identification_helper": {
"purl": "pkg:npm/fast-levenshtein@1.0.7"
}
}
},
{
"category": "product_version",
"name": "None.stack-trace-0.0.10",
"product": {
"name": "None.stack-trace-0.0.10",
"product_id": "None.stack-trace-0.0.10",
"product_identification_helper": {
"purl": "pkg:npm/stack-trace@0.0.10"
}
}
},
{
"category": "product_version",
"name": "None.d3-interpolate-1.3.2",
"product": {
"name": "None.d3-interpolate-1.3.2",
"product_id": "None.d3-interpolate-1.3.2",
"product_identification_helper": {
"purl": "pkg:npm/d3-interpolate@1.3.2"
}
}
},
{
"category": "product_version",
"name": "None.is-whitespace-character-1.0.3",
"product": {
"name": "None.is-whitespace-character-1.0.3",
"product_id": "None.is-whitespace-character-1.0.3",
"product_identification_helper": {
"purl": "pkg:npm/is-whitespace-character@1.0.3"
}
}
},
{
"category": "product_version",
"name": "None.bootstrap-datepicker-1.8.0",
"product": {
"name": "None.bootstrap-datepicker-1.8.0",
"product_id": "None.bootstrap-datepicker-1.8.0",
"product_identification_helper": {
"purl": "pkg:npm/bootstrap-datepicker@1.8.0"
}
}
},
{
"category": "product_version",
"name": "None.grunt-contrib-cssmin-3.0.0",
"product": {
"name": "None.grunt-contrib-cssmin-3.0.0",
"product_id": "None.grunt-contrib-cssmin-3.0.0",
"product_identification_helper": {
"purl": "pkg:npm/grunt-contrib-cssmin@3.0.0"
}
}
},
{
"category": "product_version",
"name": "None.to-regex-range-5.0.1",
"product": {
"name": "None.to-regex-range-5.0.1",
"product_id": "None.to-regex-range-5.0.1",
"product_identification_helper": {
"purl": "pkg:npm/to-regex-range@5.0.1"
}
}
},
{
"category": "product_version",
"name": "None.grunt-stylelint-0.11.0",
"product": {
"name": "None.grunt-stylelint-0.11.0",
"product_id": "None.grunt-stylelint-0.11.0",
"product_identification_helper": {
"purl": "pkg:npm/grunt-stylelint@0.11.0"
}
}
},
{
"category": "product_version",
"name": "None.escodegen-1.7.0",
"product": {
"name": "None.escodegen-1.7.0",
"product_id": "None.escodegen-1.7.0",
"product_identification_helper": {
"purl": "pkg:npm/escodegen@1.7.0"
}
}
},
{
"category": "product_version",
"name": "@types.unist-2.0.3",
"product": {
"name": "@types.unist-2.0.3",
"product_id": "@types.unist-2.0.3",
"product_identification_helper": {
"purl": "pkg:npm/%40types/unist@2.0.3"
}
}
},
{
"category": "product_version",
"name": "None.d3-random-1.1.2",
"product": {
"name": "None.d3-random-1.1.2",
"product_id": "None.d3-random-1.1.2",
"product_identification_helper": {
"purl": "pkg:npm/d3-random@1.1.2"
}
}
},
{
"category": "product_version",
"name": "None.decamelize-keys-1.1.0",
"product": {
"name": "None.decamelize-keys-1.1.0",
"product_id": "None.decamelize-keys-1.1.0",
"product_identification_helper": {
"purl": "pkg:npm/decamelize-keys@1.1.0"
}
}
},
{
"category": "product_version",
"name": "None.nopt-3.0.6",
"product": {
"name": "None.nopt-3.0.6",
"product_id": "None.nopt-3.0.6",
"product_identification_helper": {
"purl": "pkg:npm/nopt@3.0.6"
}
}
},
{
"category": "product_version",
"name": "None.grunt-contrib-concat-1.0.1",
"product": {
"name": "None.grunt-contrib-concat-1.0.1",
"product_id": "None.grunt-contrib-concat-1.0.1",
"product_identification_helper": {
"purl": "pkg:npm/grunt-contrib-concat@1.0.1"
}
}
},
{
"category": "product_version",
"name": "None.fs-extra-5.0.0",
"product": {
"name": "None.fs-extra-5.0.0",
"product_id": "None.fs-extra-5.0.0",
"product_identification_helper": {
"purl": "pkg:npm/fs-extra@5.0.0"
}
}
},
{
"category": "product_version",
"name": "None.ltgt-2.2.1",
"product": {
"name": "None.ltgt-2.2.1",
"product_id": "None.ltgt-2.2.1",
"product_identification_helper": {
"purl": "pkg:npm/ltgt@2.2.1"
}
}
},
{
"category": "product_version",
"name": "@types.d3-time-1.0.8",
"product": {
"name": "@types.d3-time-1.0.8",
"product_id": "@types.d3-time-1.0.8",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-time@1.0.8"
}
}
},
{
"category": "product_version",
"name": "None.vfile-message-1.1.1",
"product": {
"name": "None.vfile-message-1.1.1",
"product_id": "None.vfile-message-1.1.1",
"product_identification_helper": {
"purl": "pkg:npm/vfile-message@1.1.1"
}
}
},
{
"category": "product_version",
"name": "None.character-entities-legacy-1.1.3",
"product": {
"name": "None.character-entities-legacy-1.1.3",
"product_id": "None.character-entities-legacy-1.1.3",
"product_identification_helper": {
"purl": "pkg:npm/character-entities-legacy@1.1.3"
}
}
},
{
"category": "product_version",
"name": "None.taffydb-2.7.2",
"product": {
"name": "None.taffydb-2.7.2",
"product_id": "None.taffydb-2.7.2",
"product_identification_helper": {
"purl": "pkg:npm/taffydb@2.7.2"
}
}
},
{
"category": "product_version",
"name": "None.bootstrap-sass-3.4.1",
"product": {
"name": "None.bootstrap-sass-3.4.1",
"product_id": "None.bootstrap-sass-3.4.1",
"product_identification_helper": {
"purl": "pkg:npm/bootstrap-sass@3.4.1"
}
}
},
{
"category": "product_version",
"name": "None.normalize-selector-0.2.0",
"product": {
"name": "None.normalize-selector-0.2.0",
"product_id": "None.normalize-selector-0.2.0",
"product_identification_helper": {
"purl": "pkg:npm/normalize-selector@0.2.0"
}
}
},
{
"category": "product_version",
"name": "None.svg-tags-1.0.0",
"product": {
"name": "None.svg-tags-1.0.0",
"product_id": "None.svg-tags-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/svg-tags@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.promise-polyfill-8.1.3",
"product": {
"name": "None.promise-polyfill-8.1.3",
"product_id": "None.promise-polyfill-8.1.3",
"product_identification_helper": {
"purl": "pkg:npm/promise-polyfill@8.1.3"
}
}
},
{
"category": "product_version",
"name": "None.postcss-syntax-0.36.2",
"product": {
"name": "None.postcss-syntax-0.36.2",
"product_id": "None.postcss-syntax-0.36.2",
"product_identification_helper": {
"purl": "pkg:npm/postcss-syntax@0.36.2"
}
}
},
{
"category": "product_version",
"name": "None.patternfly-3.59.2",
"product": {
"name": "None.patternfly-3.59.2",
"product_id": "None.patternfly-3.59.2",
"product_identification_helper": {
"purl": "pkg:npm/patternfly@3.59.2"
}
}
},
{
"category": "product_version",
"name": "None.is-alphanumeric-1.0.0",
"product": {
"name": "None.is-alphanumeric-1.0.0",
"product_id": "None.is-alphanumeric-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/is-alphanumeric@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.globby-9.2.0",
"product": {
"name": "None.globby-9.2.0",
"product_id": "None.globby-9.2.0",
"product_identification_helper": {
"purl": "pkg:npm/globby@9.2.0"
}
}
},
{
"category": "product_version",
"name": "None.node-releases-1.1.23",
"product": {
"name": "None.node-releases-1.1.23",
"product_id": "None.node-releases-1.1.23",
"product_identification_helper": {
"purl": "pkg:npm/node-releases@1.1.23"
}
}
},
{
"category": "product_version",
"name": "None.unified-7.1.0",
"product": {
"name": "None.unified-7.1.0",
"product_id": "None.unified-7.1.0",
"product_identification_helper": {
"purl": "pkg:npm/unified@7.1.0"
}
}
},
{
"category": "product_version",
"name": "None.bootstrap-select-1.12.2",
"product": {
"name": "None.bootstrap-select-1.12.2",
"product_id": "None.bootstrap-select-1.12.2",
"product_identification_helper": {
"purl": "pkg:npm/bootstrap-select@1.12.2"
}
}
},
{
"category": "product_version",
"name": "None.hooker-0.2.3",
"product": {
"name": "None.hooker-0.2.3",
"product_id": "None.hooker-0.2.3",
"product_identification_helper": {
"purl": "pkg:npm/hooker@0.2.3"
}
}
},
{
"category": "product_version",
"name": "None.d3-timer-1.0.9",
"product": {
"name": "None.d3-timer-1.0.9",
"product_id": "None.d3-timer-1.0.9",
"product_identification_helper": {
"purl": "pkg:npm/d3-timer@1.0.9"
}
}
},
{
"category": "product_version",
"name": "None.minimist-options-3.0.2",
"product": {
"name": "None.minimist-options-3.0.2",
"product_id": "None.minimist-options-3.0.2",
"product_identification_helper": {
"purl": "pkg:npm/minimist-options@3.0.2"
}
}
},
{
"category": "product_version",
"name": "None.esprima-1.2.5",
"product": {
"name": "None.esprima-1.2.5",
"product_id": "None.esprima-1.2.5",
"product_identification_helper": {
"purl": "pkg:npm/esprima@1.2.5"
}
}
},
{
"category": "product_version",
"name": "@types.vfile-3.0.2",
"product": {
"name": "@types.vfile-3.0.2",
"product_id": "@types.vfile-3.0.2",
"product_identification_helper": {
"purl": "pkg:npm/%40types/vfile@3.0.2"
}
}
},
{
"category": "product_version",
"name": "None.autoprefixer-9.6.0",
"product": {
"name": "None.autoprefixer-9.6.0",
"product_id": "None.autoprefixer-9.6.0",
"product_identification_helper": {
"purl": "pkg:npm/autoprefixer@9.6.0"
}
}
},
{
"category": "product_version",
"name": "None.d3-chord-1.0.6",
"product": {
"name": "None.d3-chord-1.0.6",
"product_id": "None.d3-chord-1.0.6",
"product_identification_helper": {
"purl": "pkg:npm/d3-chord@1.0.6"
}
}
},
{
"category": "product_version",
"name": "@types.vfile-message-1.0.1",
"product": {
"name": "@types.vfile-message-1.0.1",
"product_id": "@types.vfile-message-1.0.1",
"product_identification_helper": {
"purl": "pkg:npm/%40types/vfile-message@1.0.1"
}
}
},
{
"category": "product_version",
"name": "None.datatables.net-select-1.3.0",
"product": {
"name": "None.datatables.net-select-1.3.0",
"product_id": "None.datatables.net-select-1.3.0",
"product_identification_helper": {
"purl": "pkg:npm/datatables.net-select@1.3.0"
}
}
},
{
"category": "product_version",
"name": "None.parse-filepath-1.0.2",
"product": {
"name": "None.parse-filepath-1.0.2",
"product_id": "None.parse-filepath-1.0.2",
"product_identification_helper": {
"purl": "pkg:npm/parse-filepath@1.0.2"
}
}
},
{
"category": "product_version",
"name": "None.grunt-postcss-0.9.0",
"product": {
"name": "None.grunt-postcss-0.9.0",
"product_id": "None.grunt-postcss-0.9.0",
"product_identification_helper": {
"purl": "pkg:npm/grunt-postcss@0.9.0"
}
}
},
{
"category": "product_version",
"name": "None.abab-1.0.4",
"product": {
"name": "None.abab-1.0.4",
"product_id": "None.abab-1.0.4",
"product_identification_helper": {
"purl": "pkg:npm/abab@1.0.4"
}
}
},
{
"category": "product_version",
"name": "None.xml-name-validator-2.0.1",
"product": {
"name": "None.xml-name-validator-2.0.1",
"product_id": "None.xml-name-validator-2.0.1",
"product_identification_helper": {
"purl": "pkg:npm/xml-name-validator@2.0.1"
}
}
},
{
"category": "product_version",
"name": "None.color-logger-0.0.3",
"product": {
"name": "None.color-logger-0.0.3",
"product_id": "None.color-logger-0.0.3",
"product_identification_helper": {
"purl": "pkg:npm/color-logger@0.0.3"
}
}
},
{
"category": "product_version",
"name": "@types.geojson-7946.0.3",
"product": {
"name": "@types.geojson-7946.0.3",
"product_id": "@types.geojson-7946.0.3",
"product_identification_helper": {
"purl": "pkg:npm/%40types/geojson@7946.0.3"
}
}
},
{
"category": "product_version",
"name": "None.esdoc-0.4.8",
"product": {
"name": "None.esdoc-0.4.8",
"product_id": "None.esdoc-0.4.8",
"product_identification_helper": {
"purl": "pkg:npm/esdoc@0.4.8"
}
}
},
{
"category": "product_version",
"name": "None.flagged-respawn-1.0.1",
"product": {
"name": "None.flagged-respawn-1.0.1",
"product_id": "None.flagged-respawn-1.0.1",
"product_identification_helper": {
"purl": "pkg:npm/flagged-respawn@1.0.1"
}
}
},
{
"category": "product_version",
"name": "None.d3-color-1.2.3",
"product": {
"name": "None.d3-color-1.2.3",
"product_id": "None.d3-color-1.2.3",
"product_identification_helper": {
"purl": "pkg:npm/d3-color@1.2.3"
}
}
},
{
"category": "product_version",
"name": "None.d3-zoom-1.7.3",
"product": {
"name": "None.d3-zoom-1.7.3",
"product_id": "None.d3-zoom-1.7.3",
"product_identification_helper": {
"purl": "pkg:npm/d3-zoom@1.7.3"
}
}
},
{
"category": "product_version",
"name": "@types.d3-brush-1.0.8",
"product": {
"name": "@types.d3-brush-1.0.8",
"product_id": "@types.d3-brush-1.0.8",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-brush@1.0.8"
}
}
},
{
"category": "product_version",
"name": "None.redent-2.0.0",
"product": {
"name": "None.redent-2.0.0",
"product_id": "None.redent-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/redent@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.caniuse-lite-1.0.30000978",
"product": {
"name": "None.caniuse-lite-1.0.30000978",
"product_id": "None.caniuse-lite-1.0.30000978",
"product_identification_helper": {
"purl": "pkg:npm/caniuse-lite@1.0.30000978"
}
}
},
{
"category": "product_version",
"name": "None.object.map-1.0.1",
"product": {
"name": "None.object.map-1.0.1",
"product_id": "None.object.map-1.0.1",
"product_identification_helper": {
"purl": "pkg:npm/object.map@1.0.1"
}
}
},
{
"category": "product_version",
"name": "None.map-obj-2.0.0",
"product": {
"name": "None.map-obj-2.0.0",
"product_id": "None.map-obj-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/map-obj@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.get-stdin-7.0.0",
"product": {
"name": "None.get-stdin-7.0.0",
"product_id": "None.get-stdin-7.0.0",
"product_identification_helper": {
"purl": "pkg:npm/get-stdin@7.0.0"
}
}
},
{
"category": "product_version",
"name": "None.d3-5.9.2",
"product": {
"name": "None.d3-5.9.2",
"product_id": "None.d3-5.9.2",
"product_identification_helper": {
"purl": "pkg:npm/d3@5.9.2"
}
}
},
{
"category": "product_version",
"name": "None.d3-selection-1.4.0",
"product": {
"name": "None.d3-selection-1.4.0",
"product_id": "None.d3-selection-1.4.0",
"product_identification_helper": {
"purl": "pkg:npm/d3-selection@1.4.0"
}
}
},
{
"category": "product_version",
"name": "None.webidl-conversions-2.0.1",
"product": {
"name": "None.webidl-conversions-2.0.1",
"product_id": "None.webidl-conversions-2.0.1",
"product_identification_helper": {
"purl": "pkg:npm/webidl-conversions@2.0.1"
}
}
},
{
"category": "product_version",
"name": "None.remark-10.0.1",
"product": {
"name": "None.remark-10.0.1",
"product_id": "None.remark-10.0.1",
"product_identification_helper": {
"purl": "pkg:npm/remark@10.0.1"
}
}
},
{
"category": "product_version",
"name": "@types.d3-queue-3.0.6",
"product": {
"name": "@types.d3-queue-3.0.6",
"product_id": "@types.d3-queue-3.0.6",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-queue@3.0.6"
}
}
},
{
"category": "product_version",
"name": "None.grunt-contrib-clean-2.0.0",
"product": {
"name": "None.grunt-contrib-clean-2.0.0",
"product_id": "None.grunt-contrib-clean-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/grunt-contrib-clean@2.0.0"
}
}
},
{
"category": "product_version",
"name": "@babel.helpers-7.4.4",
"product": {
"name": "@babel.helpers-7.4.4",
"product_id": "@babel.helpers-7.4.4",
"product_identification_helper": {
"purl": "pkg:npm/%40babel/helpers@7.4.4"
}
}
},
{
"category": "product_version",
"name": "None.grunt-cli-1.2.0",
"product": {
"name": "None.grunt-cli-1.2.0",
"product_id": "None.grunt-cli-1.2.0",
"product_identification_helper": {
"purl": "pkg:npm/grunt-cli@1.2.0"
}
}
},
{
"category": "product_version",
"name": "None.redent-1.0.0",
"product": {
"name": "None.redent-1.0.0",
"product_id": "None.redent-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/redent@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.parse-entities-1.2.2",
"product": {
"name": "None.parse-entities-1.2.2",
"product_id": "None.parse-entities-1.2.2",
"product_identification_helper": {
"purl": "pkg:npm/parse-entities@1.2.2"
}
}
},
{
"category": "product_version",
"name": "None.flatted-2.0.1",
"product": {
"name": "None.flatted-2.0.1",
"product_id": "None.flatted-2.0.1",
"product_identification_helper": {
"purl": "pkg:npm/flatted@2.0.1"
}
}
},
{
"category": "product_version",
"name": "@types.d3-selection-1.3.1",
"product": {
"name": "@types.d3-selection-1.3.1",
"product_id": "@types.d3-selection-1.3.1",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-selection@1.3.1"
}
}
},
{
"category": "product_version",
"name": "None.jsonfile-2.4.0",
"product": {
"name": "None.jsonfile-2.4.0",
"product_id": "None.jsonfile-2.4.0",
"product_identification_helper": {
"purl": "pkg:npm/jsonfile@2.4.0"
}
}
},
{
"category": "product_version",
"name": "None.normalize-range-0.1.2",
"product": {
"name": "None.normalize-range-0.1.2",
"product_id": "None.normalize-range-0.1.2",
"product_identification_helper": {
"purl": "pkg:npm/normalize-range@0.1.2"
}
}
},
{
"category": "product_version",
"name": "None.marked-0.3.5",
"product": {
"name": "None.marked-0.3.5",
"product_id": "None.marked-0.3.5",
"product_identification_helper": {
"purl": "pkg:npm/marked@0.3.5"
}
}
},
{
"category": "product_version",
"name": "None.meow-3.7.0",
"product": {
"name": "None.meow-3.7.0",
"product_id": "None.meow-3.7.0",
"product_identification_helper": {
"purl": "pkg:npm/meow@3.7.0"
}
}
},
{
"category": "product_version",
"name": "None.d3-hierarchy-1.1.8",
"product": {
"name": "None.d3-hierarchy-1.1.8",
"product_id": "None.d3-hierarchy-1.1.8",
"product_identification_helper": {
"purl": "pkg:npm/d3-hierarchy@1.1.8"
}
}
},
{
"category": "product_version",
"name": "None.d3-scale-chromatic-1.3.3",
"product": {
"name": "None.d3-scale-chromatic-1.3.3",
"product_id": "None.d3-scale-chromatic-1.3.3",
"product_identification_helper": {
"purl": "pkg:npm/d3-scale-chromatic@1.3.3"
}
}
},
{
"category": "product_version",
"name": "None.vuvuzela-1.0.3",
"product": {
"name": "None.vuvuzela-1.0.3",
"product_id": "None.vuvuzela-1.0.3",
"product_identification_helper": {
"purl": "pkg:npm/vuvuzela@1.0.3"
}
}
},
{
"category": "product_version",
"name": "None.reduce-css-calc-2.1.6",
"product": {
"name": "None.reduce-css-calc-2.1.6",
"product_id": "None.reduce-css-calc-2.1.6",
"product_identification_helper": {
"purl": "pkg:npm/reduce-css-calc@2.1.6"
}
}
},
{
"category": "product_version",
"name": "None.is-decimal-1.0.3",
"product": {
"name": "None.is-decimal-1.0.3",
"product_id": "None.is-decimal-1.0.3",
"product_identification_helper": {
"purl": "pkg:npm/is-decimal@1.0.3"
}
}
},
{
"category": "product_version",
"name": "None.array-each-1.0.1",
"product": {
"name": "None.array-each-1.0.1",
"product_id": "None.array-each-1.0.1",
"product_identification_helper": {
"purl": "pkg:npm/array-each@1.0.1"
}
}
},
{
"category": "product_version",
"name": "None.c3-0.7.1",
"product": {
"name": "None.c3-0.7.1",
"product_id": "None.c3-0.7.1",
"product_identification_helper": {
"purl": "pkg:npm/c3@0.7.1"
}
}
},
{
"category": "product_version",
"name": "None.array-slice-1.1.0",
"product": {
"name": "None.array-slice-1.1.0",
"product_id": "None.array-slice-1.1.0",
"product_identification_helper": {
"purl": "pkg:npm/array-slice@1.1.0"
}
}
},
{
"category": "product_version",
"name": "None.level-concat-iterator-2.0.1",
"product": {
"name": "None.level-concat-iterator-2.0.1",
"product_id": "None.level-concat-iterator-2.0.1",
"product_identification_helper": {
"purl": "pkg:npm/level-concat-iterator@2.0.1"
}
}
},
{
"category": "product_version",
"name": "None.grunt-esdoc-0.0.4",
"product": {
"name": "None.grunt-esdoc-0.0.4",
"product_id": "None.grunt-esdoc-0.0.4",
"product_identification_helper": {
"purl": "pkg:npm/grunt-esdoc@0.0.4"
}
}
},
{
"category": "product_version",
"name": "None.delegates-1.0.0",
"product": {
"name": "None.delegates-1.0.0",
"product_id": "None.delegates-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/delegates@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.jsdom-7.2.2",
"product": {
"name": "None.jsdom-7.2.2",
"product_id": "None.jsdom-7.2.2",
"product_identification_helper": {
"purl": "pkg:npm/jsdom@7.2.2"
}
}
},
{
"category": "product_version",
"name": "None.d3-dispatch-1.0.5",
"product": {
"name": "None.d3-dispatch-1.0.5",
"product_id": "None.d3-dispatch-1.0.5",
"product_identification_helper": {
"purl": "pkg:npm/d3-dispatch@1.0.5"
}
}
},
{
"category": "product_version",
"name": "None.has-unicode-2.0.1",
"product": {
"name": "None.has-unicode-2.0.1",
"product_id": "None.has-unicode-2.0.1",
"product_identification_helper": {
"purl": "pkg:npm/has-unicode@2.0.1"
}
}
},
{
"category": "product_version",
"name": "None.globjoin-0.1.4",
"product": {
"name": "None.globjoin-0.1.4",
"product_id": "None.globjoin-0.1.4",
"product_identification_helper": {
"purl": "pkg:npm/globjoin@0.1.4"
}
}
},
{
"category": "product_version",
"name": "@types.d3-dsv-1.0.33",
"product": {
"name": "@types.d3-dsv-1.0.33",
"product_id": "@types.d3-dsv-1.0.33",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-dsv@1.0.33"
}
}
},
{
"category": "product_version",
"name": "None.taffydb-2.7.3",
"product": {
"name": "None.taffydb-2.7.3",
"product_id": "None.taffydb-2.7.3",
"product_identification_helper": {
"purl": "pkg:npm/taffydb@2.7.3"
}
}
},
{
"category": "product_version",
"name": "None.cheerio-1.0.0-rc.2",
"product": {
"name": "None.cheerio-1.0.0-rc.2",
"product_id": "None.cheerio-1.0.0-rc.2",
"product_identification_helper": {
"purl": "pkg:npm/cheerio@1.0.0-rc.2"
}
}
},
{
"category": "product_version",
"name": "None.d3-format-1.3.2",
"product": {
"name": "None.d3-format-1.3.2",
"product_id": "None.d3-format-1.3.2",
"product_identification_helper": {
"purl": "pkg:npm/d3-format@1.3.2"
}
}
},
{
"category": "product_version",
"name": "None.levn-0.2.5",
"product": {
"name": "None.levn-0.2.5",
"product_id": "None.levn-0.2.5",
"product_identification_helper": {
"purl": "pkg:npm/levn@0.2.5"
}
}
},
{
"category": "product_version",
"name": "None.matchdep-2.0.0",
"product": {
"name": "None.matchdep-2.0.0",
"product_id": "None.matchdep-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/matchdep@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.double-ended-queue-2.1.0-0",
"product": {
"name": "None.double-ended-queue-2.1.0-0",
"product_id": "None.double-ended-queue-2.1.0-0",
"product_identification_helper": {
"purl": "pkg:npm/double-ended-queue@2.1.0-0"
}
}
},
{
"category": "product_version",
"name": "None.d3-ease-1.0.5",
"product": {
"name": "None.d3-ease-1.0.5",
"product_id": "None.d3-ease-1.0.5",
"product_identification_helper": {
"purl": "pkg:npm/d3-ease@1.0.5"
}
}
},
{
"category": "product_version",
"name": "None.d3-array-1.2.4",
"product": {
"name": "None.d3-array-1.2.4",
"product_id": "None.d3-array-1.2.4",
"product_identification_helper": {
"purl": "pkg:npm/d3-array@1.2.4"
}
}
},
{
"category": "product_version",
"name": "None.d3-scale-2.2.2",
"product": {
"name": "None.d3-scale-2.2.2",
"product_id": "None.d3-scale-2.2.2",
"product_identification_helper": {
"purl": "pkg:npm/d3-scale@2.2.2"
}
}
},
{
"category": "product_version",
"name": "None.character-entities-1.2.3",
"product": {
"name": "None.character-entities-1.2.3",
"product_id": "None.character-entities-1.2.3",
"product_identification_helper": {
"purl": "pkg:npm/character-entities@1.2.3"
}
}
},
{
"category": "product_version",
"name": "None.bootstrap-slider-10.6.1",
"product": {
"name": "None.bootstrap-slider-10.6.1",
"product_id": "None.bootstrap-slider-10.6.1",
"product_identification_helper": {
"purl": "pkg:npm/bootstrap-slider@10.6.1"
}
}
},
{
"category": "product_version",
"name": "None.fined-1.2.0",
"product": {
"name": "None.fined-1.2.0",
"product_id": "None.fined-1.2.0",
"product_identification_helper": {
"purl": "pkg:npm/fined@1.2.0"
}
}
},
{
"category": "product_version",
"name": "None.unc-path-regex-0.1.2",
"product": {
"name": "None.unc-path-regex-0.1.2",
"product_id": "None.unc-path-regex-0.1.2",
"product_identification_helper": {
"purl": "pkg:npm/unc-path-regex@0.1.2"
}
}
},
{
"category": "product_version",
"name": "None.d3-fetch-1.1.2",
"product": {
"name": "None.d3-fetch-1.1.2",
"product_id": "None.d3-fetch-1.1.2",
"product_identification_helper": {
"purl": "pkg:npm/d3-fetch@1.1.2"
}
}
},
{
"category": "product_version",
"name": "None.read-pkg-1.1.0",
"product": {
"name": "None.read-pkg-1.1.0",
"product_id": "None.read-pkg-1.1.0",
"product_identification_helper": {
"purl": "pkg:npm/read-pkg@1.1.0"
}
}
},
{
"category": "product_version",
"name": "None.getobject-0.1.0",
"product": {
"name": "None.getobject-0.1.0",
"product_id": "None.getobject-0.1.0",
"product_identification_helper": {
"purl": "pkg:npm/getobject@0.1.0"
}
}
},
{
"category": "product_version",
"name": "None.d3-time-format-2.1.3",
"product": {
"name": "None.d3-time-format-2.1.3",
"product_id": "None.d3-time-format-2.1.3",
"product_identification_helper": {
"purl": "pkg:npm/d3-time-format@2.1.3"
}
}
},
{
"category": "product_version",
"name": "None.d3-polygon-1.0.5",
"product": {
"name": "None.d3-polygon-1.0.5",
"product_id": "None.d3-polygon-1.0.5",
"product_identification_helper": {
"purl": "pkg:npm/d3-polygon@1.0.5"
}
}
},
{
"category": "product_version",
"name": "None.postcss-media-query-parser-0.2.3",
"product": {
"name": "None.postcss-media-query-parser-0.2.3",
"product_id": "None.postcss-media-query-parser-0.2.3",
"product_identification_helper": {
"purl": "pkg:npm/postcss-media-query-parser@0.2.3"
}
}
},
{
"category": "product_version",
"name": "None.write-stream-0.4.3",
"product": {
"name": "None.write-stream-0.4.3",
"product_id": "None.write-stream-0.4.3",
"product_identification_helper": {
"purl": "pkg:npm/write-stream@0.4.3"
}
}
},
{
"category": "product_version",
"name": "@types.d3-zoom-1.7.1",
"product": {
"name": "@types.d3-zoom-1.7.1",
"product_id": "@types.d3-zoom-1.7.1",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-zoom@1.7.1"
}
}
},
{
"category": "product_version",
"name": "None.is-hexadecimal-1.0.3",
"product": {
"name": "None.is-hexadecimal-1.0.3",
"product_id": "None.is-hexadecimal-1.0.3",
"product_identification_helper": {
"purl": "pkg:npm/is-hexadecimal@1.0.3"
}
}
},
{
"category": "product_version",
"name": "None.d3-quadtree-1.0.6",
"product": {
"name": "None.d3-quadtree-1.0.6",
"product_id": "None.d3-quadtree-1.0.6",
"product_identification_helper": {
"purl": "pkg:npm/d3-quadtree@1.0.6"
}
}
},
{
"category": "product_version",
"name": "@types.d3-transition-1.1.1",
"product": {
"name": "@types.d3-transition-1.1.1",
"product_id": "@types.d3-transition-1.1.1",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-transition@1.1.1"
}
}
},
{
"category": "product_version",
"name": "None.clone-buffer-1.0.0",
"product": {
"name": "None.clone-buffer-1.0.0",
"product_id": "None.clone-buffer-1.0.0",
"product_identification_helper": {
"purl": "pkg:npm/clone-buffer@1.0.0"
}
}
},
{
"category": "product_version",
"name": "None.grunt-css-count-0.3.2",
"product": {
"name": "None.grunt-css-count-0.3.2",
"product_id": "None.grunt-css-count-0.3.2",
"product_identification_helper": {
"purl": "pkg:npm/grunt-css-count@0.3.2"
}
}
},
{
"category": "product_version",
"name": "None.datatables.net-buttons-1.5.6",
"product": {
"name": "None.datatables.net-buttons-1.5.6",
"product_id": "None.datatables.net-buttons-1.5.6",
"product_identification_helper": {
"purl": "pkg:npm/datatables.net-buttons@1.5.6"
}
}
},
{
"category": "product_version",
"name": "None.acorn-globals-1.0.9",
"product": {
"name": "None.acorn-globals-1.0.9",
"product_id": "None.acorn-globals-1.0.9",
"product_identification_helper": {
"purl": "pkg:npm/acorn-globals@1.0.9"
}
}
},
{
"category": "product_version",
"name": "None.find-up-1.1.2",
"product": {
"name": "None.find-up-1.1.2",
"product_id": "None.find-up-1.1.2",
"product_identification_helper": {
"purl": "pkg:npm/find-up@1.1.2"
}
}
},
{
"category": "product_version",
"name": "None.js-cookie-2.2.0",
"product": {
"name": "None.js-cookie-2.2.0",
"product_id": "None.js-cookie-2.2.0",
"product_identification_helper": {
"purl": "pkg:npm/js-cookie@2.2.0"
}
}
},
{
"category": "product_version",
"name": "None.postcss-resolve-nested-selector-0.1.1",
"product": {
"name": "None.postcss-resolve-nested-selector-0.1.1",
"product_id": "None.postcss-resolve-nested-selector-0.1.1",
"product_identification_helper": {
"purl": "pkg:npm/postcss-resolve-nested-selector@0.1.1"
}
}
},
{
"category": "product_version",
"name": "None.whatwg-fetch-3.0.0",
"product": {
"name": "None.whatwg-fetch-3.0.0",
"product_id": "None.whatwg-fetch-3.0.0",
"product_identification_helper": {
"purl": "pkg:npm/whatwg-fetch@3.0.0"
}
}
},
{
"category": "product_version",
"name": "@types.d3-format-1.3.0",
"product": {
"name": "@types.d3-format-1.3.0",
"product_id": "@types.d3-format-1.3.0",
"product_identification_helper": {
"purl": "pkg:npm/%40types/d3-format@1.3.0"
}
}
},
{
"category": "product_version",
"name": "None.grunt-contrib-less-2.0.0",
"product": {
"name": "None.grunt-contrib-less-2.0.0",
"product_id": "None.grunt-contrib-less-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/grunt-contrib-less@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.rechoir-0.6.2",
"product": {
"name": "None.rechoir-0.6.2",
"product_id": "None.rechoir-0.6.2",
"product_identification_helper": {
"purl": "pkg:npm/rechoir@0.6.2"
}
}
},
{
"category": "product_version",
"name": "None.raw-body-1.1.7",
"product": {
"name": "None.raw-body-1.1.7",
"product_id": "None.raw-body-1.1.7",
"product_identification_helper": {
"purl": "pkg:npm/raw-body@1.1.7"
}
}
},
{
"category": "product_version",
"name": "None.trim-0.0.1",
"product": {
"name": "None.trim-0.0.1",
"product_id": "None.trim-0.0.1",
"product_identification_helper": {
"purl": "pkg:npm/trim@0.0.1"
}
}
},
{
"category": "product_version",
"name": "None.fill-range-7.0.1",
"product": {
"name": "None.fill-range-7.0.1",
"product_id": "None.fill-range-7.0.1",
"product_identification_helper": {
"purl": "pkg:npm/fill-range@7.0.1"
}
}
},
{
"category": "product_version",
"name": "None.aproba-2.0.0",
"product": {
"name": "None.aproba-2.0.0",
"product_id": "None.aproba-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/aproba@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.humanize-ms-1.2.1",
"product": {
"name": "None.humanize-ms-1.2.1",
"product_id": "None.humanize-ms-1.2.1",
"product_identification_helper": {
"purl": "pkg:npm/humanize-ms@1.2.1"
}
}
},
{
"category": "product_version",
"name": "None.infer-owner-1.0.4",
"product": {
"name": "None.infer-owner-1.0.4",
"product_id": "None.infer-owner-1.0.4",
"product_identification_helper": {
"purl": "pkg:npm/infer-owner@1.0.4"
}
}
},
{
"category": "product_version",
"name": "None.delegate-3.2.0",
"product": {
"name": "None.delegate-3.2.0",
"product_id": "None.delegate-3.2.0",
"product_identification_helper": {
"purl": "pkg:npm/delegate@3.2.0"
}
}
},
{
"category": "product_version",
"name": "None.select-1.1.2",
"product": {
"name": "None.select-1.1.2",
"product_id": "None.select-1.1.2",
"product_identification_helper": {
"purl": "pkg:npm/select@1.1.2"
}
}
},
{
"category": "product_version",
"name": "None.tiny-emitter-2.1.0",
"product": {
"name": "None.tiny-emitter-2.1.0",
"product_id": "None.tiny-emitter-2.1.0",
"product_identification_helper": {
"purl": "pkg:npm/tiny-emitter@2.1.0"
}
}
},
{
"category": "product_version",
"name": "None.good-listener-1.2.2",
"product": {
"name": "None.good-listener-1.2.2",
"product_id": "None.good-listener-1.2.2",
"product_identification_helper": {
"purl": "pkg:npm/good-listener@1.2.2"
}
}
},
{
"category": "product_version",
"name": "None.clean-stack-2.2.0",
"product": {
"name": "None.clean-stack-2.2.0",
"product_id": "None.clean-stack-2.2.0",
"product_identification_helper": {
"purl": "pkg:npm/clean-stack@2.2.0"
}
}
},
{
"category": "product_version",
"name": "None.indent-string-4.0.0",
"product": {
"name": "None.indent-string-4.0.0",
"product_id": "None.indent-string-4.0.0",
"product_identification_helper": {
"purl": "pkg:npm/indent-string@4.0.0"
}
}
},
{
"category": "product_version",
"name": "None.which-2.0.2",
"product": {
"name": "None.which-2.0.2",
"product_id": "None.which-2.0.2",
"product_identification_helper": {
"purl": "pkg:npm/which@2.0.2"
}
}
},
{
"category": "product_version",
"name": "None.minipass-flush-1.0.5",
"product": {
"name": "None.minipass-flush-1.0.5",
"product_id": "None.minipass-flush-1.0.5",
"product_identification_helper": {
"purl": "pkg:npm/minipass-flush@1.0.5"
}
}
},
{
"category": "product_version",
"name": "None.fs-minipass-2.1.0",
"product": {
"name": "None.fs-minipass-2.1.0",
"product_id": "None.fs-minipass-2.1.0",
"product_identification_helper": {
"purl": "pkg:npm/fs-minipass@2.1.0"
}
}
},
{
"category": "product_version",
"name": "None.yallist-4.0.0",
"product": {
"name": "None.yallist-4.0.0",
"product_id": "None.yallist-4.0.0",
"product_identification_helper": {
"purl": "pkg:npm/yallist@4.0.0"
}
}
},
{
"category": "product_version",
"name": "None.minipass-collect-1.0.2",
"product": {
"name": "None.minipass-collect-1.0.2",
"product_id": "None.minipass-collect-1.0.2",
"product_identification_helper": {
"purl": "pkg:npm/minipass-collect@1.0.2"
}
}
},
{
"category": "product_version",
"name": "None.rimraf-3.0.2",
"product": {
"name": "None.rimraf-3.0.2",
"product_id": "None.rimraf-3.0.2",
"product_identification_helper": {
"purl": "pkg:npm/rimraf@3.0.2"
}
}
},
{
"category": "product_version",
"name": "None.readable-stream-3.6.0",
"product": {
"name": "None.readable-stream-3.6.0",
"product_id": "None.readable-stream-3.6.0",
"product_identification_helper": {
"purl": "pkg:npm/readable-stream@3.6.0"
}
}
},
{
"category": "product_version",
"name": "None.mkdirp-1.0.4",
"product": {
"name": "None.mkdirp-1.0.4",
"product_id": "None.mkdirp-1.0.4",
"product_identification_helper": {
"purl": "pkg:npm/mkdirp@1.0.4"
}
}
},
{
"category": "product_version",
"name": "None.http-cache-semantics-4.1.0",
"product": {
"name": "None.http-cache-semantics-4.1.0",
"product_id": "None.http-cache-semantics-4.1.0",
"product_identification_helper": {
"purl": "pkg:npm/http-cache-semantics@4.1.0"
}
}
},
{
"category": "product_version",
"name": "None.p-map-4.0.0",
"product": {
"name": "None.p-map-4.0.0",
"product_id": "None.p-map-4.0.0",
"product_identification_helper": {
"purl": "pkg:npm/p-map@4.0.0"
}
}
},
{
"category": "product_version",
"name": "None.chownr-2.0.0",
"product": {
"name": "None.chownr-2.0.0",
"product_id": "None.chownr-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/chownr@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.minipass-pipeline-1.2.4",
"product": {
"name": "None.minipass-pipeline-1.2.4",
"product_id": "None.minipass-pipeline-1.2.4",
"product_identification_helper": {
"purl": "pkg:npm/minipass-pipeline@1.2.4"
}
}
},
{
"category": "product_version",
"name": "None.lru-cache-6.0.0",
"product": {
"name": "None.lru-cache-6.0.0",
"product_id": "None.lru-cache-6.0.0",
"product_identification_helper": {
"purl": "pkg:npm/lru-cache@6.0.0"
}
}
},
{
"category": "product_version",
"name": "None.aggregate-error-3.1.0",
"product": {
"name": "None.aggregate-error-3.1.0",
"product_id": "None.aggregate-error-3.1.0",
"product_identification_helper": {
"purl": "pkg:npm/aggregate-error@3.1.0"
}
}
},
{
"category": "product_version",
"name": "None.querystringify-2.2.0",
"product": {
"name": "None.querystringify-2.2.0",
"product_id": "None.querystringify-2.2.0",
"product_identification_helper": {
"purl": "pkg:npm/querystringify@2.2.0"
}
}
},
{
"category": "product_version",
"name": "None.through2-3.0.2",
"product": {
"name": "None.through2-3.0.2",
"product_id": "None.through2-3.0.2",
"product_identification_helper": {
"purl": "pkg:npm/through2@3.0.2"
}
}
},
{
"category": "product_version",
"name": "None.agent-base-6.0.2",
"product": {
"name": "None.agent-base-6.0.2",
"product_id": "None.agent-base-6.0.2",
"product_identification_helper": {
"purl": "pkg:npm/agent-base@6.0.2"
}
}
},
{
"category": "product_version",
"name": "None.minizlib-2.1.2",
"product": {
"name": "None.minizlib-2.1.2",
"product_id": "None.minizlib-2.1.2",
"product_identification_helper": {
"purl": "pkg:npm/minizlib@2.1.2"
}
}
},
{
"category": "product_version",
"name": "None.ieee754-1.2.1",
"product": {
"name": "None.ieee754-1.2.1",
"product_id": "None.ieee754-1.2.1",
"product_identification_helper": {
"purl": "pkg:npm/ieee754@1.2.1"
}
}
},
{
"category": "product_version",
"name": "None.base64-js-1.5.1",
"product": {
"name": "None.base64-js-1.5.1",
"product_id": "None.base64-js-1.5.1",
"product_identification_helper": {
"purl": "pkg:npm/base64-js@1.5.1"
}
}
},
{
"category": "product_version",
"name": "None.buffer-5.7.1",
"product": {
"name": "None.buffer-5.7.1",
"product_id": "None.buffer-5.7.1",
"product_identification_helper": {
"purl": "pkg:npm/buffer@5.7.1"
}
}
},
{
"category": "product_version",
"name": "None.uuid-8.3.2",
"product": {
"name": "None.uuid-8.3.2",
"product_id": "None.uuid-8.3.2",
"product_identification_helper": {
"purl": "pkg:npm/uuid@8.3.2"
}
}
},
{
"category": "product_version",
"name": "None.env-paths-2.2.1",
"product": {
"name": "None.env-paths-2.2.1",
"product_id": "None.env-paths-2.2.1",
"product_identification_helper": {
"purl": "pkg:npm/env-paths@2.2.1"
}
}
},
{
"category": "product_version",
"name": "None.encoding-0.1.13",
"product": {
"name": "None.encoding-0.1.13",
"product_id": "None.encoding-0.1.13",
"product_identification_helper": {
"purl": "pkg:npm/encoding@0.1.13"
}
}
},
{
"category": "product_version",
"name": "None.err-code-2.0.3",
"product": {
"name": "None.err-code-2.0.3",
"product_id": "None.err-code-2.0.3",
"product_identification_helper": {
"purl": "pkg:npm/err-code@2.0.3"
}
}
},
{
"category": "product_version",
"name": "None.iconv-lite-0.6.3",
"product": {
"name": "None.iconv-lite-0.6.3",
"product_id": "None.iconv-lite-0.6.3",
"product_identification_helper": {
"purl": "pkg:npm/iconv-lite@0.6.3"
}
}
},
{
"category": "product_version",
"name": "None.is-lambda-1.0.1",
"product": {
"name": "None.is-lambda-1.0.1",
"product_id": "None.is-lambda-1.0.1",
"product_identification_helper": {
"purl": "pkg:npm/is-lambda@1.0.1"
}
}
},
{
"category": "product_version",
"name": "None.minipass-sized-1.0.3",
"product": {
"name": "None.minipass-sized-1.0.3",
"product_id": "None.minipass-sized-1.0.3",
"product_identification_helper": {
"purl": "pkg:npm/minipass-sized@1.0.3"
}
}
},
{
"category": "product_version",
"name": "None.promise-retry-2.0.1",
"product": {
"name": "None.promise-retry-2.0.1",
"product_id": "None.promise-retry-2.0.1",
"product_identification_helper": {
"purl": "pkg:npm/promise-retry@2.0.1"
}
}
},
{
"category": "product_version",
"name": "None.buffer-from-1.1.2",
"product": {
"name": "None.buffer-from-1.1.2",
"product_id": "None.buffer-from-1.1.2",
"product_identification_helper": {
"purl": "pkg:npm/buffer-from@1.1.2"
}
}
},
{
"category": "product_version",
"name": "None.ansi-regex-5.0.1",
"product": {
"name": "None.ansi-regex-5.0.1",
"product_id": "None.ansi-regex-5.0.1",
"product_identification_helper": {
"purl": "pkg:npm/ansi-regex@5.0.1"
}
}
},
{
"category": "product_version",
"name": "None.smart-buffer-4.2.0",
"product": {
"name": "None.smart-buffer-4.2.0",
"product_id": "None.smart-buffer-4.2.0",
"product_identification_helper": {
"purl": "pkg:npm/smart-buffer@4.2.0"
}
}
},
{
"category": "product_version",
"name": "None.tar-6.1.11",
"product": {
"name": "None.tar-6.1.11",
"product_id": "None.tar-6.1.11",
"product_identification_helper": {
"purl": "pkg:npm/tar@6.1.11"
}
}
},
{
"category": "product_version",
"name": "None.string-width-4.2.3",
"product": {
"name": "None.string-width-4.2.3",
"product_id": "None.string-width-4.2.3",
"product_identification_helper": {
"purl": "pkg:npm/string-width@4.2.3"
}
}
},
{
"category": "product_version",
"name": "None.strip-ansi-6.0.1",
"product": {
"name": "None.strip-ansi-6.0.1",
"product_id": "None.strip-ansi-6.0.1",
"product_identification_helper": {
"purl": "pkg:npm/strip-ansi@6.0.1"
}
}
},
{
"category": "product_version",
"name": "None.webidl-conversions-3.0.1",
"product": {
"name": "None.webidl-conversions-3.0.1",
"product_id": "None.webidl-conversions-3.0.1",
"product_identification_helper": {
"purl": "pkg:npm/webidl-conversions@3.0.1"
}
}
},
{
"category": "product_version",
"name": "None.whatwg-url-5.0.0",
"product": {
"name": "None.whatwg-url-5.0.0",
"product_id": "None.whatwg-url-5.0.0",
"product_identification_helper": {
"purl": "pkg:npm/whatwg-url@5.0.0"
}
}
},
{
"category": "product_version",
"name": "None.minimatch-3.1.2",
"product": {
"name": "None.minimatch-3.1.2",
"product_id": "None.minimatch-3.1.2",
"product_identification_helper": {
"purl": "pkg:npm/minimatch@3.1.2"
}
}
},
{
"category": "product_version",
"name": "None.signal-exit-3.0.7",
"product": {
"name": "None.signal-exit-3.0.7",
"product_id": "None.signal-exit-3.0.7",
"product_identification_helper": {
"purl": "pkg:npm/signal-exit@3.0.7"
}
}
},
{
"category": "product_version",
"name": "None.node-fetch-2.6.7",
"product": {
"name": "None.node-fetch-2.6.7",
"product_id": "None.node-fetch-2.6.7",
"product_identification_helper": {
"purl": "pkg:npm/node-fetch@2.6.7"
}
}
},
{
"category": "product_version",
"name": "None.abort-controller-3.0.0",
"product": {
"name": "None.abort-controller-3.0.0",
"product_id": "None.abort-controller-3.0.0",
"product_identification_helper": {
"purl": "pkg:npm/abort-controller@3.0.0"
}
}
},
{
"category": "product_version",
"name": "None.abstract-leveldown-6.2.3",
"product": {
"name": "None.abstract-leveldown-6.2.3",
"product_id": "None.abstract-leveldown-6.2.3",
"product_identification_helper": {
"purl": "pkg:npm/abstract-leveldown@6.2.3"
}
}
},
{
"category": "product_version",
"name": "None.deferred-leveldown-5.3.0",
"product": {
"name": "None.deferred-leveldown-5.3.0",
"product_id": "None.deferred-leveldown-5.3.0",
"product_identification_helper": {
"purl": "pkg:npm/deferred-leveldown@5.3.0"
}
}
},
{
"category": "product_version",
"name": "None.encoding-down-6.3.0",
"product": {
"name": "None.encoding-down-6.3.0",
"product_id": "None.encoding-down-6.3.0",
"product_identification_helper": {
"purl": "pkg:npm/encoding-down@6.3.0"
}
}
},
{
"category": "product_version",
"name": "None.event-target-shim-5.0.1",
"product": {
"name": "None.event-target-shim-5.0.1",
"product_id": "None.event-target-shim-5.0.1",
"product_identification_helper": {
"purl": "pkg:npm/event-target-shim@5.0.1"
}
}
},
{
"category": "product_version",
"name": "None.immediate-3.3.0",
"product": {
"name": "None.immediate-3.3.0",
"product_id": "None.immediate-3.3.0",
"product_identification_helper": {
"purl": "pkg:npm/immediate@3.3.0"
}
}
},
{
"category": "product_version",
"name": "None.level-codec-9.0.2",
"product": {
"name": "None.level-codec-9.0.2",
"product_id": "None.level-codec-9.0.2",
"product_identification_helper": {
"purl": "pkg:npm/level-codec@9.0.2"
}
}
},
{
"category": "product_version",
"name": "None.level-iterator-stream-4.0.2",
"product": {
"name": "None.level-iterator-stream-4.0.2",
"product_id": "None.level-iterator-stream-4.0.2",
"product_identification_helper": {
"purl": "pkg:npm/level-iterator-stream@4.0.2"
}
}
},
{
"category": "product_version",
"name": "None.level-js-5.0.2",
"product": {
"name": "None.level-js-5.0.2",
"product_id": "None.level-js-5.0.2",
"product_identification_helper": {
"purl": "pkg:npm/level-js@5.0.2"
}
}
},
{
"category": "product_version",
"name": "None.level-packager-5.1.1",
"product": {
"name": "None.level-packager-5.1.1",
"product_id": "None.level-packager-5.1.1",
"product_identification_helper": {
"purl": "pkg:npm/level-packager@5.1.1"
}
}
},
{
"category": "product_version",
"name": "None.level-supports-1.0.1",
"product": {
"name": "None.level-supports-1.0.1",
"product_id": "None.level-supports-1.0.1",
"product_identification_helper": {
"purl": "pkg:npm/level-supports@1.0.1"
}
}
},
{
"category": "product_version",
"name": "None.level-6.0.1",
"product": {
"name": "None.level-6.0.1",
"product_id": "None.level-6.0.1",
"product_identification_helper": {
"purl": "pkg:npm/level@6.0.1"
}
}
},
{
"category": "product_version",
"name": "None.leveldown-5.6.0",
"product": {
"name": "None.leveldown-5.6.0",
"product_id": "None.leveldown-5.6.0",
"product_identification_helper": {
"purl": "pkg:npm/leveldown@5.6.0"
}
}
},
{
"category": "product_version",
"name": "None.levelup-4.4.0",
"product": {
"name": "None.levelup-4.4.0",
"product_id": "None.levelup-4.4.0",
"product_identification_helper": {
"purl": "pkg:npm/levelup@4.4.0"
}
}
},
{
"category": "product_version",
"name": "None.napi-macros-2.0.0",
"product": {
"name": "None.napi-macros-2.0.0",
"product_id": "None.napi-macros-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/napi-macros@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.node-gyp-build-4.1.1",
"product": {
"name": "None.node-gyp-build-4.1.1",
"product_id": "None.node-gyp-build-4.1.1",
"product_identification_helper": {
"purl": "pkg:npm/node-gyp-build@4.1.1"
}
}
},
{
"category": "product_version",
"name": "None.url-parse-1.5.10",
"product": {
"name": "None.url-parse-1.5.10",
"product_id": "None.url-parse-1.5.10",
"product_identification_helper": {
"purl": "pkg:npm/url-parse@1.5.10"
}
}
},
{
"category": "product_version",
"name": "None.debug-4.3.4",
"product": {
"name": "None.debug-4.3.4",
"product_id": "None.debug-4.3.4",
"product_identification_helper": {
"purl": "pkg:npm/debug@4.3.4"
}
}
},
{
"category": "product_version",
"name": "None.negotiator-0.6.3",
"product": {
"name": "None.negotiator-0.6.3",
"product_id": "None.negotiator-0.6.3",
"product_identification_helper": {
"purl": "pkg:npm/negotiator@0.6.3"
}
}
},
{
"category": "product_version",
"name": "None.graceful-fs-4.2.10",
"product": {
"name": "None.graceful-fs-4.2.10",
"product_id": "None.graceful-fs-4.2.10",
"product_identification_helper": {
"purl": "pkg:npm/graceful-fs@4.2.10"
}
}
},
{
"category": "product_version",
"name": "None.minimist-1.2.6",
"product": {
"name": "None.minimist-1.2.6",
"product_id": "None.minimist-1.2.6",
"product_identification_helper": {
"purl": "pkg:npm/minimist@1.2.6"
}
}
},
{
"category": "product_version",
"name": "None.glob-7.2.3",
"product": {
"name": "None.glob-7.2.3",
"product_id": "None.glob-7.2.3",
"product_identification_helper": {
"purl": "pkg:npm/glob@7.2.3"
}
}
},
{
"category": "product_version",
"name": "None.https-proxy-agent-5.0.1",
"product": {
"name": "None.https-proxy-agent-5.0.1",
"product_id": "None.https-proxy-agent-5.0.1",
"product_identification_helper": {
"purl": "pkg:npm/https-proxy-agent@5.0.1"
}
}
},
{
"category": "product_version",
"name": "None.brace-expansion-2.0.1",
"product": {
"name": "None.brace-expansion-2.0.1",
"product_id": "None.brace-expansion-2.0.1",
"product_identification_helper": {
"purl": "pkg:npm/brace-expansion@2.0.1"
}
}
},
{
"category": "product_version",
"name": "None.minimatch-5.1.0",
"product": {
"name": "None.minimatch-5.1.0",
"product_id": "None.minimatch-5.1.0",
"product_identification_helper": {
"purl": "pkg:npm/minimatch@5.1.0"
}
}
},
{
"category": "product_version",
"name": "None.clipboard-2.0.11",
"product": {
"name": "None.clipboard-2.0.11",
"product_id": "None.clipboard-2.0.11",
"product_identification_helper": {
"purl": "pkg:npm/clipboard@2.0.11"
}
}
},
{
"category": "product_version",
"name": "None.fetch-cookie-0.11.0",
"product": {
"name": "None.fetch-cookie-0.11.0",
"product_id": "None.fetch-cookie-0.11.0",
"product_identification_helper": {
"purl": "pkg:npm/fetch-cookie@0.11.0"
}
}
},
{
"category": "product_version",
"name": "None.spark-md5-3.0.2",
"product": {
"name": "None.spark-md5-3.0.2",
"product_id": "None.spark-md5-3.0.2",
"product_identification_helper": {
"purl": "pkg:npm/spark-md5@3.0.2"
}
}
},
{
"category": "product_version",
"name": "@tootallnate.once-2.0.0",
"product": {
"name": "@tootallnate.once-2.0.0",
"product_id": "@tootallnate.once-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/%40tootallnate/once@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.http-proxy-agent-5.0.0",
"product": {
"name": "None.http-proxy-agent-5.0.0",
"product_id": "None.http-proxy-agent-5.0.0",
"product_identification_helper": {
"purl": "pkg:npm/http-proxy-agent@5.0.0"
}
}
},
{
"category": "product_version",
"name": "None.wide-align-1.1.5",
"product": {
"name": "None.wide-align-1.1.5",
"product_id": "None.wide-align-1.1.5",
"product_identification_helper": {
"purl": "pkg:npm/wide-align@1.1.5"
}
}
},
{
"category": "product_version",
"name": "None.moment-2.29.4",
"product": {
"name": "None.moment-2.29.4",
"product_id": "None.moment-2.29.4",
"product_identification_helper": {
"purl": "pkg:npm/moment@2.29.4"
}
}
},
{
"category": "product_version",
"name": "None.universalify-0.2.0",
"product": {
"name": "None.universalify-0.2.0",
"product_id": "None.universalify-0.2.0",
"product_identification_helper": {
"purl": "pkg:npm/universalify@0.2.0"
}
}
},
{
"category": "product_version",
"name": "None.jquery-3.6.1",
"product": {
"name": "None.jquery-3.6.1",
"product_id": "None.jquery-3.6.1",
"product_identification_helper": {
"purl": "pkg:npm/jquery@3.6.1"
}
}
},
{
"category": "product_version",
"name": "@gar.promisify-1.1.3",
"product": {
"name": "@gar.promisify-1.1.3",
"product_id": "@gar.promisify-1.1.3",
"product_identification_helper": {
"purl": "pkg:npm/%40gar/promisify@1.1.3"
}
}
},
{
"category": "product_version",
"name": "None.minipass-3.3.4",
"product": {
"name": "None.minipass-3.3.4",
"product_id": "None.minipass-3.3.4",
"product_identification_helper": {
"purl": "pkg:npm/minipass@3.3.4"
}
}
},
{
"category": "product_version",
"name": "@npmcli.fs-2.1.2",
"product": {
"name": "@npmcli.fs-2.1.2",
"product_id": "@npmcli.fs-2.1.2",
"product_identification_helper": {
"purl": "pkg:npm/%40npmcli/fs@2.1.2"
}
}
},
{
"category": "product_version",
"name": "@npmcli.move-file-2.0.1",
"product": {
"name": "@npmcli.move-file-2.0.1",
"product_id": "@npmcli.move-file-2.0.1",
"product_identification_helper": {
"purl": "pkg:npm/%40npmcli/move-file@2.0.1"
}
}
},
{
"category": "product_version",
"name": "None.agentkeepalive-4.2.1",
"product": {
"name": "None.agentkeepalive-4.2.1",
"product_id": "None.agentkeepalive-4.2.1",
"product_identification_helper": {
"purl": "pkg:npm/agentkeepalive@4.2.1"
}
}
},
{
"category": "product_version",
"name": "None.are-we-there-yet-3.0.1",
"product": {
"name": "None.are-we-there-yet-3.0.1",
"product_id": "None.are-we-there-yet-3.0.1",
"product_identification_helper": {
"purl": "pkg:npm/are-we-there-yet@3.0.1"
}
}
},
{
"category": "product_version",
"name": "None.cacache-16.1.3",
"product": {
"name": "None.cacache-16.1.3",
"product_id": "None.cacache-16.1.3",
"product_identification_helper": {
"purl": "pkg:npm/cacache@16.1.3"
}
}
},
{
"category": "product_version",
"name": "None.gauge-4.0.4",
"product": {
"name": "None.gauge-4.0.4",
"product_id": "None.gauge-4.0.4",
"product_identification_helper": {
"purl": "pkg:npm/gauge@4.0.4"
}
}
},
{
"category": "product_version",
"name": "None.glob-8.0.3",
"product": {
"name": "None.glob-8.0.3",
"product_id": "None.glob-8.0.3",
"product_identification_helper": {
"purl": "pkg:npm/glob@8.0.3"
}
}
},
{
"category": "product_version",
"name": "None.ip-2.0.0",
"product": {
"name": "None.ip-2.0.0",
"product_id": "None.ip-2.0.0",
"product_identification_helper": {
"purl": "pkg:npm/ip@2.0.0"
}
}
},
{
"category": "product_version",
"name": "None.lru-cache-7.14.0",
"product": {
"name": "None.lru-cache-7.14.0",
"product_id": "None.lru-cache-7.14.0",
"product_identification_helper": {
"purl": "pkg:npm/lru-cache@7.14.0"
}
}
},
{
"category": "product_version",
"name": "None.make-fetch-happen-10.2.1",
"product": {
"name": "None.make-fetch-happen-10.2.1",
"product_id": "None.make-fetch-happen-10.2.1",
"product_identification_helper": {
"purl": "pkg:npm/make-fetch-happen@10.2.1"
}
}
},
{
"category": "product_version",
"name": "None.minipass-fetch-2.1.2",
"product": {
"name": "None.minipass-fetch-2.1.2",
"product_id": "None.minipass-fetch-2.1.2",
"product_identification_helper": {
"purl": "pkg:npm/minipass-fetch@2.1.2"
}
}
},
{
"category": "product_version",
"name": "None.node-gyp-9.2.0",
"product": {
"name": "None.node-gyp-9.2.0",
"product_id": "None.node-gyp-9.2.0",
"product_identification_helper": {
"purl": "pkg:npm/node-gyp@9.2.0"
}
}
},
{
"category": "product_version",
"name": "None.nopt-6.0.0",
"product": {
"name": "None.nopt-6.0.0",
"product_id": "None.nopt-6.0.0",
"product_identification_helper": {
"purl": "pkg:npm/nopt@6.0.0"
}
}
},
{
"category": "product_version",
"name": "None.npmlog-6.0.2",
"product": {
"name": "None.npmlog-6.0.2",
"product_id": "None.npmlog-6.0.2",
"product_identification_helper": {
"purl": "pkg:npm/npmlog@6.0.2"
}
}
},
{
"category": "product_version",
"name": "None.socks-proxy-agent-7.0.0",
"product": {
"name": "None.socks-proxy-agent-7.0.0",
"product_id": "None.socks-proxy-agent-7.0.0",
"product_identification_helper": {
"purl": "pkg:npm/socks-proxy-agent@7.0.0"
}
}
},
{
"category": "product_version",
"name": "None.socks-2.7.1",
"product": {
"name": "None.socks-2.7.1",
"product_id": "None.socks-2.7.1",
"product_identification_helper": {
"purl": "pkg:npm/socks@2.7.1"
}
}
},
{
"category": "product_version",
"name": "None.ssri-9.0.1",
"product": {
"name": "None.ssri-9.0.1",
"product_id": "None.ssri-9.0.1",
"product_identification_helper": {
"purl": "pkg:npm/ssri@9.0.1"
}
}
},
{
"category": "product_version",
"name": "None.unique-filename-2.0.1",
"product": {
"name": "None.unique-filename-2.0.1",
"product_id": "None.unique-filename-2.0.1",
"product_identification_helper": {
"purl": "pkg:npm/unique-filename@2.0.1"
}
}
},
{
"category": "product_version",
"name": "None.unique-slug-3.0.0",
"product": {
"name": "None.unique-slug-3.0.0",
"product_id": "None.unique-slug-3.0.0",
"product_identification_helper": {
"purl": "pkg:npm/unique-slug@3.0.0"
}
}
},
{
"category": "product_version",
"name": "None.readable-stream-3.6.2",
"product": {
"name": "None.readable-stream-3.6.2",
"product_id": "None.readable-stream-3.6.2",
"product_identification_helper": {
"purl": "pkg:npm/readable-stream@3.6.2"
}
}
},
{
"category": "product_version",
"name": "None.tough-cookie-4.1.3",
"product": {
"name": "None.tough-cookie-4.1.3",
"product_id": "None.tough-cookie-4.1.3",
"product_identification_helper": {
"purl": "pkg:npm/tough-cookie@4.1.3"
}
}
},
{
"category": "product_version",
"name": "None.pouchdb-8.0.1",
"product": {
"name": "None.pouchdb-8.0.1",
"product_id": "None.pouchdb-8.0.1",
"product_identification_helper": {
"purl": "pkg:npm/pouchdb@8.0.1"
}
}
},
{
"category": "product_version",
"name": "None.semver-7.5.4",
"product": {
"name": "None.semver-7.5.4",
"product_id": "None.semver-7.5.4",
"product_identification_helper": {
"purl": "pkg:npm/semver@7.5.4"
}
}
},
{
"category": "product_version",
"name": "None.semver-5.7.2",
"product": {
"name": "None.semver-5.7.2",
"product_id": "None.semver-5.7.2",
"product_identification_helper": {
"purl": "pkg:npm/semver@5.7.2"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "@babel.code-frame-7.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@babel.code-frame-7.0.0"
},
"product_reference": "@babel.code-frame-7.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@babel.core-7.4.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@babel.core-7.4.5"
},
"product_reference": "@babel.core-7.4.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@babel.generator-7.4.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@babel.generator-7.4.4"
},
"product_reference": "@babel.generator-7.4.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@babel.helper-function-name-7.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@babel.helper-function-name-7.1.0"
},
"product_reference": "@babel.helper-function-name-7.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@babel.helper-get-function-arity-7.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@babel.helper-get-function-arity-7.0.0"
},
"product_reference": "@babel.helper-get-function-arity-7.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@babel.helper-split-export-declaration-7.4.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@babel.helper-split-export-declaration-7.4.4"
},
"product_reference": "@babel.helper-split-export-declaration-7.4.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@babel.helpers-7.4.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@babel.helpers-7.4.4"
},
"product_reference": "@babel.helpers-7.4.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@babel.highlight-7.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@babel.highlight-7.0.0"
},
"product_reference": "@babel.highlight-7.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@babel.parser-7.4.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@babel.parser-7.4.5"
},
"product_reference": "@babel.parser-7.4.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@babel.template-7.4.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@babel.template-7.4.4"
},
"product_reference": "@babel.template-7.4.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@babel.traverse-7.4.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@babel.traverse-7.4.5"
},
"product_reference": "@babel.traverse-7.4.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@babel.types-7.4.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@babel.types-7.4.4"
},
"product_reference": "@babel.types-7.4.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@gar.promisify-1.1.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@gar.promisify-1.1.3"
},
"product_reference": "@gar.promisify-1.1.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@mrmlnc.readdir-enhanced-2.2.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@mrmlnc.readdir-enhanced-2.2.1"
},
"product_reference": "@mrmlnc.readdir-enhanced-2.2.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@nodelib.fs.stat-1.1.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@nodelib.fs.stat-1.1.3"
},
"product_reference": "@nodelib.fs.stat-1.1.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@npmcli.fs-2.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@npmcli.fs-2.1.2"
},
"product_reference": "@npmcli.fs-2.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@npmcli.move-file-2.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@npmcli.move-file-2.0.1"
},
"product_reference": "@npmcli.move-file-2.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@tootallnate.once-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@tootallnate.once-2.0.0"
},
"product_reference": "@tootallnate.once-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.c3-0.6.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.c3-0.6.0"
},
"product_reference": "@types.c3-0.6.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-4.13.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-4.13.0"
},
"product_reference": "@types.d3-4.13.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-array-1.2.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-array-1.2.1"
},
"product_reference": "@types.d3-array-1.2.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-axis-1.0.10 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-axis-1.0.10"
},
"product_reference": "@types.d3-axis-1.0.10",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-brush-1.0.8 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-brush-1.0.8"
},
"product_reference": "@types.d3-brush-1.0.8",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-chord-1.0.7 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-chord-1.0.7"
},
"product_reference": "@types.d3-chord-1.0.7",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-collection-1.0.7 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-collection-1.0.7"
},
"product_reference": "@types.d3-collection-1.0.7",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-color-1.2.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-color-1.2.1"
},
"product_reference": "@types.d3-color-1.2.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-dispatch-1.0.6 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-dispatch-1.0.6"
},
"product_reference": "@types.d3-dispatch-1.0.6",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-drag-1.2.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-drag-1.2.1"
},
"product_reference": "@types.d3-drag-1.2.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-dsv-1.0.33 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-dsv-1.0.33"
},
"product_reference": "@types.d3-dsv-1.0.33",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-ease-1.0.7 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-ease-1.0.7"
},
"product_reference": "@types.d3-ease-1.0.7",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-force-1.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-force-1.1.1"
},
"product_reference": "@types.d3-force-1.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-format-1.3.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-format-1.3.0"
},
"product_reference": "@types.d3-format-1.3.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-geo-1.10.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-geo-1.10.3"
},
"product_reference": "@types.d3-geo-1.10.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-hierarchy-1.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-hierarchy-1.1.2"
},
"product_reference": "@types.d3-hierarchy-1.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-interpolate-1.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-interpolate-1.2.0"
},
"product_reference": "@types.d3-interpolate-1.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-path-1.0.7 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-path-1.0.7"
},
"product_reference": "@types.d3-path-1.0.7",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-polygon-1.0.6 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-polygon-1.0.6"
},
"product_reference": "@types.d3-polygon-1.0.6",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-quadtree-1.0.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-quadtree-1.0.5"
},
"product_reference": "@types.d3-quadtree-1.0.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-queue-3.0.6 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-queue-3.0.6"
},
"product_reference": "@types.d3-queue-3.0.6",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-random-1.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-random-1.1.1"
},
"product_reference": "@types.d3-random-1.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-request-1.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-request-1.0.2"
},
"product_reference": "@types.d3-request-1.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-scale-1.0.13 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-scale-1.0.13"
},
"product_reference": "@types.d3-scale-1.0.13",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-selection-1.3.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-selection-1.3.1"
},
"product_reference": "@types.d3-selection-1.3.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-shape-1.2.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-shape-1.2.3"
},
"product_reference": "@types.d3-shape-1.2.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-time-1.0.8 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-time-1.0.8"
},
"product_reference": "@types.d3-time-1.0.8",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-time-format-2.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-time-format-2.1.0"
},
"product_reference": "@types.d3-time-format-2.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-timer-1.0.7 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-timer-1.0.7"
},
"product_reference": "@types.d3-timer-1.0.7",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-transition-1.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-transition-1.1.1"
},
"product_reference": "@types.d3-transition-1.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-voronoi-1.1.7 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-voronoi-1.1.7"
},
"product_reference": "@types.d3-voronoi-1.1.7",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.d3-zoom-1.7.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.d3-zoom-1.7.1"
},
"product_reference": "@types.d3-zoom-1.7.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.events-3.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.events-3.0.0"
},
"product_reference": "@types.events-3.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.geojson-7946.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.geojson-7946.0.3"
},
"product_reference": "@types.geojson-7946.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.glob-7.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.glob-7.1.1"
},
"product_reference": "@types.glob-7.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.minimatch-3.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.minimatch-3.0.3"
},
"product_reference": "@types.minimatch-3.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.node-12.0.10 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.node-12.0.10"
},
"product_reference": "@types.node-12.0.10",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.unist-2.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.unist-2.0.3"
},
"product_reference": "@types.unist-2.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.vfile-3.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.vfile-3.0.2"
},
"product_reference": "@types.vfile-3.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "@types.vfile-message-1.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :@types.vfile-message-1.0.1"
},
"product_reference": "@types.vfile-message-1.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.abab-1.0.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.abab-1.0.4"
},
"product_reference": "None.abab-1.0.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.abbrev-1.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.abbrev-1.1.1"
},
"product_reference": "None.abbrev-1.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.abort-controller-3.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.abort-controller-3.0.0"
},
"product_reference": "None.abort-controller-3.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.abstract-leveldown-6.2.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.abstract-leveldown-6.2.3"
},
"product_reference": "None.abstract-leveldown-6.2.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.ace-builds-1.4.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.ace-builds-1.4.5"
},
"product_reference": "None.ace-builds-1.4.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.acorn-2.7.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.acorn-2.7.0"
},
"product_reference": "None.acorn-2.7.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.acorn-globals-1.0.9 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.acorn-globals-1.0.9"
},
"product_reference": "None.acorn-globals-1.0.9",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.agent-base-6.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.agent-base-6.0.2"
},
"product_reference": "None.agent-base-6.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.agentkeepalive-4.2.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.agentkeepalive-4.2.1"
},
"product_reference": "None.agentkeepalive-4.2.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.aggregate-error-3.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.aggregate-error-3.1.0"
},
"product_reference": "None.aggregate-error-3.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.ajv-6.10.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.ajv-6.10.0"
},
"product_reference": "None.ajv-6.10.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.amdefine-1.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.amdefine-1.0.1"
},
"product_reference": "None.amdefine-1.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.ansi-regex-2.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.ansi-regex-2.1.1"
},
"product_reference": "None.ansi-regex-2.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.ansi-regex-4.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.ansi-regex-4.1.0"
},
"product_reference": "None.ansi-regex-4.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.ansi-regex-5.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.ansi-regex-5.0.1"
},
"product_reference": "None.ansi-regex-5.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.ansi-styles-2.2.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.ansi-styles-2.2.1"
},
"product_reference": "None.ansi-styles-2.2.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.ansi-styles-3.2.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.ansi-styles-3.2.1"
},
"product_reference": "None.ansi-styles-3.2.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.aproba-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.aproba-2.0.0"
},
"product_reference": "None.aproba-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.are-we-there-yet-3.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.are-we-there-yet-3.0.1"
},
"product_reference": "None.are-we-there-yet-3.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.argparse-1.0.10 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.argparse-1.0.10"
},
"product_reference": "None.argparse-1.0.10",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.arr-diff-4.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.arr-diff-4.0.0"
},
"product_reference": "None.arr-diff-4.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.arr-flatten-1.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.arr-flatten-1.1.0"
},
"product_reference": "None.arr-flatten-1.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.arr-union-3.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.arr-union-3.1.0"
},
"product_reference": "None.arr-union-3.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.array-each-1.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.array-each-1.0.1"
},
"product_reference": "None.array-each-1.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.array-find-index-1.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.array-find-index-1.0.2"
},
"product_reference": "None.array-find-index-1.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.array-slice-1.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.array-slice-1.1.0"
},
"product_reference": "None.array-slice-1.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.array-union-1.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.array-union-1.0.2"
},
"product_reference": "None.array-union-1.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.array-uniq-1.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.array-uniq-1.0.3"
},
"product_reference": "None.array-uniq-1.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.array-unique-0.3.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.array-unique-0.3.2"
},
"product_reference": "None.array-unique-0.3.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.arrify-1.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.arrify-1.0.1"
},
"product_reference": "None.arrify-1.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.artemis-service.exe-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.artemis-service.exe-None"
},
"product_reference": "None.artemis-service.exe-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.asap-2.0.6 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.asap-2.0.6"
},
"product_reference": "None.asap-2.0.6",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.asn1-0.2.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.asn1-0.2.4"
},
"product_reference": "None.asn1-0.2.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.assert-plus-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.assert-plus-1.0.0"
},
"product_reference": "None.assert-plus-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.assign-symbols-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.assign-symbols-1.0.0"
},
"product_reference": "None.assign-symbols-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.astral-regex-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.astral-regex-1.0.0"
},
"product_reference": "None.astral-regex-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.async-1.5.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.async-1.5.2"
},
"product_reference": "None.async-1.5.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.async-2.6.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.async-2.6.2"
},
"product_reference": "None.async-2.6.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.asynckit-0.4.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.asynckit-0.4.0"
},
"product_reference": "None.asynckit-0.4.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.atob-2.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.atob-2.1.2"
},
"product_reference": "None.atob-2.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.autocompleter-4.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.autocompleter-4.0.2"
},
"product_reference": "None.autocompleter-4.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.autoprefixer-9.6.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.autoprefixer-9.6.0"
},
"product_reference": "None.autoprefixer-9.6.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.aws-sign2-0.7.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.aws-sign2-0.7.0"
},
"product_reference": "None.aws-sign2-0.7.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.aws4-1.8.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.aws4-1.8.0"
},
"product_reference": "None.aws4-1.8.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.babel-code-frame-6.26.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.babel-code-frame-6.26.0"
},
"product_reference": "None.babel-code-frame-6.26.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.babel-generator-6.26.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.babel-generator-6.26.1"
},
"product_reference": "None.babel-generator-6.26.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.babel-messages-6.23.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.babel-messages-6.23.0"
},
"product_reference": "None.babel-messages-6.23.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.babel-runtime-6.26.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.babel-runtime-6.26.0"
},
"product_reference": "None.babel-runtime-6.26.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.babel-traverse-6.26.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.babel-traverse-6.26.0"
},
"product_reference": "None.babel-traverse-6.26.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.babel-types-6.26.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.babel-types-6.26.0"
},
"product_reference": "None.babel-types-6.26.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.babylon-6.18.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.babylon-6.18.0"
},
"product_reference": "None.babylon-6.18.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.bail-1.0.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.bail-1.0.4"
},
"product_reference": "None.bail-1.0.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.balanced-match-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.balanced-match-1.0.0"
},
"product_reference": "None.balanced-match-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.base-0.11.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.base-0.11.2"
},
"product_reference": "None.base-0.11.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.base64-js-1.5.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.base64-js-1.5.1"
},
"product_reference": "None.base64-js-1.5.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.bcrypt-pbkdf-1.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.bcrypt-pbkdf-1.0.2"
},
"product_reference": "None.bcrypt-pbkdf-1.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.body-5.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.body-5.1.0"
},
"product_reference": "None.body-5.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.boolbase-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.boolbase-1.0.0"
},
"product_reference": "None.boolbase-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.bootstrap-3.3.7 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.bootstrap-3.3.7"
},
"product_reference": "None.bootstrap-3.3.7",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.bootstrap-3.4.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.bootstrap-3.4.1"
},
"product_reference": "None.bootstrap-3.4.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.bootstrap-datepicker-1.8.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.bootstrap-datepicker-1.8.0"
},
"product_reference": "None.bootstrap-datepicker-1.8.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.bootstrap-datepicker-1.9.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.bootstrap-datepicker-1.9.0"
},
"product_reference": "None.bootstrap-datepicker-1.9.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.bootstrap-sass-3.4.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.bootstrap-sass-3.4.1"
},
"product_reference": "None.bootstrap-sass-3.4.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.bootstrap-select-1.12.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.bootstrap-select-1.12.2"
},
"product_reference": "None.bootstrap-select-1.12.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.bootstrap-select-1.13.10 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.bootstrap-select-1.13.10"
},
"product_reference": "None.bootstrap-select-1.13.10",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.bootstrap-slider-10.6.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.bootstrap-slider-10.6.1"
},
"product_reference": "None.bootstrap-slider-10.6.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.bootstrap-slider-9.10.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.bootstrap-slider-9.10.0"
},
"product_reference": "None.bootstrap-slider-9.10.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.bootstrap-switch-3.3.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.bootstrap-switch-3.3.4"
},
"product_reference": "None.bootstrap-switch-3.3.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.bootstrap-switch-3.3.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.bootstrap-switch-3.3.5"
},
"product_reference": "None.bootstrap-switch-3.3.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.bootstrap-touchspin-3.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.bootstrap-touchspin-3.1.1"
},
"product_reference": "None.bootstrap-touchspin-3.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.brace-expansion-1.1.11 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.brace-expansion-1.1.11"
},
"product_reference": "None.brace-expansion-1.1.11",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.brace-expansion-2.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.brace-expansion-2.0.1"
},
"product_reference": "None.brace-expansion-2.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.braces-2.3.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.braces-2.3.2"
},
"product_reference": "None.braces-2.3.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.braces-3.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.braces-3.0.2"
},
"product_reference": "None.braces-3.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.browserslist-4.6.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.browserslist-4.6.3"
},
"product_reference": "None.browserslist-4.6.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.buffer-5.7.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.buffer-5.7.1"
},
"product_reference": "None.buffer-5.7.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.buffer-from-1.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.buffer-from-1.1.2"
},
"product_reference": "None.buffer-from-1.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.bytes-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.bytes-1.0.0"
},
"product_reference": "None.bytes-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.c3-0.4.23 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.c3-0.4.23"
},
"product_reference": "None.c3-0.4.23",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.c3-0.7.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.c3-0.7.1"
},
"product_reference": "None.c3-0.7.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.cacache-16.1.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.cacache-16.1.3"
},
"product_reference": "None.cacache-16.1.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.cache-base-1.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.cache-base-1.0.1"
},
"product_reference": "None.cache-base-1.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.call-me-maybe-1.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.call-me-maybe-1.0.1"
},
"product_reference": "None.call-me-maybe-1.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.caller-callsite-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.caller-callsite-2.0.0"
},
"product_reference": "None.caller-callsite-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.caller-path-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.caller-path-2.0.0"
},
"product_reference": "None.caller-path-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.callsites-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.callsites-2.0.0"
},
"product_reference": "None.callsites-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.camelcase-2.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.camelcase-2.1.1"
},
"product_reference": "None.camelcase-2.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.camelcase-4.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.camelcase-4.1.0"
},
"product_reference": "None.camelcase-4.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.camelcase-keys-2.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.camelcase-keys-2.1.0"
},
"product_reference": "None.camelcase-keys-2.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.camelcase-keys-4.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.camelcase-keys-4.2.0"
},
"product_reference": "None.camelcase-keys-4.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.caniuse-lite-1.0.30000978 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.caniuse-lite-1.0.30000978"
},
"product_reference": "None.caniuse-lite-1.0.30000978",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.caseless-0.12.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.caseless-0.12.0"
},
"product_reference": "None.caseless-0.12.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.ccount-1.0.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.ccount-1.0.4"
},
"product_reference": "None.ccount-1.0.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.chalk-1.1.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.chalk-1.1.3"
},
"product_reference": "None.chalk-1.1.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.chalk-2.4.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.chalk-2.4.2"
},
"product_reference": "None.chalk-2.4.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.character-entities-1.2.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.character-entities-1.2.3"
},
"product_reference": "None.character-entities-1.2.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.character-entities-html4-1.1.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.character-entities-html4-1.1.3"
},
"product_reference": "None.character-entities-html4-1.1.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.character-entities-legacy-1.1.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.character-entities-legacy-1.1.3"
},
"product_reference": "None.character-entities-legacy-1.1.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.character-reference-invalid-1.1.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.character-reference-invalid-1.1.3"
},
"product_reference": "None.character-reference-invalid-1.1.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.cheerio-0.20.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.cheerio-0.20.0"
},
"product_reference": "None.cheerio-0.20.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.cheerio-1.0.0-rc.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.cheerio-1.0.0-rc.2"
},
"product_reference": "None.cheerio-1.0.0-rc.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.chownr-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.chownr-2.0.0"
},
"product_reference": "None.chownr-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.class-utils-0.3.6 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.class-utils-0.3.6"
},
"product_reference": "None.class-utils-0.3.6",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.clean-css-4.2.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.clean-css-4.2.1"
},
"product_reference": "None.clean-css-4.2.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.clean-stack-2.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.clean-stack-2.2.0"
},
"product_reference": "None.clean-stack-2.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.clipboard-2.0.11 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.clipboard-2.0.11"
},
"product_reference": "None.clipboard-2.0.11",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.clone-2.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.clone-2.1.2"
},
"product_reference": "None.clone-2.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.clone-buffer-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.clone-buffer-1.0.0"
},
"product_reference": "None.clone-buffer-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.clone-regexp-2.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.clone-regexp-2.2.0"
},
"product_reference": "None.clone-regexp-2.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.coffeescript-1.10.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.coffeescript-1.10.0"
},
"product_reference": "None.coffeescript-1.10.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.collapse-white-space-1.0.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.collapse-white-space-1.0.5"
},
"product_reference": "None.collapse-white-space-1.0.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.collection-visit-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.collection-visit-1.0.0"
},
"product_reference": "None.collection-visit-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.color-convert-1.9.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.color-convert-1.9.3"
},
"product_reference": "None.color-convert-1.9.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.color-logger-0.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.color-logger-0.0.3"
},
"product_reference": "None.color-logger-0.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.color-logger-0.0.6 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.color-logger-0.0.6"
},
"product_reference": "None.color-logger-0.0.6",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.color-name-1.1.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.color-name-1.1.3"
},
"product_reference": "None.color-name-1.1.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.color-support-1.1.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.color-support-1.1.3"
},
"product_reference": "None.color-support-1.1.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.colors-1.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.colors-1.1.2"
},
"product_reference": "None.colors-1.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.combined-stream-1.0.8 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.combined-stream-1.0.8"
},
"product_reference": "None.combined-stream-1.0.8",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.commander-2.20.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.commander-2.20.0"
},
"product_reference": "None.commander-2.20.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.component-emitter-1.3.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.component-emitter-1.3.0"
},
"product_reference": "None.component-emitter-1.3.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.concat-map-0.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.concat-map-0.0.1"
},
"product_reference": "None.concat-map-0.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.console-control-strings-1.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.console-control-strings-1.1.0"
},
"product_reference": "None.console-control-strings-1.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.continuable-cache-0.3.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.continuable-cache-0.3.1"
},
"product_reference": "None.continuable-cache-0.3.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.convert-source-map-1.6.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.convert-source-map-1.6.0"
},
"product_reference": "None.convert-source-map-1.6.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.copy-descriptor-0.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.copy-descriptor-0.1.1"
},
"product_reference": "None.copy-descriptor-0.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.core-js-0.9.18 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.core-js-0.9.18"
},
"product_reference": "None.core-js-0.9.18",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.core-js-2.6.9 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.core-js-2.6.9"
},
"product_reference": "None.core-js-2.6.9",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.core-util-is-1.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.core-util-is-1.0.2"
},
"product_reference": "None.core-util-is-1.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.cosmiconfig-5.2.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.cosmiconfig-5.2.1"
},
"product_reference": "None.cosmiconfig-5.2.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.css-2.2.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.css-2.2.4"
},
"product_reference": "None.css-2.2.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.css-parse-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.css-parse-2.0.0"
},
"product_reference": "None.css-parse-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.css-select-1.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.css-select-1.2.0"
},
"product_reference": "None.css-select-1.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.css-unit-converter-1.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.css-unit-converter-1.1.1"
},
"product_reference": "None.css-unit-converter-1.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.css-what-2.1.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.css-what-2.1.3"
},
"product_reference": "None.css-what-2.1.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.cssom-0.3.6 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.cssom-0.3.6"
},
"product_reference": "None.cssom-0.3.6",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.cssstyle-0.2.37 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.cssstyle-0.2.37"
},
"product_reference": "None.cssstyle-0.2.37",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.currently-unhandled-0.4.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.currently-unhandled-0.4.1"
},
"product_reference": "None.currently-unhandled-0.4.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-3.5.17 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-3.5.17"
},
"product_reference": "None.d3-3.5.17",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-5.9.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-5.9.2"
},
"product_reference": "None.d3-5.9.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-array-1.2.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-array-1.2.4"
},
"product_reference": "None.d3-array-1.2.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-axis-1.0.12 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-axis-1.0.12"
},
"product_reference": "None.d3-axis-1.0.12",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-brush-1.0.6 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-brush-1.0.6"
},
"product_reference": "None.d3-brush-1.0.6",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-chord-1.0.6 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-chord-1.0.6"
},
"product_reference": "None.d3-chord-1.0.6",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-collection-1.0.7 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-collection-1.0.7"
},
"product_reference": "None.d3-collection-1.0.7",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-color-1.2.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-color-1.2.3"
},
"product_reference": "None.d3-color-1.2.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-contour-1.3.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-contour-1.3.2"
},
"product_reference": "None.d3-contour-1.3.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-dispatch-1.0.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-dispatch-1.0.5"
},
"product_reference": "None.d3-dispatch-1.0.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-drag-1.2.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-drag-1.2.3"
},
"product_reference": "None.d3-drag-1.2.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-dsv-1.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-dsv-1.1.1"
},
"product_reference": "None.d3-dsv-1.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-ease-1.0.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-ease-1.0.5"
},
"product_reference": "None.d3-ease-1.0.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-fetch-1.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-fetch-1.1.2"
},
"product_reference": "None.d3-fetch-1.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-force-1.2.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-force-1.2.1"
},
"product_reference": "None.d3-force-1.2.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-format-1.3.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-format-1.3.2"
},
"product_reference": "None.d3-format-1.3.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-geo-1.11.6 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-geo-1.11.6"
},
"product_reference": "None.d3-geo-1.11.6",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-hierarchy-1.1.8 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-hierarchy-1.1.8"
},
"product_reference": "None.d3-hierarchy-1.1.8",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-interpolate-1.3.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-interpolate-1.3.2"
},
"product_reference": "None.d3-interpolate-1.3.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-path-1.0.7 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-path-1.0.7"
},
"product_reference": "None.d3-path-1.0.7",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-polygon-1.0.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-polygon-1.0.5"
},
"product_reference": "None.d3-polygon-1.0.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-quadtree-1.0.6 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-quadtree-1.0.6"
},
"product_reference": "None.d3-quadtree-1.0.6",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-random-1.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-random-1.1.2"
},
"product_reference": "None.d3-random-1.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-scale-2.2.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-scale-2.2.2"
},
"product_reference": "None.d3-scale-2.2.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-scale-chromatic-1.3.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-scale-chromatic-1.3.3"
},
"product_reference": "None.d3-scale-chromatic-1.3.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-selection-1.4.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-selection-1.4.0"
},
"product_reference": "None.d3-selection-1.4.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-shape-1.3.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-shape-1.3.5"
},
"product_reference": "None.d3-shape-1.3.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-time-1.0.11 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-time-1.0.11"
},
"product_reference": "None.d3-time-1.0.11",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-time-format-2.1.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-time-format-2.1.3"
},
"product_reference": "None.d3-time-format-2.1.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-timer-1.0.9 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-timer-1.0.9"
},
"product_reference": "None.d3-timer-1.0.9",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-transition-1.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-transition-1.2.0"
},
"product_reference": "None.d3-transition-1.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-voronoi-1.1.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-voronoi-1.1.4"
},
"product_reference": "None.d3-voronoi-1.1.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.d3-zoom-1.7.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.d3-zoom-1.7.3"
},
"product_reference": "None.d3-zoom-1.7.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.dashdash-1.14.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.dashdash-1.14.1"
},
"product_reference": "None.dashdash-1.14.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.datatables.net-1.10.16 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.datatables.net-1.10.16"
},
"product_reference": "None.datatables.net-1.10.16",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.datatables.net-1.10.19 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.datatables.net-1.10.19"
},
"product_reference": "None.datatables.net-1.10.19",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.datatables.net-bs-1.10.16 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.datatables.net-bs-1.10.16"
},
"product_reference": "None.datatables.net-bs-1.10.16",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.datatables.net-buttons-1.5.6 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.datatables.net-buttons-1.5.6"
},
"product_reference": "None.datatables.net-buttons-1.5.6",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.datatables.net-colreorder-1.4.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.datatables.net-colreorder-1.4.1"
},
"product_reference": "None.datatables.net-colreorder-1.4.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.datatables.net-colreorder-bs-1.3.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.datatables.net-colreorder-bs-1.3.3"
},
"product_reference": "None.datatables.net-colreorder-bs-1.3.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.datatables.net-keytable-2.5.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.datatables.net-keytable-2.5.0"
},
"product_reference": "None.datatables.net-keytable-2.5.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.datatables.net-select-1.2.7 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.datatables.net-select-1.2.7"
},
"product_reference": "None.datatables.net-select-1.2.7",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.datatables.net-select-1.3.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.datatables.net-select-1.3.0"
},
"product_reference": "None.datatables.net-select-1.3.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.dateformat-1.0.12 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.dateformat-1.0.12"
},
"product_reference": "None.dateformat-1.0.12",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.debug-2.6.9 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.debug-2.6.9"
},
"product_reference": "None.debug-2.6.9",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.debug-3.2.6 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.debug-3.2.6"
},
"product_reference": "None.debug-3.2.6",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.debug-4.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.debug-4.1.1"
},
"product_reference": "None.debug-4.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.debug-4.3.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.debug-4.3.4"
},
"product_reference": "None.debug-4.3.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.decamelize-1.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.decamelize-1.2.0"
},
"product_reference": "None.decamelize-1.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.decamelize-keys-1.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.decamelize-keys-1.1.0"
},
"product_reference": "None.decamelize-keys-1.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.decode-uri-component-0.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.decode-uri-component-0.2.0"
},
"product_reference": "None.decode-uri-component-0.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.deep-is-0.1.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.deep-is-0.1.3"
},
"product_reference": "None.deep-is-0.1.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.deferred-leveldown-5.3.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.deferred-leveldown-5.3.0"
},
"product_reference": "None.deferred-leveldown-5.3.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.define-property-0.2.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.define-property-0.2.5"
},
"product_reference": "None.define-property-0.2.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.define-property-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.define-property-1.0.0"
},
"product_reference": "None.define-property-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.define-property-2.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.define-property-2.0.2"
},
"product_reference": "None.define-property-2.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.delayed-stream-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.delayed-stream-1.0.0"
},
"product_reference": "None.delayed-stream-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.delegate-3.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.delegate-3.2.0"
},
"product_reference": "None.delegate-3.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.delegates-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.delegates-1.0.0"
},
"product_reference": "None.delegates-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.depd-1.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.depd-1.1.2"
},
"product_reference": "None.depd-1.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.detect-file-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.detect-file-1.0.0"
},
"product_reference": "None.detect-file-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.detect-indent-4.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.detect-indent-4.0.0"
},
"product_reference": "None.detect-indent-4.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.diff-3.5.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.diff-3.5.0"
},
"product_reference": "None.diff-3.5.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.dir-glob-2.2.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.dir-glob-2.2.2"
},
"product_reference": "None.dir-glob-2.2.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.dom-serializer-0.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.dom-serializer-0.1.1"
},
"product_reference": "None.dom-serializer-0.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.domelementtype-1.3.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.domelementtype-1.3.1"
},
"product_reference": "None.domelementtype-1.3.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.domhandler-2.3.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.domhandler-2.3.0"
},
"product_reference": "None.domhandler-2.3.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.domhandler-2.4.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.domhandler-2.4.2"
},
"product_reference": "None.domhandler-2.4.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.domutils-1.5.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.domutils-1.5.1"
},
"product_reference": "None.domutils-1.5.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.dot-prop-4.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.dot-prop-4.2.0"
},
"product_reference": "None.dot-prop-4.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.double-ended-queue-2.1.0-0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.double-ended-queue-2.1.0-0"
},
"product_reference": "None.double-ended-queue-2.1.0-0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.drmonty-datatables-colvis-1.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.drmonty-datatables-colvis-1.1.2"
},
"product_reference": "None.drmonty-datatables-colvis-1.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.duplexer-0.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.duplexer-0.1.1"
},
"product_reference": "None.duplexer-0.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.ecc-jsbn-0.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.ecc-jsbn-0.1.2"
},
"product_reference": "None.ecc-jsbn-0.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.electron-to-chromium-1.3.174 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.electron-to-chromium-1.3.174"
},
"product_reference": "None.electron-to-chromium-1.3.174",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.emoji-regex-7.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.emoji-regex-7.0.3"
},
"product_reference": "None.emoji-regex-7.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.emoji-regex-8.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.emoji-regex-8.0.0"
},
"product_reference": "None.emoji-regex-8.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.encoding-0.1.13 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.encoding-0.1.13"
},
"product_reference": "None.encoding-0.1.13",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.encoding-down-6.3.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.encoding-down-6.3.0"
},
"product_reference": "None.encoding-down-6.3.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.end-stream-0.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.end-stream-0.1.0"
},
"product_reference": "None.end-stream-0.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.entities-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.entities-1.0.0"
},
"product_reference": "None.entities-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.entities-1.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.entities-1.1.2"
},
"product_reference": "None.entities-1.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.env-paths-2.2.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.env-paths-2.2.1"
},
"product_reference": "None.env-paths-2.2.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.eonasdan-bootstrap-datetimepicker-4.17.47 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.eonasdan-bootstrap-datetimepicker-4.17.47"
},
"product_reference": "None.eonasdan-bootstrap-datetimepicker-4.17.47",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.err-code-2.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.err-code-2.0.3"
},
"product_reference": "None.err-code-2.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.errno-0.1.7 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.errno-0.1.7"
},
"product_reference": "None.errno-0.1.7",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.error-7.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.error-7.0.2"
},
"product_reference": "None.error-7.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.error-ex-1.3.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.error-ex-1.3.2"
},
"product_reference": "None.error-ex-1.3.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.escape-html-1.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.escape-html-1.0.2"
},
"product_reference": "None.escape-html-1.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.escape-html-1.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.escape-html-1.0.3"
},
"product_reference": "None.escape-html-1.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.escape-string-regexp-1.0.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.escape-string-regexp-1.0.5"
},
"product_reference": "None.escape-string-regexp-1.0.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.escodegen-1.11.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.escodegen-1.11.1"
},
"product_reference": "None.escodegen-1.11.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.escodegen-1.7.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.escodegen-1.7.0"
},
"product_reference": "None.escodegen-1.7.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.esdoc-0.4.8 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.esdoc-0.4.8"
},
"product_reference": "None.esdoc-0.4.8",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.esdoc-1.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.esdoc-1.1.0"
},
"product_reference": "None.esdoc-1.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.espree-2.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.espree-2.2.0"
},
"product_reference": "None.espree-2.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.esprima-1.2.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.esprima-1.2.5"
},
"product_reference": "None.esprima-1.2.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.esprima-3.1.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.esprima-3.1.3"
},
"product_reference": "None.esprima-3.1.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.esprima-4.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.esprima-4.0.1"
},
"product_reference": "None.esprima-4.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.estraverse-1.9.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.estraverse-1.9.3"
},
"product_reference": "None.estraverse-1.9.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.estraverse-4.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.estraverse-4.1.0"
},
"product_reference": "None.estraverse-4.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.estraverse-4.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.estraverse-4.2.0"
},
"product_reference": "None.estraverse-4.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.esutils-2.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.esutils-2.0.2"
},
"product_reference": "None.esutils-2.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.event-target-shim-5.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.event-target-shim-5.0.1"
},
"product_reference": "None.event-target-shim-5.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.eventemitter2-0.4.14 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.eventemitter2-0.4.14"
},
"product_reference": "None.eventemitter2-0.4.14",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.execall-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.execall-2.0.0"
},
"product_reference": "None.execall-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.exit-0.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.exit-0.1.2"
},
"product_reference": "None.exit-0.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.expand-brackets-2.1.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.expand-brackets-2.1.4"
},
"product_reference": "None.expand-brackets-2.1.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.expand-tilde-2.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.expand-tilde-2.0.2"
},
"product_reference": "None.expand-tilde-2.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.extend-3.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.extend-3.0.2"
},
"product_reference": "None.extend-3.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.extend-shallow-2.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.extend-shallow-2.0.1"
},
"product_reference": "None.extend-shallow-2.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.extend-shallow-3.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.extend-shallow-3.0.2"
},
"product_reference": "None.extend-shallow-3.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.extglob-2.0.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.extglob-2.0.4"
},
"product_reference": "None.extglob-2.0.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.extsprintf-1.3.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.extsprintf-1.3.0"
},
"product_reference": "None.extsprintf-1.3.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.fast-deep-equal-2.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.fast-deep-equal-2.0.1"
},
"product_reference": "None.fast-deep-equal-2.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.fast-glob-2.2.7 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.fast-glob-2.2.7"
},
"product_reference": "None.fast-glob-2.2.7",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.fast-json-stable-stringify-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.fast-json-stable-stringify-2.0.0"
},
"product_reference": "None.fast-json-stable-stringify-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.fast-levenshtein-1.0.7 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.fast-levenshtein-1.0.7"
},
"product_reference": "None.fast-levenshtein-1.0.7",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.fast-levenshtein-2.0.6 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.fast-levenshtein-2.0.6"
},
"product_reference": "None.fast-levenshtein-2.0.6",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.faye-websocket-0.10.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.faye-websocket-0.10.0"
},
"product_reference": "None.faye-websocket-0.10.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.fetch-cookie-0.11.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.fetch-cookie-0.11.0"
},
"product_reference": "None.fetch-cookie-0.11.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.figures-1.7.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.figures-1.7.0"
},
"product_reference": "None.figures-1.7.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.file-entry-cache-5.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.file-entry-cache-5.0.1"
},
"product_reference": "None.file-entry-cache-5.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.file-sync-cmp-0.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.file-sync-cmp-0.1.1"
},
"product_reference": "None.file-sync-cmp-0.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.fill-range-4.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.fill-range-4.0.0"
},
"product_reference": "None.fill-range-4.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.fill-range-7.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.fill-range-7.0.1"
},
"product_reference": "None.fill-range-7.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.find-up-1.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.find-up-1.1.2"
},
"product_reference": "None.find-up-1.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.find-up-2.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.find-up-2.1.0"
},
"product_reference": "None.find-up-2.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.findup-sync-0.3.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.findup-sync-0.3.0"
},
"product_reference": "None.findup-sync-0.3.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.findup-sync-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.findup-sync-2.0.0"
},
"product_reference": "None.findup-sync-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.fined-1.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.fined-1.2.0"
},
"product_reference": "None.fined-1.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.flagged-respawn-1.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.flagged-respawn-1.0.1"
},
"product_reference": "None.flagged-respawn-1.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.flat-cache-2.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.flat-cache-2.0.1"
},
"product_reference": "None.flat-cache-2.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.flatted-2.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.flatted-2.0.1"
},
"product_reference": "None.flatted-2.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.font-awesome-4.7.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.font-awesome-4.7.0"
},
"product_reference": "None.font-awesome-4.7.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.font-awesome-sass-4.7.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.font-awesome-sass-4.7.0"
},
"product_reference": "None.font-awesome-sass-4.7.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.for-in-1.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.for-in-1.0.2"
},
"product_reference": "None.for-in-1.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.for-own-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.for-own-1.0.0"
},
"product_reference": "None.for-own-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.forever-agent-0.6.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.forever-agent-0.6.1"
},
"product_reference": "None.forever-agent-0.6.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.form-data-2.3.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.form-data-2.3.3"
},
"product_reference": "None.form-data-2.3.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.fragment-cache-0.2.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.fragment-cache-0.2.1"
},
"product_reference": "None.fragment-cache-0.2.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.fs-extra-0.26.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.fs-extra-0.26.5"
},
"product_reference": "None.fs-extra-0.26.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.fs-extra-5.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.fs-extra-5.0.0"
},
"product_reference": "None.fs-extra-5.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.fs-minipass-2.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.fs-minipass-2.1.0"
},
"product_reference": "None.fs-minipass-2.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.fs.realpath-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.fs.realpath-1.0.0"
},
"product_reference": "None.fs.realpath-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.gauge-4.0.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.gauge-4.0.4"
},
"product_reference": "None.gauge-4.0.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.gaze-1.1.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.gaze-1.1.3"
},
"product_reference": "None.gaze-1.1.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.get-stdin-4.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.get-stdin-4.0.1"
},
"product_reference": "None.get-stdin-4.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.get-stdin-7.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.get-stdin-7.0.0"
},
"product_reference": "None.get-stdin-7.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.get-value-2.0.6 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.get-value-2.0.6"
},
"product_reference": "None.get-value-2.0.6",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.getobject-0.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.getobject-0.1.0"
},
"product_reference": "None.getobject-0.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.getpass-0.1.7 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.getpass-0.1.7"
},
"product_reference": "None.getpass-0.1.7",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.glob-5.0.15 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.glob-5.0.15"
},
"product_reference": "None.glob-5.0.15",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.glob-7.0.6 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.glob-7.0.6"
},
"product_reference": "None.glob-7.0.6",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.glob-7.1.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.glob-7.1.4"
},
"product_reference": "None.glob-7.1.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.glob-7.2.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.glob-7.2.3"
},
"product_reference": "None.glob-7.2.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.glob-8.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.glob-8.0.3"
},
"product_reference": "None.glob-8.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.glob-parent-3.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.glob-parent-3.1.0"
},
"product_reference": "None.glob-parent-3.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.glob-to-regexp-0.3.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.glob-to-regexp-0.3.0"
},
"product_reference": "None.glob-to-regexp-0.3.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.global-modules-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.global-modules-1.0.0"
},
"product_reference": "None.global-modules-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.global-modules-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.global-modules-2.0.0"
},
"product_reference": "None.global-modules-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.global-prefix-1.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.global-prefix-1.0.2"
},
"product_reference": "None.global-prefix-1.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.global-prefix-3.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.global-prefix-3.0.0"
},
"product_reference": "None.global-prefix-3.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.globals-11.12.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.globals-11.12.0"
},
"product_reference": "None.globals-11.12.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.globals-9.18.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.globals-9.18.0"
},
"product_reference": "None.globals-9.18.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.globby-9.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.globby-9.2.0"
},
"product_reference": "None.globby-9.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.globjoin-0.1.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.globjoin-0.1.4"
},
"product_reference": "None.globjoin-0.1.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.globule-1.2.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.globule-1.2.1"
},
"product_reference": "None.globule-1.2.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.gonzales-pe-4.2.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.gonzales-pe-4.2.4"
},
"product_reference": "None.gonzales-pe-4.2.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.good-listener-1.2.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.good-listener-1.2.2"
},
"product_reference": "None.good-listener-1.2.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.google-code-prettify-1.0.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.google-code-prettify-1.0.5"
},
"product_reference": "None.google-code-prettify-1.0.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.graceful-fs-4.2.10 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.graceful-fs-4.2.10"
},
"product_reference": "None.graceful-fs-4.2.10",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.grunt-1.0.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.grunt-1.0.4"
},
"product_reference": "None.grunt-1.0.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.grunt-cli-1.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.grunt-cli-1.2.0"
},
"product_reference": "None.grunt-cli-1.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.grunt-cli-1.3.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.grunt-cli-1.3.2"
},
"product_reference": "None.grunt-cli-1.3.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.grunt-contrib-clean-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-clean-2.0.0"
},
"product_reference": "None.grunt-contrib-clean-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.grunt-contrib-concat-1.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-concat-1.0.1"
},
"product_reference": "None.grunt-contrib-concat-1.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.grunt-contrib-copy-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-copy-1.0.0"
},
"product_reference": "None.grunt-contrib-copy-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.grunt-contrib-cssmin-3.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-cssmin-3.0.0"
},
"product_reference": "None.grunt-contrib-cssmin-3.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.grunt-contrib-less-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-less-2.0.0"
},
"product_reference": "None.grunt-contrib-less-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.grunt-contrib-watch-1.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-watch-1.1.0"
},
"product_reference": "None.grunt-contrib-watch-1.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.grunt-css-count-0.3.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.grunt-css-count-0.3.2"
},
"product_reference": "None.grunt-css-count-0.3.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.grunt-esdoc-0.0.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.grunt-esdoc-0.0.4"
},
"product_reference": "None.grunt-esdoc-0.0.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.grunt-known-options-1.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.grunt-known-options-1.1.1"
},
"product_reference": "None.grunt-known-options-1.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.grunt-legacy-log-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.grunt-legacy-log-2.0.0"
},
"product_reference": "None.grunt-legacy-log-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.grunt-legacy-log-utils-2.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.grunt-legacy-log-utils-2.0.1"
},
"product_reference": "None.grunt-legacy-log-utils-2.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.grunt-legacy-util-1.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.grunt-legacy-util-1.1.1"
},
"product_reference": "None.grunt-legacy-util-1.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.grunt-postcss-0.9.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.grunt-postcss-0.9.0"
},
"product_reference": "None.grunt-postcss-0.9.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.grunt-stylelint-0.11.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.grunt-stylelint-0.11.0"
},
"product_reference": "None.grunt-stylelint-0.11.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.gzip-size-3.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.gzip-size-3.0.0"
},
"product_reference": "None.gzip-size-3.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.har-schema-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.har-schema-2.0.0"
},
"product_reference": "None.har-schema-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.har-validator-5.1.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.har-validator-5.1.3"
},
"product_reference": "None.har-validator-5.1.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.has-ansi-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.has-ansi-2.0.0"
},
"product_reference": "None.has-ansi-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.has-flag-3.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.has-flag-3.0.0"
},
"product_reference": "None.has-flag-3.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.has-unicode-2.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.has-unicode-2.0.1"
},
"product_reference": "None.has-unicode-2.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.has-value-0.3.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.has-value-0.3.1"
},
"product_reference": "None.has-value-0.3.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.has-value-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.has-value-1.0.0"
},
"product_reference": "None.has-value-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.has-values-0.1.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.has-values-0.1.4"
},
"product_reference": "None.has-values-0.1.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.has-values-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.has-values-1.0.0"
},
"product_reference": "None.has-values-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.homedir-polyfill-1.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.homedir-polyfill-1.0.3"
},
"product_reference": "None.homedir-polyfill-1.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.hooker-0.2.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.hooker-0.2.3"
},
"product_reference": "None.hooker-0.2.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.hosted-git-info-2.7.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.hosted-git-info-2.7.1"
},
"product_reference": "None.hosted-git-info-2.7.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.html-tags-3.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.html-tags-3.0.0"
},
"product_reference": "None.html-tags-3.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.htmlparser2-3.10.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.htmlparser2-3.10.1"
},
"product_reference": "None.htmlparser2-3.10.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.htmlparser2-3.8.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.htmlparser2-3.8.3"
},
"product_reference": "None.htmlparser2-3.8.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.http-cache-semantics-4.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.http-cache-semantics-4.1.0"
},
"product_reference": "None.http-cache-semantics-4.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.http-parser-js-0.4.10 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.http-parser-js-0.4.10"
},
"product_reference": "None.http-parser-js-0.4.10",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.http-proxy-agent-5.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.http-proxy-agent-5.0.0"
},
"product_reference": "None.http-proxy-agent-5.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.http-signature-1.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.http-signature-1.2.0"
},
"product_reference": "None.http-signature-1.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.https-proxy-agent-5.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.https-proxy-agent-5.0.1"
},
"product_reference": "None.https-proxy-agent-5.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.humanize-ms-1.2.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.humanize-ms-1.2.1"
},
"product_reference": "None.humanize-ms-1.2.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.ice-cap-0.0.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.ice-cap-0.0.4"
},
"product_reference": "None.ice-cap-0.0.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.iconv-lite-0.4.24 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.iconv-lite-0.4.24"
},
"product_reference": "None.iconv-lite-0.4.24",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.iconv-lite-0.6.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.iconv-lite-0.6.3"
},
"product_reference": "None.iconv-lite-0.6.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.ieee754-1.2.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.ieee754-1.2.1"
},
"product_reference": "None.ieee754-1.2.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.ignore-4.0.6 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.ignore-4.0.6"
},
"product_reference": "None.ignore-4.0.6",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.ignore-5.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.ignore-5.1.2"
},
"product_reference": "None.ignore-5.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.image-size-0.5.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.image-size-0.5.5"
},
"product_reference": "None.image-size-0.5.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.immediate-3.3.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.immediate-3.3.0"
},
"product_reference": "None.immediate-3.3.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.import-fresh-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.import-fresh-2.0.0"
},
"product_reference": "None.import-fresh-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.import-lazy-4.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.import-lazy-4.0.0"
},
"product_reference": "None.import-lazy-4.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.imurmurhash-0.1.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.imurmurhash-0.1.4"
},
"product_reference": "None.imurmurhash-0.1.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.indent-string-2.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.indent-string-2.1.0"
},
"product_reference": "None.indent-string-2.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.indent-string-3.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.indent-string-3.2.0"
},
"product_reference": "None.indent-string-3.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.indent-string-4.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.indent-string-4.0.0"
},
"product_reference": "None.indent-string-4.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.indexes-of-1.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.indexes-of-1.0.1"
},
"product_reference": "None.indexes-of-1.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.infer-owner-1.0.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.infer-owner-1.0.4"
},
"product_reference": "None.infer-owner-1.0.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.inflight-1.0.6 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.inflight-1.0.6"
},
"product_reference": "None.inflight-1.0.6",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.inherits-2.0.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.inherits-2.0.4"
},
"product_reference": "None.inherits-2.0.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.ini-1.3.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.ini-1.3.5"
},
"product_reference": "None.ini-1.3.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.interpret-1.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.interpret-1.1.0"
},
"product_reference": "None.interpret-1.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.invariant-2.2.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.invariant-2.2.4"
},
"product_reference": "None.invariant-2.2.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.ip-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.ip-2.0.0"
},
"product_reference": "None.ip-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-absolute-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-absolute-1.0.0"
},
"product_reference": "None.is-absolute-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-accessor-descriptor-0.1.6 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-accessor-descriptor-0.1.6"
},
"product_reference": "None.is-accessor-descriptor-0.1.6",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-accessor-descriptor-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-accessor-descriptor-1.0.0"
},
"product_reference": "None.is-accessor-descriptor-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-alphabetical-1.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-alphabetical-1.0.3"
},
"product_reference": "None.is-alphabetical-1.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-alphanumeric-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-alphanumeric-1.0.0"
},
"product_reference": "None.is-alphanumeric-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-alphanumerical-1.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-alphanumerical-1.0.3"
},
"product_reference": "None.is-alphanumerical-1.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-arrayish-0.2.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-arrayish-0.2.1"
},
"product_reference": "None.is-arrayish-0.2.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-buffer-1.1.6 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-buffer-1.1.6"
},
"product_reference": "None.is-buffer-1.1.6",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-buffer-2.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-buffer-2.0.3"
},
"product_reference": "None.is-buffer-2.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-data-descriptor-0.1.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-data-descriptor-0.1.4"
},
"product_reference": "None.is-data-descriptor-0.1.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-data-descriptor-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-data-descriptor-1.0.0"
},
"product_reference": "None.is-data-descriptor-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-decimal-1.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-decimal-1.0.3"
},
"product_reference": "None.is-decimal-1.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-descriptor-0.1.6 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-descriptor-0.1.6"
},
"product_reference": "None.is-descriptor-0.1.6",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-descriptor-1.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-descriptor-1.0.2"
},
"product_reference": "None.is-descriptor-1.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-directory-0.3.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-directory-0.3.1"
},
"product_reference": "None.is-directory-0.3.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-extendable-0.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-extendable-0.1.1"
},
"product_reference": "None.is-extendable-0.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-extendable-1.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-extendable-1.0.1"
},
"product_reference": "None.is-extendable-1.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-extglob-2.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-extglob-2.1.1"
},
"product_reference": "None.is-extglob-2.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-finite-1.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-finite-1.0.2"
},
"product_reference": "None.is-finite-1.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-fullwidth-code-point-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-fullwidth-code-point-2.0.0"
},
"product_reference": "None.is-fullwidth-code-point-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-fullwidth-code-point-3.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-fullwidth-code-point-3.0.0"
},
"product_reference": "None.is-fullwidth-code-point-3.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-glob-3.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-glob-3.1.0"
},
"product_reference": "None.is-glob-3.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-glob-4.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-glob-4.0.1"
},
"product_reference": "None.is-glob-4.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-hexadecimal-1.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-hexadecimal-1.0.3"
},
"product_reference": "None.is-hexadecimal-1.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-lambda-1.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-lambda-1.0.1"
},
"product_reference": "None.is-lambda-1.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-number-3.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-number-3.0.0"
},
"product_reference": "None.is-number-3.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-number-7.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-number-7.0.0"
},
"product_reference": "None.is-number-7.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-obj-1.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-obj-1.0.1"
},
"product_reference": "None.is-obj-1.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-plain-obj-1.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-plain-obj-1.1.0"
},
"product_reference": "None.is-plain-obj-1.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-plain-object-2.0.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-plain-object-2.0.4"
},
"product_reference": "None.is-plain-object-2.0.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-regexp-2.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-regexp-2.1.0"
},
"product_reference": "None.is-regexp-2.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-relative-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-relative-1.0.0"
},
"product_reference": "None.is-relative-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-typedarray-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-typedarray-1.0.0"
},
"product_reference": "None.is-typedarray-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-unc-path-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-unc-path-1.0.0"
},
"product_reference": "None.is-unc-path-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-utf8-0.2.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-utf8-0.2.1"
},
"product_reference": "None.is-utf8-0.2.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-whitespace-character-1.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-whitespace-character-1.0.3"
},
"product_reference": "None.is-whitespace-character-1.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-windows-1.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-windows-1.0.2"
},
"product_reference": "None.is-windows-1.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.is-word-character-1.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.is-word-character-1.0.3"
},
"product_reference": "None.is-word-character-1.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.isarray-0.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.isarray-0.0.1"
},
"product_reference": "None.isarray-0.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.isarray-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.isarray-1.0.0"
},
"product_reference": "None.isarray-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.isexe-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.isexe-2.0.0"
},
"product_reference": "None.isexe-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.isobject-2.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.isobject-2.1.0"
},
"product_reference": "None.isobject-2.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.isobject-3.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.isobject-3.0.1"
},
"product_reference": "None.isobject-3.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.isstream-0.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.isstream-0.1.2"
},
"product_reference": "None.isstream-0.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.jansi.dll-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.jansi.dll-None"
},
"product_reference": "None.jansi.dll-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.jboss-eap-7.4.15-runtime-maven-repository.zip-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.jboss-eap-7.4.15-runtime-maven-repository.zip-None"
},
"product_reference": "None.jboss-eap-7.4.15-runtime-maven-repository.zip-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.jquery-3.2.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.jquery-3.2.1"
},
"product_reference": "None.jquery-3.2.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.jquery-3.6.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.jquery-3.6.1"
},
"product_reference": "None.jquery-3.6.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.jquery-match-height-0.7.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.jquery-match-height-0.7.2"
},
"product_reference": "None.jquery-match-height-0.7.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.js-cookie-2.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.js-cookie-2.2.0"
},
"product_reference": "None.js-cookie-2.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.js-tokens-3.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.js-tokens-3.0.2"
},
"product_reference": "None.js-tokens-3.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.js-tokens-4.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.js-tokens-4.0.0"
},
"product_reference": "None.js-tokens-4.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.js-yaml-3.13.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.js-yaml-3.13.1"
},
"product_reference": "None.js-yaml-3.13.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.jsbn-0.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.jsbn-0.1.1"
},
"product_reference": "None.jsbn-0.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.jsdom-7.2.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.jsdom-7.2.2"
},
"product_reference": "None.jsdom-7.2.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.jsesc-1.3.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.jsesc-1.3.0"
},
"product_reference": "None.jsesc-1.3.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.jsesc-2.5.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.jsesc-2.5.2"
},
"product_reference": "None.jsesc-2.5.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.json-parse-better-errors-1.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.json-parse-better-errors-1.0.2"
},
"product_reference": "None.json-parse-better-errors-1.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.json-schema-0.2.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.json-schema-0.2.3"
},
"product_reference": "None.json-schema-0.2.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.json-schema-traverse-0.4.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.json-schema-traverse-0.4.1"
},
"product_reference": "None.json-schema-traverse-0.4.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.json-stringify-safe-5.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.json-stringify-safe-5.0.1"
},
"product_reference": "None.json-stringify-safe-5.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.json5-2.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.json5-2.1.0"
},
"product_reference": "None.json5-2.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.jsonfile-2.4.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.jsonfile-2.4.0"
},
"product_reference": "None.jsonfile-2.4.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.jsonfile-4.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.jsonfile-4.0.0"
},
"product_reference": "None.jsonfile-4.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.jsprim-1.4.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.jsprim-1.4.1"
},
"product_reference": "None.jsprim-1.4.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.jstree-3.3.8 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.jstree-3.3.8"
},
"product_reference": "None.jstree-3.3.8",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.kind-of-3.2.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.kind-of-3.2.2"
},
"product_reference": "None.kind-of-3.2.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.kind-of-4.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.kind-of-4.0.0"
},
"product_reference": "None.kind-of-4.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.kind-of-5.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.kind-of-5.1.0"
},
"product_reference": "None.kind-of-5.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.kind-of-6.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.kind-of-6.0.2"
},
"product_reference": "None.kind-of-6.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.klaw-1.3.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.klaw-1.3.1"
},
"product_reference": "None.klaw-1.3.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.known-css-properties-0.14.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.known-css-properties-0.14.0"
},
"product_reference": "None.known-css-properties-0.14.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.less-3.9.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.less-3.9.0"
},
"product_reference": "None.less-3.9.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.level-6.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.level-6.0.1"
},
"product_reference": "None.level-6.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.level-codec-9.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.level-codec-9.0.2"
},
"product_reference": "None.level-codec-9.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.level-concat-iterator-2.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.level-concat-iterator-2.0.1"
},
"product_reference": "None.level-concat-iterator-2.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.level-errors-2.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.level-errors-2.0.1"
},
"product_reference": "None.level-errors-2.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.level-iterator-stream-4.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.level-iterator-stream-4.0.2"
},
"product_reference": "None.level-iterator-stream-4.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.level-js-5.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.level-js-5.0.2"
},
"product_reference": "None.level-js-5.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.level-packager-5.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.level-packager-5.1.1"
},
"product_reference": "None.level-packager-5.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.level-supports-1.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.level-supports-1.0.1"
},
"product_reference": "None.level-supports-1.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.level-write-stream-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.level-write-stream-1.0.0"
},
"product_reference": "None.level-write-stream-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.leveldown-5.6.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.leveldown-5.6.0"
},
"product_reference": "None.leveldown-5.6.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.levelup-4.4.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.levelup-4.4.0"
},
"product_reference": "None.levelup-4.4.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.leven-3.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.leven-3.1.0"
},
"product_reference": "None.leven-3.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.levn-0.2.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.levn-0.2.5"
},
"product_reference": "None.levn-0.2.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.levn-0.3.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.levn-0.3.0"
},
"product_reference": "None.levn-0.3.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.libjansi.so-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.libjansi.so-None"
},
"product_reference": "None.libjansi.so-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.libnetty_transport_native_epoll_x86_64.so-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.libnetty_transport_native_epoll_x86_64.so-None"
},
"product_reference": "None.libnetty_transport_native_epoll_x86_64.so-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.liftoff-2.5.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.liftoff-2.5.0"
},
"product_reference": "None.liftoff-2.5.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.livereload-js-2.4.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.livereload-js-2.4.0"
},
"product_reference": "None.livereload-js-2.4.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.load-json-file-1.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.load-json-file-1.1.0"
},
"product_reference": "None.load-json-file-1.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.load-json-file-4.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.load-json-file-4.0.0"
},
"product_reference": "None.load-json-file-4.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.locate-path-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.locate-path-2.0.0"
},
"product_reference": "None.locate-path-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.lodash-4.17.11 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.lodash-4.17.11"
},
"product_reference": "None.lodash-4.17.11",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.log-symbols-2.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.log-symbols-2.2.0"
},
"product_reference": "None.log-symbols-2.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.log-symbols-3.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.log-symbols-3.0.0"
},
"product_reference": "None.log-symbols-3.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.longest-streak-2.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.longest-streak-2.0.3"
},
"product_reference": "None.longest-streak-2.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.loose-envify-1.4.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.loose-envify-1.4.0"
},
"product_reference": "None.loose-envify-1.4.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.loud-rejection-1.6.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.loud-rejection-1.6.0"
},
"product_reference": "None.loud-rejection-1.6.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.lru-cache-6.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.lru-cache-6.0.0"
},
"product_reference": "None.lru-cache-6.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.lru-cache-7.14.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.lru-cache-7.14.0"
},
"product_reference": "None.lru-cache-7.14.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.ltgt-2.2.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.ltgt-2.2.1"
},
"product_reference": "None.ltgt-2.2.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.make-fetch-happen-10.2.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.make-fetch-happen-10.2.1"
},
"product_reference": "None.make-fetch-happen-10.2.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.make-iterator-1.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.make-iterator-1.0.1"
},
"product_reference": "None.make-iterator-1.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.map-cache-0.2.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.map-cache-0.2.2"
},
"product_reference": "None.map-cache-0.2.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.map-obj-1.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.map-obj-1.0.1"
},
"product_reference": "None.map-obj-1.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.map-obj-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.map-obj-2.0.0"
},
"product_reference": "None.map-obj-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.map-visit-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.map-visit-1.0.0"
},
"product_reference": "None.map-visit-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.markdown-escapes-1.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.markdown-escapes-1.0.3"
},
"product_reference": "None.markdown-escapes-1.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.markdown-table-1.1.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.markdown-table-1.1.3"
},
"product_reference": "None.markdown-table-1.1.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.marked-0.3.19 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.marked-0.3.19"
},
"product_reference": "None.marked-0.3.19",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.marked-0.3.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.marked-0.3.5"
},
"product_reference": "None.marked-0.3.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.marked-0.7.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.marked-0.7.0"
},
"product_reference": "None.marked-0.7.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.matchdep-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.matchdep-2.0.0"
},
"product_reference": "None.matchdep-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.mathml-tag-names-2.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.mathml-tag-names-2.1.1"
},
"product_reference": "None.mathml-tag-names-2.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.maxmin-2.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.maxmin-2.1.0"
},
"product_reference": "None.maxmin-2.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.mdast-util-compact-1.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.mdast-util-compact-1.0.3"
},
"product_reference": "None.mdast-util-compact-1.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.meow-3.7.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.meow-3.7.0"
},
"product_reference": "None.meow-3.7.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.meow-5.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.meow-5.0.0"
},
"product_reference": "None.meow-5.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.merge2-1.2.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.merge2-1.2.3"
},
"product_reference": "None.merge2-1.2.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.micromatch-3.1.10 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.micromatch-3.1.10"
},
"product_reference": "None.micromatch-3.1.10",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.micromatch-4.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.micromatch-4.0.2"
},
"product_reference": "None.micromatch-4.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.mime-1.6.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.mime-1.6.0"
},
"product_reference": "None.mime-1.6.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.mime-db-1.40.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.mime-db-1.40.0"
},
"product_reference": "None.mime-db-1.40.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.mime-types-2.1.24 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.mime-types-2.1.24"
},
"product_reference": "None.mime-types-2.1.24",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.minimatch-3.0.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.minimatch-3.0.4"
},
"product_reference": "None.minimatch-3.0.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.minimatch-3.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.minimatch-3.1.2"
},
"product_reference": "None.minimatch-3.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.minimatch-5.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.minimatch-5.1.0"
},
"product_reference": "None.minimatch-5.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.minimist-0.0.8 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.minimist-0.0.8"
},
"product_reference": "None.minimist-0.0.8",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.minimist-1.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.minimist-1.1.1"
},
"product_reference": "None.minimist-1.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.minimist-1.1.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.minimist-1.1.3"
},
"product_reference": "None.minimist-1.1.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.minimist-1.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.minimist-1.2.0"
},
"product_reference": "None.minimist-1.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.minimist-1.2.6 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.minimist-1.2.6"
},
"product_reference": "None.minimist-1.2.6",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.minimist-options-3.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.minimist-options-3.0.2"
},
"product_reference": "None.minimist-options-3.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.minipass-3.3.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.minipass-3.3.4"
},
"product_reference": "None.minipass-3.3.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.minipass-collect-1.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.minipass-collect-1.0.2"
},
"product_reference": "None.minipass-collect-1.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.minipass-fetch-2.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.minipass-fetch-2.1.2"
},
"product_reference": "None.minipass-fetch-2.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.minipass-flush-1.0.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.minipass-flush-1.0.5"
},
"product_reference": "None.minipass-flush-1.0.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.minipass-pipeline-1.2.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.minipass-pipeline-1.2.4"
},
"product_reference": "None.minipass-pipeline-1.2.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.minipass-sized-1.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.minipass-sized-1.0.3"
},
"product_reference": "None.minipass-sized-1.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.minizlib-2.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.minizlib-2.1.2"
},
"product_reference": "None.minizlib-2.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.mixin-deep-1.3.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.mixin-deep-1.3.2"
},
"product_reference": "None.mixin-deep-1.3.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.mkdirp-0.5.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.mkdirp-0.5.1"
},
"product_reference": "None.mkdirp-0.5.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.mkdirp-1.0.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.mkdirp-1.0.4"
},
"product_reference": "None.mkdirp-1.0.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.moment-2.29.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.moment-2.29.4"
},
"product_reference": "None.moment-2.29.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.moment-timezone-0.4.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.moment-timezone-0.4.1"
},
"product_reference": "None.moment-timezone-0.4.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.ms-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.ms-2.0.0"
},
"product_reference": "None.ms-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.ms-2.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.ms-2.1.2"
},
"product_reference": "None.ms-2.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.nanomatch-1.2.13 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.nanomatch-1.2.13"
},
"product_reference": "None.nanomatch-1.2.13",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.napi-macros-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.napi-macros-2.0.0"
},
"product_reference": "None.napi-macros-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.negotiator-0.6.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.negotiator-0.6.3"
},
"product_reference": "None.negotiator-0.6.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.node-fetch-2.6.7 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.node-fetch-2.6.7"
},
"product_reference": "None.node-fetch-2.6.7",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.node-gyp-9.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.node-gyp-9.2.0"
},
"product_reference": "None.node-gyp-9.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.node-gyp-build-4.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.node-gyp-build-4.1.1"
},
"product_reference": "None.node-gyp-build-4.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.node-releases-1.1.23 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.node-releases-1.1.23"
},
"product_reference": "None.node-releases-1.1.23",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.nopt-3.0.6 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.nopt-3.0.6"
},
"product_reference": "None.nopt-3.0.6",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.nopt-4.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.nopt-4.0.1"
},
"product_reference": "None.nopt-4.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.nopt-6.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.nopt-6.0.0"
},
"product_reference": "None.nopt-6.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.normalize-package-data-2.5.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.normalize-package-data-2.5.0"
},
"product_reference": "None.normalize-package-data-2.5.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.normalize-range-0.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.normalize-range-0.1.2"
},
"product_reference": "None.normalize-range-0.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.normalize-selector-0.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.normalize-selector-0.2.0"
},
"product_reference": "None.normalize-selector-0.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.npmlog-6.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.npmlog-6.0.2"
},
"product_reference": "None.npmlog-6.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.nth-check-1.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.nth-check-1.0.2"
},
"product_reference": "None.nth-check-1.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.num2fraction-1.2.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.num2fraction-1.2.2"
},
"product_reference": "None.num2fraction-1.2.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.number-is-nan-1.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.number-is-nan-1.0.1"
},
"product_reference": "None.number-is-nan-1.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.nwmatcher-1.4.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.nwmatcher-1.4.4"
},
"product_reference": "None.nwmatcher-1.4.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.oauth-sign-0.9.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.oauth-sign-0.9.0"
},
"product_reference": "None.oauth-sign-0.9.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.object-assign-4.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.object-assign-4.1.1"
},
"product_reference": "None.object-assign-4.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.object-copy-0.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.object-copy-0.1.0"
},
"product_reference": "None.object-copy-0.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.object-visit-1.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.object-visit-1.0.1"
},
"product_reference": "None.object-visit-1.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.object.defaults-1.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.object.defaults-1.1.0"
},
"product_reference": "None.object.defaults-1.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.object.map-1.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.object.map-1.0.1"
},
"product_reference": "None.object.map-1.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.object.pick-1.3.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.object.pick-1.3.0"
},
"product_reference": "None.object.pick-1.3.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.once-1.4.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.once-1.4.0"
},
"product_reference": "None.once-1.4.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.optionator-0.5.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.optionator-0.5.0"
},
"product_reference": "None.optionator-0.5.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.optionator-0.8.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.optionator-0.8.2"
},
"product_reference": "None.optionator-0.8.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.os-homedir-1.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.os-homedir-1.0.2"
},
"product_reference": "None.os-homedir-1.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.os-tmpdir-1.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.os-tmpdir-1.0.2"
},
"product_reference": "None.os-tmpdir-1.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.osenv-0.1.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.osenv-0.1.5"
},
"product_reference": "None.osenv-0.1.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.p-limit-1.3.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.p-limit-1.3.0"
},
"product_reference": "None.p-limit-1.3.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.p-locate-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.p-locate-2.0.0"
},
"product_reference": "None.p-locate-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.p-map-4.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.p-map-4.0.0"
},
"product_reference": "None.p-map-4.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.p-try-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.p-try-1.0.0"
},
"product_reference": "None.p-try-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.parse-entities-1.2.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.parse-entities-1.2.2"
},
"product_reference": "None.parse-entities-1.2.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.parse-filepath-1.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.parse-filepath-1.0.2"
},
"product_reference": "None.parse-filepath-1.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.parse-json-2.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.parse-json-2.2.0"
},
"product_reference": "None.parse-json-2.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.parse-json-4.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.parse-json-4.0.0"
},
"product_reference": "None.parse-json-4.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.parse-passwd-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.parse-passwd-1.0.0"
},
"product_reference": "None.parse-passwd-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.parse5-1.5.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.parse5-1.5.1"
},
"product_reference": "None.parse5-1.5.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.parse5-3.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.parse5-3.0.3"
},
"product_reference": "None.parse5-3.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.pascalcase-0.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.pascalcase-0.1.1"
},
"product_reference": "None.pascalcase-0.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.path-dirname-1.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.path-dirname-1.0.2"
},
"product_reference": "None.path-dirname-1.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.path-exists-2.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.path-exists-2.1.0"
},
"product_reference": "None.path-exists-2.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.path-exists-3.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.path-exists-3.0.0"
},
"product_reference": "None.path-exists-3.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.path-is-absolute-1.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.path-is-absolute-1.0.1"
},
"product_reference": "None.path-is-absolute-1.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.path-parse-1.0.6 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.path-parse-1.0.6"
},
"product_reference": "None.path-parse-1.0.6",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.path-root-0.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.path-root-0.1.1"
},
"product_reference": "None.path-root-0.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.path-root-regex-0.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.path-root-regex-0.1.2"
},
"product_reference": "None.path-root-regex-0.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.path-type-1.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.path-type-1.1.0"
},
"product_reference": "None.path-type-1.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.path-type-3.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.path-type-3.0.0"
},
"product_reference": "None.path-type-3.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.patternfly-3.59.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.patternfly-3.59.2"
},
"product_reference": "None.patternfly-3.59.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.patternfly-bootstrap-combobox-1.1.7 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.patternfly-bootstrap-combobox-1.1.7"
},
"product_reference": "None.patternfly-bootstrap-combobox-1.1.7",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.patternfly-bootstrap-treeview-2.1.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.patternfly-bootstrap-treeview-2.1.5"
},
"product_reference": "None.patternfly-bootstrap-treeview-2.1.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.performance-now-2.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.performance-now-2.1.0"
},
"product_reference": "None.performance-now-2.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.picomatch-2.0.7 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.picomatch-2.0.7"
},
"product_reference": "None.picomatch-2.0.7",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.pify-2.3.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.pify-2.3.0"
},
"product_reference": "None.pify-2.3.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.pify-3.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.pify-3.0.0"
},
"product_reference": "None.pify-3.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.pify-4.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.pify-4.0.1"
},
"product_reference": "None.pify-4.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.pinkie-2.0.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.pinkie-2.0.4"
},
"product_reference": "None.pinkie-2.0.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.pinkie-promise-2.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.pinkie-promise-2.0.1"
},
"product_reference": "None.pinkie-promise-2.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.pixrem-5.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.pixrem-5.0.0"
},
"product_reference": "None.pixrem-5.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.pom.xml-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.pom.xml-None"
},
"product_reference": "None.pom.xml-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.posix-character-classes-0.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.posix-character-classes-0.1.1"
},
"product_reference": "None.posix-character-classes-0.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.postcss-6.0.23 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.postcss-6.0.23"
},
"product_reference": "None.postcss-6.0.23",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.postcss-7.0.17 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.postcss-7.0.17"
},
"product_reference": "None.postcss-7.0.17",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.postcss-html-0.36.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.postcss-html-0.36.0"
},
"product_reference": "None.postcss-html-0.36.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.postcss-jsx-0.36.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.postcss-jsx-0.36.1"
},
"product_reference": "None.postcss-jsx-0.36.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.postcss-less-3.1.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.postcss-less-3.1.4"
},
"product_reference": "None.postcss-less-3.1.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.postcss-markdown-0.36.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.postcss-markdown-0.36.0"
},
"product_reference": "None.postcss-markdown-0.36.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.postcss-media-query-parser-0.2.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.postcss-media-query-parser-0.2.3"
},
"product_reference": "None.postcss-media-query-parser-0.2.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.postcss-reporter-6.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.postcss-reporter-6.0.1"
},
"product_reference": "None.postcss-reporter-6.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.postcss-resolve-nested-selector-0.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.postcss-resolve-nested-selector-0.1.1"
},
"product_reference": "None.postcss-resolve-nested-selector-0.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.postcss-safe-parser-4.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.postcss-safe-parser-4.0.1"
},
"product_reference": "None.postcss-safe-parser-4.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.postcss-sass-0.3.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.postcss-sass-0.3.5"
},
"product_reference": "None.postcss-sass-0.3.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.postcss-scss-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.postcss-scss-2.0.0"
},
"product_reference": "None.postcss-scss-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.postcss-selector-parser-3.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.postcss-selector-parser-3.1.1"
},
"product_reference": "None.postcss-selector-parser-3.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.postcss-syntax-0.36.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.postcss-syntax-0.36.2"
},
"product_reference": "None.postcss-syntax-0.36.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.postcss-value-parser-3.3.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.postcss-value-parser-3.3.1"
},
"product_reference": "None.postcss-value-parser-3.3.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.pouchdb-8.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.pouchdb-8.0.1"
},
"product_reference": "None.pouchdb-8.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.prelude-ls-1.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.prelude-ls-1.1.2"
},
"product_reference": "None.prelude-ls-1.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.pretty-bytes-3.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.pretty-bytes-3.0.1"
},
"product_reference": "None.pretty-bytes-3.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.promise-7.3.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.promise-7.3.1"
},
"product_reference": "None.promise-7.3.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.promise-inflight-1.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.promise-inflight-1.0.1"
},
"product_reference": "None.promise-inflight-1.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.promise-polyfill-8.1.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.promise-polyfill-8.1.3"
},
"product_reference": "None.promise-polyfill-8.1.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.promise-retry-2.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.promise-retry-2.0.1"
},
"product_reference": "None.promise-retry-2.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.prr-1.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.prr-1.0.1"
},
"product_reference": "None.prr-1.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.psl-1.1.33 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.psl-1.1.33"
},
"product_reference": "None.psl-1.1.33",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.punycode-1.4.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.punycode-1.4.1"
},
"product_reference": "None.punycode-1.4.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.punycode-2.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.punycode-2.1.1"
},
"product_reference": "None.punycode-2.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.qs-6.5.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.qs-6.5.2"
},
"product_reference": "None.qs-6.5.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.querystringify-2.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.querystringify-2.2.0"
},
"product_reference": "None.querystringify-2.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.quick-lru-1.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.quick-lru-1.1.0"
},
"product_reference": "None.quick-lru-1.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.raw-body-1.1.7 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.raw-body-1.1.7"
},
"product_reference": "None.raw-body-1.1.7",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.read-pkg-1.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.read-pkg-1.1.0"
},
"product_reference": "None.read-pkg-1.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.read-pkg-3.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.read-pkg-3.0.0"
},
"product_reference": "None.read-pkg-3.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.read-pkg-up-1.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.read-pkg-up-1.0.1"
},
"product_reference": "None.read-pkg-up-1.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.read-pkg-up-3.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.read-pkg-up-3.0.0"
},
"product_reference": "None.read-pkg-up-3.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.readable-stream-0.0.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.readable-stream-0.0.4"
},
"product_reference": "None.readable-stream-0.0.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.readable-stream-1.1.14 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.readable-stream-1.1.14"
},
"product_reference": "None.readable-stream-1.1.14",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.readable-stream-3.4.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.readable-stream-3.4.0"
},
"product_reference": "None.readable-stream-3.4.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.readable-stream-3.6.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.readable-stream-3.6.0"
},
"product_reference": "None.readable-stream-3.6.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.readable-stream-3.6.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.readable-stream-3.6.2"
},
"product_reference": "None.readable-stream-3.6.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.rechoir-0.6.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.rechoir-0.6.2"
},
"product_reference": "None.rechoir-0.6.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.redent-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.redent-1.0.0"
},
"product_reference": "None.redent-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.redent-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.redent-2.0.0"
},
"product_reference": "None.redent-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.reduce-css-calc-2.1.6 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.reduce-css-calc-2.1.6"
},
"product_reference": "None.reduce-css-calc-2.1.6",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.regenerator-runtime-0.11.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.regenerator-runtime-0.11.1"
},
"product_reference": "None.regenerator-runtime-0.11.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.regex-not-1.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.regex-not-1.0.2"
},
"product_reference": "None.regex-not-1.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.remark-10.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.remark-10.0.1"
},
"product_reference": "None.remark-10.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.remark-parse-6.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.remark-parse-6.0.3"
},
"product_reference": "None.remark-parse-6.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.remark-stringify-6.0.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.remark-stringify-6.0.4"
},
"product_reference": "None.remark-stringify-6.0.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.repeat-element-1.1.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.repeat-element-1.1.3"
},
"product_reference": "None.repeat-element-1.1.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.repeat-string-1.6.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.repeat-string-1.6.1"
},
"product_reference": "None.repeat-string-1.6.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.repeating-2.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.repeating-2.0.1"
},
"product_reference": "None.repeating-2.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.replace-ext-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.replace-ext-1.0.0"
},
"product_reference": "None.replace-ext-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.request-2.88.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.request-2.88.0"
},
"product_reference": "None.request-2.88.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.requires-port-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.requires-port-1.0.0"
},
"product_reference": "None.requires-port-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.resolve-1.1.7 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.resolve-1.1.7"
},
"product_reference": "None.resolve-1.1.7",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.resolve-1.11.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.resolve-1.11.1"
},
"product_reference": "None.resolve-1.11.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.resolve-dir-1.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.resolve-dir-1.0.1"
},
"product_reference": "None.resolve-dir-1.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.resolve-from-3.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.resolve-from-3.0.0"
},
"product_reference": "None.resolve-from-3.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.resolve-from-5.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.resolve-from-5.0.0"
},
"product_reference": "None.resolve-from-5.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.resolve-url-0.2.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.resolve-url-0.2.1"
},
"product_reference": "None.resolve-url-0.2.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.ret-0.1.15 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.ret-0.1.15"
},
"product_reference": "None.ret-0.1.15",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.retry-0.12.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.retry-0.12.0"
},
"product_reference": "None.retry-0.12.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.rimraf-2.6.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.rimraf-2.6.3"
},
"product_reference": "None.rimraf-2.6.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.rimraf-3.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.rimraf-3.0.2"
},
"product_reference": "None.rimraf-3.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.rw-1.3.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.rw-1.3.3"
},
"product_reference": "None.rw-1.3.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.safe-buffer-5.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.safe-buffer-5.1.2"
},
"product_reference": "None.safe-buffer-5.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.safe-json-parse-1.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.safe-json-parse-1.0.1"
},
"product_reference": "None.safe-json-parse-1.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.safe-regex-1.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.safe-regex-1.1.0"
},
"product_reference": "None.safe-regex-1.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.safer-buffer-2.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.safer-buffer-2.1.2"
},
"product_reference": "None.safer-buffer-2.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.sax-1.2.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.sax-1.2.4"
},
"product_reference": "None.sax-1.2.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.select-1.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.select-1.1.2"
},
"product_reference": "None.select-1.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.semver-5.7.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.semver-5.7.2"
},
"product_reference": "None.semver-5.7.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.semver-7.5.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.semver-7.5.4"
},
"product_reference": "None.semver-7.5.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.set-blocking-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.set-blocking-2.0.0"
},
"product_reference": "None.set-blocking-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.set-value-2.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.set-value-2.0.1"
},
"product_reference": "None.set-value-2.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.signal-exit-3.0.7 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.signal-exit-3.0.7"
},
"product_reference": "None.signal-exit-3.0.7",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.slash-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.slash-2.0.0"
},
"product_reference": "None.slash-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.slash-3.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.slash-3.0.0"
},
"product_reference": "None.slash-3.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.slice-ansi-2.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.slice-ansi-2.1.0"
},
"product_reference": "None.slice-ansi-2.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.smart-buffer-4.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.smart-buffer-4.2.0"
},
"product_reference": "None.smart-buffer-4.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.snapdragon-0.8.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.snapdragon-0.8.2"
},
"product_reference": "None.snapdragon-0.8.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.snapdragon-node-2.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.snapdragon-node-2.1.1"
},
"product_reference": "None.snapdragon-node-2.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.snapdragon-util-3.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.snapdragon-util-3.0.1"
},
"product_reference": "None.snapdragon-util-3.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.socks-2.7.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.socks-2.7.1"
},
"product_reference": "None.socks-2.7.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.socks-proxy-agent-7.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.socks-proxy-agent-7.0.0"
},
"product_reference": "None.socks-proxy-agent-7.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.source-map-0.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.source-map-0.2.0"
},
"product_reference": "None.source-map-0.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.source-map-0.5.7 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.source-map-0.5.7"
},
"product_reference": "None.source-map-0.5.7",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.source-map-0.6.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.source-map-0.6.1"
},
"product_reference": "None.source-map-0.6.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.source-map-resolve-0.5.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.source-map-resolve-0.5.2"
},
"product_reference": "None.source-map-resolve-0.5.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.source-map-url-0.4.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.source-map-url-0.4.0"
},
"product_reference": "None.source-map-url-0.4.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.spark-md5-3.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.spark-md5-3.0.2"
},
"product_reference": "None.spark-md5-3.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.spdx-correct-3.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.spdx-correct-3.1.0"
},
"product_reference": "None.spdx-correct-3.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.spdx-exceptions-2.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.spdx-exceptions-2.2.0"
},
"product_reference": "None.spdx-exceptions-2.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.spdx-expression-parse-3.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.spdx-expression-parse-3.0.0"
},
"product_reference": "None.spdx-expression-parse-3.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.spdx-license-ids-3.0.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.spdx-license-ids-3.0.4"
},
"product_reference": "None.spdx-license-ids-3.0.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.specificity-0.4.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.specificity-0.4.1"
},
"product_reference": "None.specificity-0.4.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.split-string-3.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.split-string-3.1.0"
},
"product_reference": "None.split-string-3.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.sprintf-js-1.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.sprintf-js-1.0.3"
},
"product_reference": "None.sprintf-js-1.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.sprintf-js-1.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.sprintf-js-1.1.2"
},
"product_reference": "None.sprintf-js-1.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.sshpk-1.16.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.sshpk-1.16.1"
},
"product_reference": "None.sshpk-1.16.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.ssri-9.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.ssri-9.0.1"
},
"product_reference": "None.ssri-9.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.stack-trace-0.0.10 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.stack-trace-0.0.10"
},
"product_reference": "None.stack-trace-0.0.10",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.state-toggle-1.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.state-toggle-1.0.2"
},
"product_reference": "None.state-toggle-1.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.static-extend-0.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.static-extend-0.1.2"
},
"product_reference": "None.static-extend-0.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.string-template-0.2.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.string-template-0.2.1"
},
"product_reference": "None.string-template-0.2.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.string-width-3.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.string-width-3.1.0"
},
"product_reference": "None.string-width-3.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.string-width-4.2.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.string-width-4.2.3"
},
"product_reference": "None.string-width-4.2.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.string_decoder-0.10.31 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.string_decoder-0.10.31"
},
"product_reference": "None.string_decoder-0.10.31",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.string_decoder-1.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.string_decoder-1.1.1"
},
"product_reference": "None.string_decoder-1.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.stringify-entities-1.3.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.stringify-entities-1.3.2"
},
"product_reference": "None.stringify-entities-1.3.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.strip-ansi-3.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.strip-ansi-3.0.1"
},
"product_reference": "None.strip-ansi-3.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.strip-ansi-5.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.strip-ansi-5.2.0"
},
"product_reference": "None.strip-ansi-5.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.strip-ansi-6.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.strip-ansi-6.0.1"
},
"product_reference": "None.strip-ansi-6.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.strip-bom-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.strip-bom-2.0.0"
},
"product_reference": "None.strip-bom-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.strip-bom-3.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.strip-bom-3.0.0"
},
"product_reference": "None.strip-bom-3.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.strip-indent-1.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.strip-indent-1.0.1"
},
"product_reference": "None.strip-indent-1.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.strip-indent-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.strip-indent-2.0.0"
},
"product_reference": "None.strip-indent-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.style-search-0.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.style-search-0.1.0"
},
"product_reference": "None.style-search-0.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.stylelint-10.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.stylelint-10.1.0"
},
"product_reference": "None.stylelint-10.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.sugarss-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.sugarss-2.0.0"
},
"product_reference": "None.sugarss-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.supports-color-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.supports-color-2.0.0"
},
"product_reference": "None.supports-color-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.supports-color-5.5.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.supports-color-5.5.0"
},
"product_reference": "None.supports-color-5.5.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.supports-color-6.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.supports-color-6.1.0"
},
"product_reference": "None.supports-color-6.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.svg-tags-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.svg-tags-1.0.0"
},
"product_reference": "None.svg-tags-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.symbol-tree-3.2.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.symbol-tree-3.2.4"
},
"product_reference": "None.symbol-tree-3.2.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.table-5.4.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.table-5.4.1"
},
"product_reference": "None.table-5.4.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.taffydb-2.7.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.taffydb-2.7.2"
},
"product_reference": "None.taffydb-2.7.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.taffydb-2.7.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.taffydb-2.7.3"
},
"product_reference": "None.taffydb-2.7.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.tar-6.1.11 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.tar-6.1.11"
},
"product_reference": "None.tar-6.1.11",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.through2-3.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.through2-3.0.2"
},
"product_reference": "None.through2-3.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.tiny-emitter-2.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.tiny-emitter-2.1.0"
},
"product_reference": "None.tiny-emitter-2.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.tiny-lr-1.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.tiny-lr-1.1.1"
},
"product_reference": "None.tiny-lr-1.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.to-fast-properties-1.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.to-fast-properties-1.0.3"
},
"product_reference": "None.to-fast-properties-1.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.to-fast-properties-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.to-fast-properties-2.0.0"
},
"product_reference": "None.to-fast-properties-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.to-object-path-0.3.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.to-object-path-0.3.0"
},
"product_reference": "None.to-object-path-0.3.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.to-regex-3.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.to-regex-3.0.2"
},
"product_reference": "None.to-regex-3.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.to-regex-range-2.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.to-regex-range-2.1.1"
},
"product_reference": "None.to-regex-range-2.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.to-regex-range-5.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.to-regex-range-5.0.1"
},
"product_reference": "None.to-regex-range-5.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.tough-cookie-2.4.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.tough-cookie-2.4.3"
},
"product_reference": "None.tough-cookie-2.4.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.tough-cookie-2.5.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.tough-cookie-2.5.0"
},
"product_reference": "None.tough-cookie-2.5.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.tough-cookie-4.1.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.tough-cookie-4.1.3"
},
"product_reference": "None.tough-cookie-4.1.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.tr46-0.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.tr46-0.0.3"
},
"product_reference": "None.tr46-0.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.trim-0.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.trim-0.0.1"
},
"product_reference": "None.trim-0.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.trim-newlines-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.trim-newlines-1.0.0"
},
"product_reference": "None.trim-newlines-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.trim-newlines-2.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.trim-newlines-2.0.0"
},
"product_reference": "None.trim-newlines-2.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.trim-right-1.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.trim-right-1.0.1"
},
"product_reference": "None.trim-right-1.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.trim-trailing-lines-1.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.trim-trailing-lines-1.1.2"
},
"product_reference": "None.trim-trailing-lines-1.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.trough-1.0.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.trough-1.0.4"
},
"product_reference": "None.trough-1.0.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.tunnel-agent-0.6.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.tunnel-agent-0.6.0"
},
"product_reference": "None.tunnel-agent-0.6.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.tweetnacl-0.14.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.tweetnacl-0.14.5"
},
"product_reference": "None.tweetnacl-0.14.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.type-check-0.3.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.type-check-0.3.2"
},
"product_reference": "None.type-check-0.3.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.unc-path-regex-0.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.unc-path-regex-0.1.2"
},
"product_reference": "None.unc-path-regex-0.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.underscore.string-3.3.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.underscore.string-3.3.5"
},
"product_reference": "None.underscore.string-3.3.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.unherit-1.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.unherit-1.1.2"
},
"product_reference": "None.unherit-1.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.unified-7.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.unified-7.1.0"
},
"product_reference": "None.unified-7.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.union-value-1.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.union-value-1.0.1"
},
"product_reference": "None.union-value-1.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.uniq-1.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.uniq-1.0.1"
},
"product_reference": "None.uniq-1.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.unique-filename-2.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.unique-filename-2.0.1"
},
"product_reference": "None.unique-filename-2.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.unique-slug-3.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.unique-slug-3.0.0"
},
"product_reference": "None.unique-slug-3.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.unist-util-find-all-after-1.0.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.unist-util-find-all-after-1.0.4"
},
"product_reference": "None.unist-util-find-all-after-1.0.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.unist-util-is-3.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.unist-util-is-3.0.0"
},
"product_reference": "None.unist-util-is-3.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.unist-util-remove-position-1.1.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.unist-util-remove-position-1.1.3"
},
"product_reference": "None.unist-util-remove-position-1.1.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.unist-util-stringify-position-1.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.unist-util-stringify-position-1.1.2"
},
"product_reference": "None.unist-util-stringify-position-1.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.unist-util-visit-1.4.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.unist-util-visit-1.4.1"
},
"product_reference": "None.unist-util-visit-1.4.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.unist-util-visit-parents-2.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.unist-util-visit-parents-2.1.2"
},
"product_reference": "None.unist-util-visit-parents-2.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.universalify-0.1.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.universalify-0.1.2"
},
"product_reference": "None.universalify-0.1.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.universalify-0.2.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.universalify-0.2.0"
},
"product_reference": "None.universalify-0.2.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.unset-value-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.unset-value-1.0.0"
},
"product_reference": "None.unset-value-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.uri-js-4.2.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.uri-js-4.2.2"
},
"product_reference": "None.uri-js-4.2.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.urix-0.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.urix-0.1.0"
},
"product_reference": "None.urix-0.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.url-parse-1.5.10 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.url-parse-1.5.10"
},
"product_reference": "None.url-parse-1.5.10",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.use-3.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.use-3.1.1"
},
"product_reference": "None.use-3.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.util-deprecate-1.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.util-deprecate-1.0.2"
},
"product_reference": "None.util-deprecate-1.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.uuid-3.3.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.uuid-3.3.2"
},
"product_reference": "None.uuid-3.3.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.uuid-8.3.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.uuid-8.3.2"
},
"product_reference": "None.uuid-8.3.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.v8flags-3.1.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.v8flags-3.1.3"
},
"product_reference": "None.v8flags-3.1.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.validate-npm-package-license-3.0.4 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.validate-npm-package-license-3.0.4"
},
"product_reference": "None.validate-npm-package-license-3.0.4",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.verror-1.10.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.verror-1.10.0"
},
"product_reference": "None.verror-1.10.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.vfile-3.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.vfile-3.0.1"
},
"product_reference": "None.vfile-3.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.vfile-location-2.0.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.vfile-location-2.0.5"
},
"product_reference": "None.vfile-location-2.0.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.vfile-message-1.1.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.vfile-message-1.1.1"
},
"product_reference": "None.vfile-message-1.1.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.vuvuzela-1.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.vuvuzela-1.0.3"
},
"product_reference": "None.vuvuzela-1.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.webidl-conversions-2.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.webidl-conversions-2.0.1"
},
"product_reference": "None.webidl-conversions-2.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.webidl-conversions-3.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.webidl-conversions-3.0.1"
},
"product_reference": "None.webidl-conversions-3.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.websocket-driver-0.7.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.websocket-driver-0.7.3"
},
"product_reference": "None.websocket-driver-0.7.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.websocket-extensions-0.1.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.websocket-extensions-0.1.3"
},
"product_reference": "None.websocket-extensions-0.1.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.whatwg-fetch-3.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.whatwg-fetch-3.0.0"
},
"product_reference": "None.whatwg-fetch-3.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.whatwg-url-5.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.whatwg-url-5.0.0"
},
"product_reference": "None.whatwg-url-5.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.whatwg-url-compat-0.6.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.whatwg-url-compat-0.6.5"
},
"product_reference": "None.whatwg-url-compat-0.6.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.which-1.3.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.which-1.3.1"
},
"product_reference": "None.which-1.3.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.which-2.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.which-2.0.2"
},
"product_reference": "None.which-2.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wide-align-1.1.5 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wide-align-1.1.5"
},
"product_reference": "None.wide-align-1.1.5",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-cli-15.0.33.Final-redhat-00001-client.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-cli-15.0.33.Final-redhat-00001-client.jar-None"
},
"product_reference": "None.wildfly-cli-15.0.33.Final-redhat-00001-client.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-cli-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-cli-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-cli-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-controller-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-controller-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-controller-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-controller-client-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-controller-client-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-controller-client-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-core-management-client-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-core-management-client-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-core-management-client-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-core-management-subsystem-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-core-management-subsystem-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-core-management-subsystem-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-core-security-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-core-security-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-core-security-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-core-security-api-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-core-security-api-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-core-security-api-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-deployment-repository-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-deployment-repository-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-deployment-repository-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-deployment-scanner-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-deployment-scanner-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-deployment-scanner-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-discovery-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-discovery-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-discovery-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-domain-http-error-context-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-domain-http-error-context-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-domain-http-error-context-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-domain-http-interface-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-domain-http-interface-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-domain-http-interface-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-domain-management-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-domain-management-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-domain-management-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-elytron-integration-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-elytron-integration-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-elytron-integration-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-elytron-tool-wrapper-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-elytron-tool-wrapper-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-elytron-tool-wrapper-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-embedded-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-embedded-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-embedded-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-event-logger-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-event-logger-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-event-logger-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-host-controller-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-host-controller-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-host-controller-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-io-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-io-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-io-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-jmx-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-jmx-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-jmx-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-launcher-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-launcher-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-launcher-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-logging-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-logging-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-logging-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-management-client-content-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-management-client-content-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-management-client-content-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-network-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-network-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-network-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-patching-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-patching-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-patching-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-platform-mbean-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-platform-mbean-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-platform-mbean-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-process-controller-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-process-controller-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-process-controller-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-protocol-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-protocol-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-protocol-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-remoting-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-remoting-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-remoting-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-request-controller-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-request-controller-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-request-controller-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-security-manager-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-security-manager-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-security-manager-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-server-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-server-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-server-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-threads-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-threads-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-threads-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wildfly-version-15.0.33.Final-redhat-00001.jar-None as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wildfly-version-15.0.33.Final-redhat-00001.jar-None"
},
"product_reference": "None.wildfly-version-15.0.33.Final-redhat-00001.jar-None",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wordwrap-0.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wordwrap-0.0.3"
},
"product_reference": "None.wordwrap-0.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wordwrap-1.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wordwrap-1.0.0"
},
"product_reference": "None.wordwrap-1.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.wrappy-1.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.wrappy-1.0.2"
},
"product_reference": "None.wrappy-1.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.write-1.0.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.write-1.0.3"
},
"product_reference": "None.write-1.0.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.write-stream-0.4.3 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.write-stream-0.4.3"
},
"product_reference": "None.write-stream-0.4.3",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.x-is-string-0.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.x-is-string-0.1.0"
},
"product_reference": "None.x-is-string-0.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.xml-name-validator-2.0.1 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.xml-name-validator-2.0.1"
},
"product_reference": "None.xml-name-validator-2.0.1",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.xtend-4.0.2 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.xtend-4.0.2"
},
"product_reference": "None.xtend-4.0.2",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.yallist-4.0.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.yallist-4.0.0"
},
"product_reference": "None.yallist-4.0.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "None.yargs-parser-10.1.0 as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :None.yargs-parser-10.1.0"
},
"product_reference": "None.yargs-parser-10.1.0",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "antlr.antlr-2.7.7.redhat-7.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :antlr.antlr-2.7.7.redhat-7.jar"
},
"product_reference": "antlr.antlr-2.7.7.redhat-7.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "antlr.antlr-2.7.7.redhat-7.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :antlr.antlr-2.7.7.redhat-7.pom"
},
"product_reference": "antlr.antlr-2.7.7.redhat-7.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ch.qos.cal10n.cal10n-api-0.8.1.redhat-1.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :ch.qos.cal10n.cal10n-api-0.8.1.redhat-1.jar"
},
"product_reference": "ch.qos.cal10n.cal10n-api-0.8.1.redhat-1.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ch.qos.cal10n.cal10n-api-0.8.1.redhat-1.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :ch.qos.cal10n.cal10n-api-0.8.1.redhat-1.pom"
},
"product_reference": "ch.qos.cal10n.cal10n-api-0.8.1.redhat-1.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.fasterxml.classmate-1.5.1.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.fasterxml.classmate-1.5.1.redhat-00001.jar"
},
"product_reference": "com.fasterxml.classmate-1.5.1.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.fasterxml.classmate-1.5.1.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.fasterxml.classmate-1.5.1.redhat-00001.pom"
},
"product_reference": "com.fasterxml.classmate-1.5.1.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.fasterxml.jackson.core.jackson-annotations-2.12.7.redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-annotations-2.12.7.redhat-00003.jar"
},
"product_reference": "com.fasterxml.jackson.core.jackson-annotations-2.12.7.redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.fasterxml.jackson.core.jackson-annotations-2.12.7.redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-annotations-2.12.7.redhat-00003.pom"
},
"product_reference": "com.fasterxml.jackson.core.jackson-annotations-2.12.7.redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.fasterxml.jackson.core.jackson-annotations-2.13.4.redhat-00004.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-annotations-2.13.4.redhat-00004.pom"
},
"product_reference": "com.fasterxml.jackson.core.jackson-annotations-2.13.4.redhat-00004.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.fasterxml.jackson.core.jackson-core-2.12.7.redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-core-2.12.7.redhat-00003.jar"
},
"product_reference": "com.fasterxml.jackson.core.jackson-core-2.12.7.redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.fasterxml.jackson.core.jackson-core-2.12.7.redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-core-2.12.7.redhat-00003.pom"
},
"product_reference": "com.fasterxml.jackson.core.jackson-core-2.12.7.redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.fasterxml.jackson.core.jackson-core-2.13.4.redhat-00004.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-core-2.13.4.redhat-00004.pom"
},
"product_reference": "com.fasterxml.jackson.core.jackson-core-2.13.4.redhat-00004.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.fasterxml.jackson.core.jackson-databind-2.12.7.redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-databind-2.12.7.redhat-00003.jar"
},
"product_reference": "com.fasterxml.jackson.core.jackson-databind-2.12.7.redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.fasterxml.jackson.core.jackson-databind-2.12.7.redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-databind-2.12.7.redhat-00003.pom"
},
"product_reference": "com.fasterxml.jackson.core.jackson-databind-2.12.7.redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.fasterxml.jackson.core.jackson-databind-2.13.4.2-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-databind-2.13.4.2-redhat-00001.pom"
},
"product_reference": "com.fasterxml.jackson.core.jackson-databind-2.13.4.2-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.12.7.redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.12.7.redhat-00003.jar"
},
"product_reference": "com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.12.7.redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.12.7.redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.12.7.redhat-00003.pom"
},
"product_reference": "com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.12.7.redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.12.7.redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.12.7.redhat-00003.jar"
},
"product_reference": "com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.12.7.redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.12.7.redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.12.7.redhat-00003.pom"
},
"product_reference": "com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.12.7.redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.7.redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.7.redhat-00003.jar"
},
"product_reference": "com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.7.redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.7.redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.7.redhat-00003.pom"
},
"product_reference": "com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.7.redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.7.redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.7.redhat-00003.jar"
},
"product_reference": "com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.7.redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.7.redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.7.redhat-00003.pom"
},
"product_reference": "com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.7.redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.7.redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.7.redhat-00003.jar"
},
"product_reference": "com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.7.redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.7.redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.7.redhat-00003.pom"
},
"product_reference": "com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.7.redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.fasterxml.woodstox.woodstox-core-6.4.0.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.fasterxml.woodstox.woodstox-core-6.4.0.redhat-00001.jar"
},
"product_reference": "com.fasterxml.woodstox.woodstox-core-6.4.0.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.github.ben-manes.caffeine.caffeine-2.8.8.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.github.ben-manes.caffeine.caffeine-2.8.8.redhat-00001.jar"
},
"product_reference": "com.github.ben-manes.caffeine.caffeine-2.8.8.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.github.fge.btf-1.2.0.redhat-00007.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.github.fge.btf-1.2.0.redhat-00007.jar"
},
"product_reference": "com.github.fge.btf-1.2.0.redhat-00007.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.github.fge.jackson-coreutils-1.8.0.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.github.fge.jackson-coreutils-1.8.0.redhat-00002.jar"
},
"product_reference": "com.github.fge.jackson-coreutils-1.8.0.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.github.fge.json-patch-1.9.0.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.github.fge.json-patch-1.9.0.redhat-00002.jar"
},
"product_reference": "com.github.fge.json-patch-1.9.0.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.github.fge.msg-simple-1.1.0.redhat-00007.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.github.fge.msg-simple-1.1.0.redhat-00007.jar"
},
"product_reference": "com.github.fge.msg-simple-1.1.0.redhat-00007.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.github.spullara.mustache.java.compiler-0.9.6.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.github.spullara.mustache.java.compiler-0.9.6.redhat-00001.jar"
},
"product_reference": "com.github.spullara.mustache.java.compiler-0.9.6.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.github.spullara.mustache.java.compiler-0.9.6.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.github.spullara.mustache.java.compiler-0.9.6.redhat-00001.pom"
},
"product_reference": "com.github.spullara.mustache.java.compiler-0.9.6.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.google.code.gson.gson-2.8.5.redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.google.code.gson.gson-2.8.5.redhat-00002.pom"
},
"product_reference": "com.google.code.gson.gson-2.8.5.redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.google.code.gson.gson-2.8.9.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.google.code.gson.gson-2.8.9.redhat-00001.jar"
},
"product_reference": "com.google.code.gson.gson-2.8.9.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.google.code.gson.gson-2.8.9.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.google.code.gson.gson-2.8.9.redhat-00001.pom"
},
"product_reference": "com.google.code.gson.gson-2.8.9.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.google.guava.failureaccess-1.0.1.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.google.guava.failureaccess-1.0.1.redhat-00002.jar"
},
"product_reference": "com.google.guava.failureaccess-1.0.1.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.google.guava.failureaccess-1.0.1.redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.google.guava.failureaccess-1.0.1.redhat-00002.pom"
},
"product_reference": "com.google.guava.failureaccess-1.0.1.redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.google.guava.guava-32.1.1.jre-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.google.guava.guava-32.1.1.jre-redhat-00001.jar"
},
"product_reference": "com.google.guava.guava-32.1.1.jre-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.google.guava.guava-32.1.1.jre-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.google.guava.guava-32.1.1.jre-redhat-00001.pom"
},
"product_reference": "com.google.guava.guava-32.1.1.jre-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.googlecode.javaewah.JavaEWAH-1.1.7.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.googlecode.javaewah.JavaEWAH-1.1.7.redhat-00001.jar"
},
"product_reference": "com.googlecode.javaewah.JavaEWAH-1.1.7.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.googlecode.javaewah.JavaEWAH-1.1.7.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.googlecode.javaewah.JavaEWAH-1.1.7.redhat-00001.pom"
},
"product_reference": "com.googlecode.javaewah.JavaEWAH-1.1.7.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.h2database.h2-1.4.197.redhat-00004.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.h2database.h2-1.4.197.redhat-00004.jar"
},
"product_reference": "com.h2database.h2-1.4.197.redhat-00004.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.h2database.h2-1.4.197.redhat-00004.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.h2database.h2-1.4.197.redhat-00004.pom"
},
"product_reference": "com.h2database.h2-1.4.197.redhat-00004.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.h2database.h2-1.4.197.redhat-00004.zip as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.h2database.h2-1.4.197.redhat-00004.zip"
},
"product_reference": "com.h2database.h2-1.4.197.redhat-00004.zip",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.microsoft.azure.azure-storage-8.6.6.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.microsoft.azure.azure-storage-8.6.6.redhat-00001.jar"
},
"product_reference": "com.microsoft.azure.azure-storage-8.6.6.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.microsoft.azure.azure-storage-8.6.6.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.microsoft.azure.azure-storage-8.6.6.redhat-00001.pom"
},
"product_reference": "com.microsoft.azure.azure-storage-8.6.6.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.redhat.insights.runtimes-java-api-1.1.1.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.redhat.insights.runtimes-java-api-1.1.1.redhat-00001.jar"
},
"product_reference": "com.redhat.insights.runtimes-java-api-1.1.1.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.redhat.insights.runtimes-java-api-1.1.1.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.redhat.insights.runtimes-java-api-1.1.1.redhat-00001.pom"
},
"product_reference": "com.redhat.insights.runtimes-java-api-1.1.1.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.squareup.protoparser-4.0.3.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.squareup.protoparser-4.0.3.redhat-00001.pom"
},
"product_reference": "com.squareup.protoparser-4.0.3.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.sun.activation.jakarta.activation-1.2.2.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.sun.activation.jakarta.activation-1.2.2.redhat-00002.jar"
},
"product_reference": "com.sun.activation.jakarta.activation-1.2.2.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.sun.activation.jakarta.activation-1.2.2.redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.sun.activation.jakarta.activation-1.2.2.redhat-00002.pom"
},
"product_reference": "com.sun.activation.jakarta.activation-1.2.2.redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.sun.faces.jsf-impl-2.3.14.SP08-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.sun.faces.jsf-impl-2.3.14.SP08-redhat-00001.jar"
},
"product_reference": "com.sun.faces.jsf-impl-2.3.14.SP08-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.sun.faces.jsf-impl-2.3.14.SP08-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.sun.faces.jsf-impl-2.3.14.SP08-redhat-00001.pom"
},
"product_reference": "com.sun.faces.jsf-impl-2.3.14.SP08-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.sun.istack.istack-commons-runtime-3.0.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-runtime-3.0.10.redhat-00001.jar"
},
"product_reference": "com.sun.istack.istack-commons-runtime-3.0.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.sun.istack.istack-commons-runtime-3.0.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-runtime-3.0.10.redhat-00001.pom"
},
"product_reference": "com.sun.istack.istack-commons-runtime-3.0.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.sun.istack.istack-commons-tools-3.0.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-tools-3.0.10.redhat-00001.jar"
},
"product_reference": "com.sun.istack.istack-commons-tools-3.0.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.sun.istack.istack-commons-tools-3.0.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-tools-3.0.10.redhat-00001.pom"
},
"product_reference": "com.sun.istack.istack-commons-tools-3.0.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.sun.mail.jakarta.mail-1.6.7.redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.sun.mail.jakarta.mail-1.6.7.redhat-00003.jar"
},
"product_reference": "com.sun.mail.jakarta.mail-1.6.7.redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.sun.mail.jakarta.mail-1.6.7.redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.sun.mail.jakarta.mail-1.6.7.redhat-00003.pom"
},
"product_reference": "com.sun.mail.jakarta.mail-1.6.7.redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.sun.xml.bind.external.relaxng-datatype-2.3.3.b02-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.relaxng-datatype-2.3.3.b02-redhat-00002.jar"
},
"product_reference": "com.sun.xml.bind.external.relaxng-datatype-2.3.3.b02-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.sun.xml.bind.external.relaxng-datatype-2.3.3.b02-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.relaxng-datatype-2.3.3.b02-redhat-00002.pom"
},
"product_reference": "com.sun.xml.bind.external.relaxng-datatype-2.3.3.b02-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.sun.xml.bind.external.rngom-2.3.3.b02-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.rngom-2.3.3.b02-redhat-00002.jar"
},
"product_reference": "com.sun.xml.bind.external.rngom-2.3.3.b02-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.sun.xml.bind.external.rngom-2.3.3.b02-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.rngom-2.3.3.b02-redhat-00002.pom"
},
"product_reference": "com.sun.xml.bind.external.rngom-2.3.3.b02-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.sun.xml.bind.jaxb.isorelax-20090621.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.jaxb.isorelax-20090621.pom"
},
"product_reference": "com.sun.xml.bind.jaxb.isorelax-20090621.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.sun.xml.fastinfoset.FastInfoset-1.2.13.redhat-1.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.sun.xml.fastinfoset.FastInfoset-1.2.13.redhat-1.jar"
},
"product_reference": "com.sun.xml.fastinfoset.FastInfoset-1.2.13.redhat-1.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.sun.xml.fastinfoset.FastInfoset-1.2.13.redhat-1.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.sun.xml.fastinfoset.FastInfoset-1.2.13.redhat-1.pom"
},
"product_reference": "com.sun.xml.fastinfoset.FastInfoset-1.2.13.redhat-1.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.sun.xml.messaging.saaj.saaj-impl-1.4.1.SP1-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.sun.xml.messaging.saaj.saaj-impl-1.4.1.SP1-redhat-00001.jar"
},
"product_reference": "com.sun.xml.messaging.saaj.saaj-impl-1.4.1.SP1-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "com.sun.xml.messaging.saaj.saaj-impl-1.4.1.SP1-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :com.sun.xml.messaging.saaj.saaj-impl-1.4.1.SP1-redhat-00001.pom"
},
"product_reference": "com.sun.xml.messaging.saaj.saaj-impl-1.4.1.SP1-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "commons-beanutils.commons-beanutils-1.9.4.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :commons-beanutils.commons-beanutils-1.9.4.redhat-00002.jar"
},
"product_reference": "commons-beanutils.commons-beanutils-1.9.4.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "commons-beanutils.commons-beanutils-1.9.4.redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :commons-beanutils.commons-beanutils-1.9.4.redhat-00002.pom"
},
"product_reference": "commons-beanutils.commons-beanutils-1.9.4.redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "commons-cli.commons-cli-1.2.0.redhat-10.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :commons-cli.commons-cli-1.2.0.redhat-10.pom"
},
"product_reference": "commons-cli.commons-cli-1.2.0.redhat-10.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "commons-cli.commons-cli-1.4.0.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :commons-cli.commons-cli-1.4.0.redhat-00001.jar"
},
"product_reference": "commons-cli.commons-cli-1.4.0.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "commons-cli.commons-cli-1.4.0.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :commons-cli.commons-cli-1.4.0.redhat-00001.pom"
},
"product_reference": "commons-cli.commons-cli-1.4.0.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "commons-codec.commons-codec-1.11.0.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :commons-codec.commons-codec-1.11.0.redhat-00001.pom"
},
"product_reference": "commons-codec.commons-codec-1.11.0.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "commons-codec.commons-codec-1.15.0.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :commons-codec.commons-codec-1.15.0.redhat-00001.jar"
},
"product_reference": "commons-codec.commons-codec-1.15.0.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "commons-codec.commons-codec-1.15.0.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :commons-codec.commons-codec-1.15.0.redhat-00001.pom"
},
"product_reference": "commons-codec.commons-codec-1.15.0.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "commons-collections.commons-collections-3.2.2.redhat-2.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :commons-collections.commons-collections-3.2.2.redhat-2.jar"
},
"product_reference": "commons-collections.commons-collections-3.2.2.redhat-2.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "commons-collections.commons-collections-3.2.2.redhat-2.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :commons-collections.commons-collections-3.2.2.redhat-2.pom"
},
"product_reference": "commons-collections.commons-collections-3.2.2.redhat-2.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "commons-io.commons-io-2.10.0.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :commons-io.commons-io-2.10.0.redhat-00001.jar"
},
"product_reference": "commons-io.commons-io-2.10.0.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "commons-io.commons-io-2.10.0.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :commons-io.commons-io-2.10.0.redhat-00001.pom"
},
"product_reference": "commons-io.commons-io-2.10.0.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "commons-io.commons-io-2.8.0.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :commons-io.commons-io-2.8.0.redhat-00001.pom"
},
"product_reference": "commons-io.commons-io-2.8.0.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "commons-lang.commons-lang-2.6.0.redhat-7.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :commons-lang.commons-lang-2.6.0.redhat-7.jar"
},
"product_reference": "commons-lang.commons-lang-2.6.0.redhat-7.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "commons-lang.commons-lang-2.6.0.redhat-7.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :commons-lang.commons-lang-2.6.0.redhat-7.pom"
},
"product_reference": "commons-lang.commons-lang-2.6.0.redhat-7.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "commons-logging.commons-logging-1.2.0.redhat-00004.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :commons-logging.commons-logging-1.2.0.redhat-00004.pom"
},
"product_reference": "commons-logging.commons-logging-1.2.0.redhat-00004.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gnu.getopt.java-getopt-1.0.13.redhat-5.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :gnu.getopt.java-getopt-1.0.13.redhat-5.jar"
},
"product_reference": "gnu.getopt.java-getopt-1.0.13.redhat-5.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gnu.getopt.java-getopt-1.0.13.redhat-5.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :gnu.getopt.java-getopt-1.0.13.redhat-5.pom"
},
"product_reference": "gnu.getopt.java-getopt-1.0.13.redhat-5.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.agroal.agroal-api-1.3.0.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-api-1.3.0.redhat-00001.jar"
},
"product_reference": "io.agroal.agroal-api-1.3.0.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.agroal.agroal-api-1.3.0.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-api-1.3.0.redhat-00001.pom"
},
"product_reference": "io.agroal.agroal-api-1.3.0.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.agroal.agroal-narayana-1.3.0.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-narayana-1.3.0.redhat-00001.jar"
},
"product_reference": "io.agroal.agroal-narayana-1.3.0.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.agroal.agroal-narayana-1.3.0.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-narayana-1.3.0.redhat-00001.pom"
},
"product_reference": "io.agroal.agroal-narayana-1.3.0.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.agroal.agroal-pool-1.3.0.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-pool-1.3.0.redhat-00001.jar"
},
"product_reference": "io.agroal.agroal-pool-1.3.0.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.agroal.agroal-pool-1.3.0.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-pool-1.3.0.redhat-00001.pom"
},
"product_reference": "io.agroal.agroal-pool-1.3.0.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-buffer-4.1.94.Final-redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-buffer-4.1.94.Final-redhat-00003.jar"
},
"product_reference": "io.netty.netty-buffer-4.1.94.Final-redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-buffer-4.1.94.Final-redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-buffer-4.1.94.Final-redhat-00003.pom"
},
"product_reference": "io.netty.netty-buffer-4.1.94.Final-redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-codec-4.1.94.Final-redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-4.1.94.Final-redhat-00003.jar"
},
"product_reference": "io.netty.netty-codec-4.1.94.Final-redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-codec-4.1.94.Final-redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-4.1.94.Final-redhat-00003.pom"
},
"product_reference": "io.netty.netty-codec-4.1.94.Final-redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-codec-dns-4.1.94.Final-redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-dns-4.1.94.Final-redhat-00003.jar"
},
"product_reference": "io.netty.netty-codec-dns-4.1.94.Final-redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-codec-dns-4.1.94.Final-redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-dns-4.1.94.Final-redhat-00003.pom"
},
"product_reference": "io.netty.netty-codec-dns-4.1.94.Final-redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-codec-haproxy-4.1.94.Final-redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-haproxy-4.1.94.Final-redhat-00003.jar"
},
"product_reference": "io.netty.netty-codec-haproxy-4.1.94.Final-redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-codec-haproxy-4.1.94.Final-redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-haproxy-4.1.94.Final-redhat-00003.pom"
},
"product_reference": "io.netty.netty-codec-haproxy-4.1.94.Final-redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-codec-http-4.1.94.Final-redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http-4.1.94.Final-redhat-00003.jar"
},
"product_reference": "io.netty.netty-codec-http-4.1.94.Final-redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-codec-http-4.1.94.Final-redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http-4.1.94.Final-redhat-00003.pom"
},
"product_reference": "io.netty.netty-codec-http-4.1.94.Final-redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-codec-http2-4.1.94.Final-redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http2-4.1.94.Final-redhat-00003.jar"
},
"product_reference": "io.netty.netty-codec-http2-4.1.94.Final-redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-codec-http2-4.1.94.Final-redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http2-4.1.94.Final-redhat-00003.pom"
},
"product_reference": "io.netty.netty-codec-http2-4.1.94.Final-redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-codec-memcache-4.1.94.Final-redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-memcache-4.1.94.Final-redhat-00003.jar"
},
"product_reference": "io.netty.netty-codec-memcache-4.1.94.Final-redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-codec-memcache-4.1.94.Final-redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-memcache-4.1.94.Final-redhat-00003.pom"
},
"product_reference": "io.netty.netty-codec-memcache-4.1.94.Final-redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-codec-mqtt-4.1.94.Final-redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-mqtt-4.1.94.Final-redhat-00003.jar"
},
"product_reference": "io.netty.netty-codec-mqtt-4.1.94.Final-redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-codec-mqtt-4.1.94.Final-redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-mqtt-4.1.94.Final-redhat-00003.pom"
},
"product_reference": "io.netty.netty-codec-mqtt-4.1.94.Final-redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-codec-redis-4.1.94.Final-redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-redis-4.1.94.Final-redhat-00003.jar"
},
"product_reference": "io.netty.netty-codec-redis-4.1.94.Final-redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-codec-redis-4.1.94.Final-redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-redis-4.1.94.Final-redhat-00003.pom"
},
"product_reference": "io.netty.netty-codec-redis-4.1.94.Final-redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-codec-smtp-4.1.94.Final-redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-smtp-4.1.94.Final-redhat-00003.jar"
},
"product_reference": "io.netty.netty-codec-smtp-4.1.94.Final-redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-codec-smtp-4.1.94.Final-redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-smtp-4.1.94.Final-redhat-00003.pom"
},
"product_reference": "io.netty.netty-codec-smtp-4.1.94.Final-redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-codec-socks-4.1.94.Final-redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-socks-4.1.94.Final-redhat-00003.jar"
},
"product_reference": "io.netty.netty-codec-socks-4.1.94.Final-redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-codec-socks-4.1.94.Final-redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-socks-4.1.94.Final-redhat-00003.pom"
},
"product_reference": "io.netty.netty-codec-socks-4.1.94.Final-redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-codec-stomp-4.1.94.Final-redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-stomp-4.1.94.Final-redhat-00003.jar"
},
"product_reference": "io.netty.netty-codec-stomp-4.1.94.Final-redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-codec-stomp-4.1.94.Final-redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-stomp-4.1.94.Final-redhat-00003.pom"
},
"product_reference": "io.netty.netty-codec-stomp-4.1.94.Final-redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-codec-xml-4.1.94.Final-redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-xml-4.1.94.Final-redhat-00003.jar"
},
"product_reference": "io.netty.netty-codec-xml-4.1.94.Final-redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-codec-xml-4.1.94.Final-redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-xml-4.1.94.Final-redhat-00003.pom"
},
"product_reference": "io.netty.netty-codec-xml-4.1.94.Final-redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-common-4.1.94.Final-redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-common-4.1.94.Final-redhat-00003.jar"
},
"product_reference": "io.netty.netty-common-4.1.94.Final-redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-handler-4.1.94.Final-redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-4.1.94.Final-redhat-00003.jar"
},
"product_reference": "io.netty.netty-handler-4.1.94.Final-redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-handler-4.1.94.Final-redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-4.1.94.Final-redhat-00003.pom"
},
"product_reference": "io.netty.netty-handler-4.1.94.Final-redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-handler-proxy-4.1.94.Final-redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-proxy-4.1.94.Final-redhat-00003.jar"
},
"product_reference": "io.netty.netty-handler-proxy-4.1.94.Final-redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-handler-proxy-4.1.94.Final-redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-proxy-4.1.94.Final-redhat-00003.pom"
},
"product_reference": "io.netty.netty-handler-proxy-4.1.94.Final-redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-resolver-4.1.94.Final-redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-4.1.94.Final-redhat-00003.jar"
},
"product_reference": "io.netty.netty-resolver-4.1.94.Final-redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-resolver-4.1.94.Final-redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-4.1.94.Final-redhat-00003.pom"
},
"product_reference": "io.netty.netty-resolver-4.1.94.Final-redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-resolver-dns-4.1.94.Final-redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-4.1.94.Final-redhat-00003.jar"
},
"product_reference": "io.netty.netty-resolver-dns-4.1.94.Final-redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-resolver-dns-4.1.94.Final-redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-4.1.94.Final-redhat-00003.pom"
},
"product_reference": "io.netty.netty-resolver-dns-4.1.94.Final-redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-resolver-dns-classes-macos-4.1.94.Final-redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-classes-macos-4.1.94.Final-redhat-00003.jar"
},
"product_reference": "io.netty.netty-resolver-dns-classes-macos-4.1.94.Final-redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-resolver-dns-classes-macos-4.1.94.Final-redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-classes-macos-4.1.94.Final-redhat-00003.pom"
},
"product_reference": "io.netty.netty-resolver-dns-classes-macos-4.1.94.Final-redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-tcnative-classes-2.0.52.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-tcnative-classes-2.0.52.Final-redhat-00001.jar"
},
"product_reference": "io.netty.netty-tcnative-classes-2.0.52.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-tcnative-classes-2.0.52.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-tcnative-classes-2.0.52.Final-redhat-00001.pom"
},
"product_reference": "io.netty.netty-tcnative-classes-2.0.52.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-transport-4.1.94.Final-redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-4.1.94.Final-redhat-00003.jar"
},
"product_reference": "io.netty.netty-transport-4.1.94.Final-redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-transport-4.1.94.Final-redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-4.1.94.Final-redhat-00003.pom"
},
"product_reference": "io.netty.netty-transport-4.1.94.Final-redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-transport-classes-epoll-4.1.94.Final-redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-epoll-4.1.94.Final-redhat-00003.jar"
},
"product_reference": "io.netty.netty-transport-classes-epoll-4.1.94.Final-redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-transport-classes-epoll-4.1.94.Final-redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-epoll-4.1.94.Final-redhat-00003.pom"
},
"product_reference": "io.netty.netty-transport-classes-epoll-4.1.94.Final-redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-transport-classes-kqueue-4.1.94.Final-redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-kqueue-4.1.94.Final-redhat-00003.jar"
},
"product_reference": "io.netty.netty-transport-classes-kqueue-4.1.94.Final-redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-transport-classes-kqueue-4.1.94.Final-redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-kqueue-4.1.94.Final-redhat-00003.pom"
},
"product_reference": "io.netty.netty-transport-classes-kqueue-4.1.94.Final-redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-transport-native-epoll-4.1.94.Final-redhat-00003-linux-x86_64.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-epoll-4.1.94.Final-redhat-00003-linux-x86_64.jar"
},
"product_reference": "io.netty.netty-transport-native-epoll-4.1.94.Final-redhat-00003-linux-x86_64.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-transport-native-epoll-4.1.94.Final-redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-epoll-4.1.94.Final-redhat-00003.pom"
},
"product_reference": "io.netty.netty-transport-native-epoll-4.1.94.Final-redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-transport-native-unix-common-4.1.94.Final-redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-unix-common-4.1.94.Final-redhat-00003.jar"
},
"product_reference": "io.netty.netty-transport-native-unix-common-4.1.94.Final-redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-transport-native-unix-common-4.1.94.Final-redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-unix-common-4.1.94.Final-redhat-00003.pom"
},
"product_reference": "io.netty.netty-transport-native-unix-common-4.1.94.Final-redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-transport-rxtx-4.1.94.Final-redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-rxtx-4.1.94.Final-redhat-00003.jar"
},
"product_reference": "io.netty.netty-transport-rxtx-4.1.94.Final-redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-transport-rxtx-4.1.94.Final-redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-rxtx-4.1.94.Final-redhat-00003.pom"
},
"product_reference": "io.netty.netty-transport-rxtx-4.1.94.Final-redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-transport-sctp-4.1.94.Final-redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-sctp-4.1.94.Final-redhat-00003.jar"
},
"product_reference": "io.netty.netty-transport-sctp-4.1.94.Final-redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-transport-sctp-4.1.94.Final-redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-sctp-4.1.94.Final-redhat-00003.pom"
},
"product_reference": "io.netty.netty-transport-sctp-4.1.94.Final-redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-transport-udt-4.1.94.Final-redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-udt-4.1.94.Final-redhat-00003.jar"
},
"product_reference": "io.netty.netty-transport-udt-4.1.94.Final-redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.netty.netty-transport-udt-4.1.94.Final-redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-udt-4.1.94.Final-redhat-00003.pom"
},
"product_reference": "io.netty.netty-transport-udt-4.1.94.Final-redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.reactivex.rxjava2.rxjava-2.2.20.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.reactivex.rxjava2.rxjava-2.2.20.redhat-00001.jar"
},
"product_reference": "io.reactivex.rxjava2.rxjava-2.2.20.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.reactivex.rxjava3.rxjava-3.0.9.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.reactivex.rxjava3.rxjava-3.0.9.redhat-00001.jar"
},
"product_reference": "io.reactivex.rxjava3.rxjava-3.0.9.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.undertow.jastow.jastow-2.0.14.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.undertow.jastow.jastow-2.0.14.Final-redhat-00001.jar"
},
"product_reference": "io.undertow.jastow.jastow-2.0.14.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.undertow.jastow.jastow-2.0.14.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.undertow.jastow.jastow-2.0.14.Final-redhat-00001.pom"
},
"product_reference": "io.undertow.jastow.jastow-2.0.14.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.undertow.js.undertow-js-1.0.2.Final-redhat-1.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.undertow.js.undertow-js-1.0.2.Final-redhat-1.jar"
},
"product_reference": "io.undertow.js.undertow-js-1.0.2.Final-redhat-1.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.undertow.js.undertow-js-1.0.2.Final-redhat-1.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.undertow.js.undertow-js-1.0.2.Final-redhat-1.pom"
},
"product_reference": "io.undertow.js.undertow-js-1.0.2.Final-redhat-1.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.undertow.undertow-core-2.2.28.SP1-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-core-2.2.28.SP1-redhat-00001.jar"
},
"product_reference": "io.undertow.undertow-core-2.2.28.SP1-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.undertow.undertow-core-2.2.28.SP1-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-core-2.2.28.SP1-redhat-00001.pom"
},
"product_reference": "io.undertow.undertow-core-2.2.28.SP1-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.undertow.undertow-servlet-2.2.28.SP1-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-servlet-2.2.28.SP1-redhat-00001.jar"
},
"product_reference": "io.undertow.undertow-servlet-2.2.28.SP1-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.undertow.undertow-servlet-2.2.28.SP1-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-servlet-2.2.28.SP1-redhat-00001.pom"
},
"product_reference": "io.undertow.undertow-servlet-2.2.28.SP1-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.undertow.undertow-websockets-jsr-2.2.28.SP1-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-websockets-jsr-2.2.28.SP1-redhat-00001.jar"
},
"product_reference": "io.undertow.undertow-websockets-jsr-2.2.28.SP1-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "io.undertow.undertow-websockets-jsr-2.2.28.SP1-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-websockets-jsr-2.2.28.SP1-redhat-00001.pom"
},
"product_reference": "io.undertow.undertow-websockets-jsr-2.2.28.SP1-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jakarta.enterprise.jakarta.enterprise.cdi-api-2.0.2.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :jakarta.enterprise.jakarta.enterprise.cdi-api-2.0.2.redhat-00002.jar"
},
"product_reference": "jakarta.enterprise.jakarta.enterprise.cdi-api-2.0.2.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jakarta.enterprise.jakarta.enterprise.cdi-api-2.0.2.redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :jakarta.enterprise.jakarta.enterprise.cdi-api-2.0.2.redhat-00002.pom"
},
"product_reference": "jakarta.enterprise.jakarta.enterprise.cdi-api-2.0.2.redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jakarta.inject.jakarta.inject-api-1.0.3.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :jakarta.inject.jakarta.inject-api-1.0.3.redhat-00001.jar"
},
"product_reference": "jakarta.inject.jakarta.inject-api-1.0.3.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jakarta.inject.jakarta.inject-api-1.0.3.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :jakarta.inject.jakarta.inject-api-1.0.3.redhat-00001.pom"
},
"product_reference": "jakarta.inject.jakarta.inject-api-1.0.3.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jakarta.json.bind.jakarta.json.bind-api-1.0.2.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :jakarta.json.bind.jakarta.json.bind-api-1.0.2.redhat-00001.jar"
},
"product_reference": "jakarta.json.bind.jakarta.json.bind-api-1.0.2.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jakarta.json.bind.jakarta.json.bind-api-1.0.2.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :jakarta.json.bind.jakarta.json.bind-api-1.0.2.redhat-00001.pom"
},
"product_reference": "jakarta.json.bind.jakarta.json.bind-api-1.0.2.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jakarta.json.jakarta.json-api-1.1.6.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :jakarta.json.jakarta.json-api-1.1.6.redhat-00001.jar"
},
"product_reference": "jakarta.json.jakarta.json-api-1.1.6.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jakarta.json.jakarta.json-api-1.1.6.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :jakarta.json.jakarta.json-api-1.1.6.redhat-00001.pom"
},
"product_reference": "jakarta.json.jakarta.json-api-1.1.6.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jakarta.persistence.jakarta.persistence-api-2.2.3.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :jakarta.persistence.jakarta.persistence-api-2.2.3.redhat-00001.jar"
},
"product_reference": "jakarta.persistence.jakarta.persistence-api-2.2.3.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jakarta.persistence.jakarta.persistence-api-2.2.3.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :jakarta.persistence.jakarta.persistence-api-2.2.3.redhat-00001.pom"
},
"product_reference": "jakarta.persistence.jakarta.persistence-api-2.2.3.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jakarta.security.enterprise.jakarta.security.enterprise-api-1.0.2.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :jakarta.security.enterprise.jakarta.security.enterprise-api-1.0.2.redhat-00001.jar"
},
"product_reference": "jakarta.security.enterprise.jakarta.security.enterprise-api-1.0.2.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jakarta.security.enterprise.jakarta.security.enterprise-api-1.0.2.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :jakarta.security.enterprise.jakarta.security.enterprise-api-1.0.2.redhat-00001.pom"
},
"product_reference": "jakarta.security.enterprise.jakarta.security.enterprise-api-1.0.2.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jakarta.validation.jakarta.validation-api-2.0.2.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :jakarta.validation.jakarta.validation-api-2.0.2.redhat-00001.jar"
},
"product_reference": "jakarta.validation.jakarta.validation-api-2.0.2.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jakarta.validation.jakarta.validation-api-2.0.2.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :jakarta.validation.jakarta.validation-api-2.0.2.redhat-00001.pom"
},
"product_reference": "jakarta.validation.jakarta.validation-api-2.0.2.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "javax.jws.jsr181-api-1.0.0.MR1-redhat-8.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :javax.jws.jsr181-api-1.0.0.MR1-redhat-8.jar"
},
"product_reference": "javax.jws.jsr181-api-1.0.0.MR1-redhat-8.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "javax.jws.jsr181-api-1.0.0.MR1-redhat-8.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :javax.jws.jsr181-api-1.0.0.MR1-redhat-8.pom"
},
"product_reference": "javax.jws.jsr181-api-1.0.0.MR1-redhat-8.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jaxen.jaxen-1.1.6.redhat-2.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :jaxen.jaxen-1.1.6.redhat-2.jar"
},
"product_reference": "jaxen.jaxen-1.1.6.redhat-2.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jaxen.jaxen-1.1.6.redhat-2.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :jaxen.jaxen-1.1.6.redhat-2.pom"
},
"product_reference": "jaxen.jaxen-1.1.6.redhat-2.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jboss.jaxbintros.jboss-jaxb-intros-1.0.3.GA-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :jboss.jaxbintros.jboss-jaxb-intros-1.0.3.GA-redhat-00001.jar"
},
"product_reference": "jboss.jaxbintros.jboss-jaxb-intros-1.0.3.GA-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jboss.jaxbintros.jboss-jaxb-intros-1.0.3.GA-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :jboss.jaxbintros.jboss-jaxb-intros-1.0.3.GA-redhat-00001.pom"
},
"product_reference": "jboss.jaxbintros.jboss-jaxb-intros-1.0.3.GA-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "joda-time.joda-time-2.9.7.redhat-1.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :joda-time.joda-time-2.9.7.redhat-1.jar"
},
"product_reference": "joda-time.joda-time-2.9.7.redhat-1.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "joda-time.joda-time-2.9.7.redhat-1.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :joda-time.joda-time-2.9.7.redhat-1.pom"
},
"product_reference": "joda-time.joda-time-2.9.7.redhat-1.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "net.bytebuddy.byte-buddy-1.11.12.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :net.bytebuddy.byte-buddy-1.11.12.redhat-00002.jar"
},
"product_reference": "net.bytebuddy.byte-buddy-1.11.12.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "net.bytebuddy.byte-buddy-dep-1.11.12.redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :net.bytebuddy.byte-buddy-dep-1.11.12.redhat-00002.pom"
},
"product_reference": "net.bytebuddy.byte-buddy-dep-1.11.12.redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "net.java.dev.msv.xsdlib-2013.6.1.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :net.java.dev.msv.xsdlib-2013.6.1.pom"
},
"product_reference": "net.java.dev.msv.xsdlib-2013.6.1.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "net.jcip.jcip-annotations-1.0.0.redhat-8.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :net.jcip.jcip-annotations-1.0.0.redhat-8.jar"
},
"product_reference": "net.jcip.jcip-annotations-1.0.0.redhat-8.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "net.jcip.jcip-annotations-1.0.0.redhat-8.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :net.jcip.jcip-annotations-1.0.0.redhat-8.pom"
},
"product_reference": "net.jcip.jcip-annotations-1.0.0.redhat-8.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "net.shibboleth.utilities.java-support-7.3.0.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :net.shibboleth.utilities.java-support-7.3.0.redhat-00001.jar"
},
"product_reference": "net.shibboleth.utilities.java-support-7.3.0.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "net.shibboleth.utilities.java-support-7.3.0.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :net.shibboleth.utilities.java-support-7.3.0.redhat-00001.pom"
},
"product_reference": "net.shibboleth.utilities.java-support-7.3.0.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.aesh.aesh-2.4.0.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-2.4.0.redhat-00001.jar"
},
"product_reference": "org.aesh.aesh-2.4.0.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.aesh.aesh-2.4.0.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-2.4.0.redhat-00001.pom"
},
"product_reference": "org.aesh.aesh-2.4.0.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.aesh.aesh-extensions-1.8.0.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-extensions-1.8.0.redhat-00001.jar"
},
"product_reference": "org.aesh.aesh-extensions-1.8.0.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.aesh.aesh-extensions-1.8.0.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-extensions-1.8.0.redhat-00001.pom"
},
"product_reference": "org.aesh.aesh-extensions-1.8.0.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.aesh.readline-2.2.0.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.aesh.readline-2.2.0.redhat-00001.jar"
},
"product_reference": "org.aesh.readline-2.2.0.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.aesh.readline-2.2.0.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.aesh.readline-2.2.0.redhat-00001.pom"
},
"product_reference": "org.aesh.readline-2.2.0.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.aesh.terminal-api-2.2.0.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.aesh.terminal-api-2.2.0.redhat-00001.pom"
},
"product_reference": "org.aesh.terminal-api-2.2.0.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.activemq-artemis-native-1.0.2.redhat-00004.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.activemq-artemis-native-1.0.2.redhat-00004.jar"
},
"product_reference": "org.apache.activemq.activemq-artemis-native-1.0.2.redhat-00004.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.activemq-artemis-native-1.0.2.redhat-00004.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.activemq-artemis-native-1.0.2.redhat-00004.pom"
},
"product_reference": "org.apache.activemq.activemq-artemis-native-1.0.2.redhat-00004.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-cli-2.16.0.redhat-00051.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-cli-2.16.0.redhat-00051.jar"
},
"product_reference": "org.apache.activemq.artemis-cli-2.16.0.redhat-00051.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-cli-2.16.0.redhat-00051.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-cli-2.16.0.redhat-00051.pom"
},
"product_reference": "org.apache.activemq.artemis-cli-2.16.0.redhat-00051.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-commons-2.16.0.redhat-00051.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-commons-2.16.0.redhat-00051.jar"
},
"product_reference": "org.apache.activemq.artemis-commons-2.16.0.redhat-00051.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-commons-2.16.0.redhat-00051.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-commons-2.16.0.redhat-00051.pom"
},
"product_reference": "org.apache.activemq.artemis-commons-2.16.0.redhat-00051.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-core-client-2.16.0.redhat-00051.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-core-client-2.16.0.redhat-00051.jar"
},
"product_reference": "org.apache.activemq.artemis-core-client-2.16.0.redhat-00051.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-core-client-2.16.0.redhat-00051.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-core-client-2.16.0.redhat-00051.pom"
},
"product_reference": "org.apache.activemq.artemis-core-client-2.16.0.redhat-00051.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-dto-2.16.0.redhat-00051.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-dto-2.16.0.redhat-00051.jar"
},
"product_reference": "org.apache.activemq.artemis-dto-2.16.0.redhat-00051.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-dto-2.16.0.redhat-00051.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-dto-2.16.0.redhat-00051.pom"
},
"product_reference": "org.apache.activemq.artemis-dto-2.16.0.redhat-00051.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-hornetq-protocol-2.16.0.redhat-00051.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hornetq-protocol-2.16.0.redhat-00051.jar"
},
"product_reference": "org.apache.activemq.artemis-hornetq-protocol-2.16.0.redhat-00051.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-hornetq-protocol-2.16.0.redhat-00051.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hornetq-protocol-2.16.0.redhat-00051.pom"
},
"product_reference": "org.apache.activemq.artemis-hornetq-protocol-2.16.0.redhat-00051.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-hqclient-protocol-2.16.0.redhat-00051.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hqclient-protocol-2.16.0.redhat-00051.jar"
},
"product_reference": "org.apache.activemq.artemis-hqclient-protocol-2.16.0.redhat-00051.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-hqclient-protocol-2.16.0.redhat-00051.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hqclient-protocol-2.16.0.redhat-00051.pom"
},
"product_reference": "org.apache.activemq.artemis-hqclient-protocol-2.16.0.redhat-00051.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-jdbc-store-2.16.0.redhat-00051.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jdbc-store-2.16.0.redhat-00051.jar"
},
"product_reference": "org.apache.activemq.artemis-jdbc-store-2.16.0.redhat-00051.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-jdbc-store-2.16.0.redhat-00051.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jdbc-store-2.16.0.redhat-00051.pom"
},
"product_reference": "org.apache.activemq.artemis-jdbc-store-2.16.0.redhat-00051.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-jms-client-2.16.0.redhat-00051.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-client-2.16.0.redhat-00051.jar"
},
"product_reference": "org.apache.activemq.artemis-jms-client-2.16.0.redhat-00051.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-jms-client-2.16.0.redhat-00051.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-client-2.16.0.redhat-00051.pom"
},
"product_reference": "org.apache.activemq.artemis-jms-client-2.16.0.redhat-00051.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-jms-server-2.16.0.redhat-00051.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-server-2.16.0.redhat-00051.jar"
},
"product_reference": "org.apache.activemq.artemis-jms-server-2.16.0.redhat-00051.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-jms-server-2.16.0.redhat-00051.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-server-2.16.0.redhat-00051.pom"
},
"product_reference": "org.apache.activemq.artemis-jms-server-2.16.0.redhat-00051.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-journal-2.16.0.redhat-00051.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-journal-2.16.0.redhat-00051.jar"
},
"product_reference": "org.apache.activemq.artemis-journal-2.16.0.redhat-00051.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-journal-2.16.0.redhat-00051.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-journal-2.16.0.redhat-00051.pom"
},
"product_reference": "org.apache.activemq.artemis-journal-2.16.0.redhat-00051.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-ra-2.16.0.redhat-00051.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-ra-2.16.0.redhat-00051.jar"
},
"product_reference": "org.apache.activemq.artemis-ra-2.16.0.redhat-00051.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-ra-2.16.0.redhat-00051.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-ra-2.16.0.redhat-00051.pom"
},
"product_reference": "org.apache.activemq.artemis-ra-2.16.0.redhat-00051.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-selector-2.16.0.redhat-00051.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-selector-2.16.0.redhat-00051.jar"
},
"product_reference": "org.apache.activemq.artemis-selector-2.16.0.redhat-00051.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-selector-2.16.0.redhat-00051.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-selector-2.16.0.redhat-00051.pom"
},
"product_reference": "org.apache.activemq.artemis-selector-2.16.0.redhat-00051.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-server-2.16.0.redhat-00051.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-server-2.16.0.redhat-00051.jar"
},
"product_reference": "org.apache.activemq.artemis-server-2.16.0.redhat-00051.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-server-2.16.0.redhat-00051.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-server-2.16.0.redhat-00051.pom"
},
"product_reference": "org.apache.activemq.artemis-server-2.16.0.redhat-00051.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-service-extensions-2.16.0.redhat-00051.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-service-extensions-2.16.0.redhat-00051.jar"
},
"product_reference": "org.apache.activemq.artemis-service-extensions-2.16.0.redhat-00051.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-service-extensions-2.16.0.redhat-00051.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-service-extensions-2.16.0.redhat-00051.pom"
},
"product_reference": "org.apache.activemq.artemis-service-extensions-2.16.0.redhat-00051.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-tools-2.16.0.redhat-00051.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-tools-2.16.0.redhat-00051.jar"
},
"product_reference": "org.apache.activemq.artemis-tools-2.16.0.redhat-00051.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.artemis-tools-2.16.0.redhat-00051.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-tools-2.16.0.redhat-00051.pom"
},
"product_reference": "org.apache.activemq.artemis-tools-2.16.0.redhat-00051.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.libartemis-native-linux-i686-1.0.2-redhat-00001.so as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-i686-1.0.2-redhat-00001.so"
},
"product_reference": "org.apache.activemq.libartemis-native-linux-i686-1.0.2-redhat-00001.so",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.libartemis-native-linux-ppc64le-1.0.2-redhat-00001.so as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-ppc64le-1.0.2-redhat-00001.so"
},
"product_reference": "org.apache.activemq.libartemis-native-linux-ppc64le-1.0.2-redhat-00001.so",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.libartemis-native-linux-s390x-1.0.2-redhat-00001.so as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-s390x-1.0.2-redhat-00001.so"
},
"product_reference": "org.apache.activemq.libartemis-native-linux-s390x-1.0.2-redhat-00001.so",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.activemq.libartemis-native-linux-x86_64-1.0.2-redhat-00001.so as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-x86_64-1.0.2-redhat-00001.so"
},
"product_reference": "org.apache.activemq.libartemis-native-linux-x86_64-1.0.2-redhat-00001.so",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.avro.avro-1.11.3.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.avro.avro-1.11.3.redhat-00001.jar"
},
"product_reference": "org.apache.avro.avro-1.11.3.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.avro.avro-1.11.3.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.avro.avro-1.11.3.redhat-00001.pom"
},
"product_reference": "org.apache.avro.avro-1.11.3.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.commons.commons-lang3-3.11.0.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.commons.commons-lang3-3.11.0.redhat-00001.jar"
},
"product_reference": "org.apache.commons.commons-lang3-3.11.0.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.commons.commons-lang3-3.11.0.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.commons.commons-lang3-3.11.0.redhat-00001.pom"
},
"product_reference": "org.apache.commons.commons-lang3-3.11.0.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-core-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-core-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-core-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-core-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-core-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-core-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-bindings-coloc-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-coloc-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-rt-bindings-coloc-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-bindings-coloc-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-coloc-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-rt-bindings-coloc-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-bindings-soap-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-soap-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-rt-bindings-soap-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-bindings-soap-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-soap-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-rt-bindings-soap-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-bindings-xml-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-xml-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-rt-bindings-xml-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-bindings-xml-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-xml-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-rt-bindings-xml-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-databinding-aegis-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-aegis-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-rt-databinding-aegis-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-databinding-aegis-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-aegis-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-rt-databinding-aegis-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-databinding-jaxb-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-jaxb-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-rt-databinding-jaxb-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-databinding-jaxb-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-jaxb-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-rt-databinding-jaxb-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-features-clustering-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-clustering-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-rt-features-clustering-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-features-clustering-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-clustering-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-rt-features-clustering-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-features-logging-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-logging-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-rt-features-logging-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-features-logging-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-logging-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-rt-features-logging-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-frontend-jaxws-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-jaxws-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-rt-frontend-jaxws-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-frontend-jaxws-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-jaxws-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-rt-frontend-jaxws-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-frontend-simple-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-simple-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-rt-frontend-simple-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-frontend-simple-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-simple-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-rt-frontend-simple-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-management-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-management-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-rt-management-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-management-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-management-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-rt-management-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-security-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-rt-security-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-security-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-rt-security-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-security-saml-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-saml-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-rt-security-saml-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-security-saml-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-saml-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-rt-security-saml-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-transports-http-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-rt-transports-http-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-transports-http-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-rt-transports-http-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-transports-http-hc-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-hc-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-rt-transports-http-hc-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-transports-http-hc-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-hc-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-rt-transports-http-hc-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-transports-jms-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-jms-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-rt-transports-jms-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-transports-jms-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-jms-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-rt-transports-jms-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-transports-local-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-local-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-rt-transports-local-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-transports-local-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-local-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-rt-transports-local-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-ws-addr-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-addr-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-rt-ws-addr-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-ws-addr-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-addr-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-rt-ws-addr-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-ws-mex-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-mex-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-rt-ws-mex-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-ws-mex-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-mex-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-rt-ws-mex-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-ws-policy-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-policy-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-rt-ws-policy-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-ws-policy-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-policy-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-rt-ws-policy-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-ws-rm-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-rm-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-rt-ws-rm-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-ws-rm-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-rm-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-rt-ws-rm-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-ws-security-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-security-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-rt-ws-security-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-ws-security-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-security-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-rt-ws-security-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-wsdl-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-wsdl-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-rt-wsdl-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-rt-wsdl-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-wsdl-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-rt-wsdl-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-tools-common-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-common-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-tools-common-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-tools-common-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-common-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-tools-common-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-tools-java2ws-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-java2ws-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-tools-java2ws-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-tools-java2ws-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-java2ws-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-tools-java2ws-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-tools-validator-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-validator-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-tools-validator-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-tools-validator-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-validator-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-tools-validator-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-tools-wsdlto-core-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-core-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-tools-wsdlto-core-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-tools-wsdlto-core-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-core-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-tools-wsdlto-core-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-tools-wsdlto-databinding-jaxb-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-databinding-jaxb-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-tools-wsdlto-databinding-jaxb-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-tools-wsdlto-databinding-jaxb-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-databinding-jaxb-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-tools-wsdlto-databinding-jaxb-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-tools-wsdlto-frontend-jaxws-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-frontend-jaxws-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.cxf-tools-wsdlto-frontend-jaxws-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.cxf-tools-wsdlto-frontend-jaxws-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-frontend-jaxws-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.cxf-tools-wsdlto-frontend-jaxws-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.services.sts.cxf-services-sts-core-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.sts.cxf-services-sts-core-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.services.sts.cxf-services-sts-core-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.services.sts.cxf-services-sts-core-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.sts.cxf-services-sts-core-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.services.sts.cxf-services-sts-core-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.services.ws-discovery.cxf-services-ws-discovery-api-3.4.10.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.ws-discovery.cxf-services-ws-discovery-api-3.4.10.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.services.ws-discovery.cxf-services-ws-discovery-api-3.4.10.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.services.ws-discovery.cxf-services-ws-discovery-api-3.4.10.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.ws-discovery.cxf-services-ws-discovery-api-3.4.10.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.services.ws-discovery.cxf-services-ws-discovery-api-3.4.10.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.xjc-utils.cxf-xjc-runtime-3.3.1.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjc-utils.cxf-xjc-runtime-3.3.1.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.xjc-utils.cxf-xjc-runtime-3.3.1.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.xjc-utils.cxf-xjc-runtime-3.3.1.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjc-utils.cxf-xjc-runtime-3.3.1.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.xjc-utils.cxf-xjc-runtime-3.3.1.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.xjcplugins.cxf-xjc-boolean-3.3.1.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-boolean-3.3.1.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.xjcplugins.cxf-xjc-boolean-3.3.1.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.xjcplugins.cxf-xjc-boolean-3.3.1.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-boolean-3.3.1.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.xjcplugins.cxf-xjc-boolean-3.3.1.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.xjcplugins.cxf-xjc-bug986-3.3.1.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-bug986-3.3.1.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.xjcplugins.cxf-xjc-bug986-3.3.1.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.xjcplugins.cxf-xjc-bug986-3.3.1.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-bug986-3.3.1.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.xjcplugins.cxf-xjc-bug986-3.3.1.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.xjcplugins.cxf-xjc-dv-3.3.1.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-dv-3.3.1.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.xjcplugins.cxf-xjc-dv-3.3.1.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.xjcplugins.cxf-xjc-dv-3.3.1.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-dv-3.3.1.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.xjcplugins.cxf-xjc-dv-3.3.1.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.xjcplugins.cxf-xjc-ts-3.3.1.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-ts-3.3.1.redhat-00001.jar"
},
"product_reference": "org.apache.cxf.xjcplugins.cxf-xjc-ts-3.3.1.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.cxf.xjcplugins.cxf-xjc-ts-3.3.1.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-ts-3.3.1.redhat-00001.pom"
},
"product_reference": "org.apache.cxf.xjcplugins.cxf-xjc-ts-3.3.1.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.httpcomponents.httpasyncclient-4.1.4.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpasyncclient-4.1.4.redhat-00001.jar"
},
"product_reference": "org.apache.httpcomponents.httpasyncclient-4.1.4.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.httpcomponents.httpasyncclient-4.1.4.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpasyncclient-4.1.4.redhat-00001.pom"
},
"product_reference": "org.apache.httpcomponents.httpasyncclient-4.1.4.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.httpcomponents.httpclient-4.5.13.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpclient-4.5.13.redhat-00001.jar"
},
"product_reference": "org.apache.httpcomponents.httpclient-4.5.13.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.httpcomponents.httpclient-4.5.13.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpclient-4.5.13.redhat-00001.pom"
},
"product_reference": "org.apache.httpcomponents.httpclient-4.5.13.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.httpcomponents.httpcore-4.4.13.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-4.4.13.redhat-00001.pom"
},
"product_reference": "org.apache.httpcomponents.httpcore-4.4.13.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.httpcomponents.httpcore-4.4.14.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-4.4.14.redhat-00001.jar"
},
"product_reference": "org.apache.httpcomponents.httpcore-4.4.14.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.httpcomponents.httpcore-4.4.14.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-4.4.14.redhat-00001.pom"
},
"product_reference": "org.apache.httpcomponents.httpcore-4.4.14.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.httpcomponents.httpcore-nio-4.4.14.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-nio-4.4.14.redhat-00001.jar"
},
"product_reference": "org.apache.httpcomponents.httpcore-nio-4.4.14.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.httpcomponents.httpcore-nio-4.4.14.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-nio-4.4.14.redhat-00001.pom"
},
"product_reference": "org.apache.httpcomponents.httpcore-nio-4.4.14.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.httpcomponents.httpmime-4.5.13.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpmime-4.5.13.redhat-00001.jar"
},
"product_reference": "org.apache.httpcomponents.httpmime-4.5.13.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.httpcomponents.httpmime-4.5.13.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpmime-4.5.13.redhat-00001.pom"
},
"product_reference": "org.apache.httpcomponents.httpmime-4.5.13.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.james.apache-mime4j-core-0.8.9.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-core-0.8.9.redhat-00001.jar"
},
"product_reference": "org.apache.james.apache-mime4j-core-0.8.9.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.james.apache-mime4j-core-0.8.9.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-core-0.8.9.redhat-00001.pom"
},
"product_reference": "org.apache.james.apache-mime4j-core-0.8.9.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.james.apache-mime4j-dom-0.8.9.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-dom-0.8.9.redhat-00001.jar"
},
"product_reference": "org.apache.james.apache-mime4j-dom-0.8.9.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.james.apache-mime4j-dom-0.8.9.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-dom-0.8.9.redhat-00001.pom"
},
"product_reference": "org.apache.james.apache-mime4j-dom-0.8.9.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.james.apache-mime4j-storage-0.8.9.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-storage-0.8.9.redhat-00001.jar"
},
"product_reference": "org.apache.james.apache-mime4j-storage-0.8.9.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.james.apache-mime4j-storage-0.8.9.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-storage-0.8.9.redhat-00001.pom"
},
"product_reference": "org.apache.james.apache-mime4j-storage-0.8.9.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.logging.log4j.log4j-api-2.17.1.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.logging.log4j.log4j-api-2.17.1.redhat-00002.jar"
},
"product_reference": "org.apache.logging.log4j.log4j-api-2.17.1.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.logging.log4j.log4j-api-2.17.1.redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.logging.log4j.log4j-api-2.17.1.redhat-00002.pom"
},
"product_reference": "org.apache.logging.log4j.log4j-api-2.17.1.redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.lucene.lucene-analyzers-common-5.5.5.redhat-2.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-analyzers-common-5.5.5.redhat-2.jar"
},
"product_reference": "org.apache.lucene.lucene-analyzers-common-5.5.5.redhat-2.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.lucene.lucene-analyzers-common-5.5.5.redhat-2.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-analyzers-common-5.5.5.redhat-2.pom"
},
"product_reference": "org.apache.lucene.lucene-analyzers-common-5.5.5.redhat-2.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.lucene.lucene-backward-codecs-5.5.5.redhat-2.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-backward-codecs-5.5.5.redhat-2.jar"
},
"product_reference": "org.apache.lucene.lucene-backward-codecs-5.5.5.redhat-2.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.lucene.lucene-backward-codecs-5.5.5.redhat-2.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-backward-codecs-5.5.5.redhat-2.pom"
},
"product_reference": "org.apache.lucene.lucene-backward-codecs-5.5.5.redhat-2.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.lucene.lucene-core-5.5.5.redhat-2.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-core-5.5.5.redhat-2.jar"
},
"product_reference": "org.apache.lucene.lucene-core-5.5.5.redhat-2.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.lucene.lucene-core-5.5.5.redhat-2.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-core-5.5.5.redhat-2.pom"
},
"product_reference": "org.apache.lucene.lucene-core-5.5.5.redhat-2.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.lucene.lucene-facet-5.5.5.redhat-2.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-facet-5.5.5.redhat-2.jar"
},
"product_reference": "org.apache.lucene.lucene-facet-5.5.5.redhat-2.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.lucene.lucene-facet-5.5.5.redhat-2.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-facet-5.5.5.redhat-2.pom"
},
"product_reference": "org.apache.lucene.lucene-facet-5.5.5.redhat-2.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.lucene.lucene-misc-5.5.5.redhat-2.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-misc-5.5.5.redhat-2.jar"
},
"product_reference": "org.apache.lucene.lucene-misc-5.5.5.redhat-2.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.lucene.lucene-misc-5.5.5.redhat-2.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-misc-5.5.5.redhat-2.pom"
},
"product_reference": "org.apache.lucene.lucene-misc-5.5.5.redhat-2.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.lucene.lucene-queries-5.5.5.redhat-2.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queries-5.5.5.redhat-2.jar"
},
"product_reference": "org.apache.lucene.lucene-queries-5.5.5.redhat-2.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.lucene.lucene-queries-5.5.5.redhat-2.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queries-5.5.5.redhat-2.pom"
},
"product_reference": "org.apache.lucene.lucene-queries-5.5.5.redhat-2.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.lucene.lucene-queryparser-5.5.5.redhat-2.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queryparser-5.5.5.redhat-2.jar"
},
"product_reference": "org.apache.lucene.lucene-queryparser-5.5.5.redhat-2.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.lucene.lucene-queryparser-5.5.5.redhat-2.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queryparser-5.5.5.redhat-2.pom"
},
"product_reference": "org.apache.lucene.lucene-queryparser-5.5.5.redhat-2.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.neethi.neethi-3.1.1.redhat-1.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.neethi.neethi-3.1.1.redhat-1.jar"
},
"product_reference": "org.apache.neethi.neethi-3.1.1.redhat-1.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.neethi.neethi-3.1.1.redhat-1.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.neethi.neethi-3.1.1.redhat-1.pom"
},
"product_reference": "org.apache.neethi.neethi-3.1.1.redhat-1.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.santuario.xmlsec-2.2.6.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.santuario.xmlsec-2.2.6.redhat-00002.jar"
},
"product_reference": "org.apache.santuario.xmlsec-2.2.6.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.santuario.xmlsec-2.2.6.redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.santuario.xmlsec-2.2.6.redhat-00002.pom"
},
"product_reference": "org.apache.santuario.xmlsec-2.2.6.redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.sshd.sshd-common-2.9.2.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-common-2.9.2.redhat-00001.pom"
},
"product_reference": "org.apache.sshd.sshd-common-2.9.2.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.sshd.sshd-common-2.9.3.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-common-2.9.3.redhat-00001.jar"
},
"product_reference": "org.apache.sshd.sshd-common-2.9.3.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.sshd.sshd-common-2.9.3.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-common-2.9.3.redhat-00001.pom"
},
"product_reference": "org.apache.sshd.sshd-common-2.9.3.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.sshd.sshd-core-2.9.3.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-core-2.9.3.redhat-00001.jar"
},
"product_reference": "org.apache.sshd.sshd-core-2.9.3.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.sshd.sshd-core-2.9.3.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-core-2.9.3.redhat-00001.pom"
},
"product_reference": "org.apache.sshd.sshd-core-2.9.3.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.taglibs.taglibs-standard-compat-1.2.6.RC1-redhat-1.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-compat-1.2.6.RC1-redhat-1.jar"
},
"product_reference": "org.apache.taglibs.taglibs-standard-compat-1.2.6.RC1-redhat-1.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.taglibs.taglibs-standard-compat-1.2.6.RC1-redhat-1.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-compat-1.2.6.RC1-redhat-1.pom"
},
"product_reference": "org.apache.taglibs.taglibs-standard-compat-1.2.6.RC1-redhat-1.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.taglibs.taglibs-standard-impl-1.2.6.RC1-redhat-1.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-impl-1.2.6.RC1-redhat-1.jar"
},
"product_reference": "org.apache.taglibs.taglibs-standard-impl-1.2.6.RC1-redhat-1.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.taglibs.taglibs-standard-impl-1.2.6.RC1-redhat-1.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-impl-1.2.6.RC1-redhat-1.pom"
},
"product_reference": "org.apache.taglibs.taglibs-standard-impl-1.2.6.RC1-redhat-1.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.taglibs.taglibs-standard-spec-1.2.6.RC1-redhat-1.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-spec-1.2.6.RC1-redhat-1.jar"
},
"product_reference": "org.apache.taglibs.taglibs-standard-spec-1.2.6.RC1-redhat-1.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.taglibs.taglibs-standard-spec-1.2.6.RC1-redhat-1.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-spec-1.2.6.RC1-redhat-1.pom"
},
"product_reference": "org.apache.taglibs.taglibs-standard-spec-1.2.6.RC1-redhat-1.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.velocity.velocity-engine-core-2.3.0.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.velocity.velocity-engine-core-2.3.0.redhat-00001.jar"
},
"product_reference": "org.apache.velocity.velocity-engine-core-2.3.0.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.ws.xmlschema.xmlschema-core-2.2.5.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.ws.xmlschema.xmlschema-core-2.2.5.redhat-00001.jar"
},
"product_reference": "org.apache.ws.xmlschema.xmlschema-core-2.2.5.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.ws.xmlschema.xmlschema-core-2.2.5.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.ws.xmlschema.xmlschema-core-2.2.5.redhat-00001.pom"
},
"product_reference": "org.apache.ws.xmlschema.xmlschema-core-2.2.5.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.wss4j.wss4j-bindings-2.3.3.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-bindings-2.3.3.redhat-00001.jar"
},
"product_reference": "org.apache.wss4j.wss4j-bindings-2.3.3.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.wss4j.wss4j-bindings-2.3.3.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-bindings-2.3.3.redhat-00001.pom"
},
"product_reference": "org.apache.wss4j.wss4j-bindings-2.3.3.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.wss4j.wss4j-policy-2.3.3.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-policy-2.3.3.redhat-00001.jar"
},
"product_reference": "org.apache.wss4j.wss4j-policy-2.3.3.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.wss4j.wss4j-policy-2.3.3.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-policy-2.3.3.redhat-00001.pom"
},
"product_reference": "org.apache.wss4j.wss4j-policy-2.3.3.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.wss4j.wss4j-ws-security-common-2.3.3.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-common-2.3.3.redhat-00001.jar"
},
"product_reference": "org.apache.wss4j.wss4j-ws-security-common-2.3.3.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.wss4j.wss4j-ws-security-common-2.3.3.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-common-2.3.3.redhat-00001.pom"
},
"product_reference": "org.apache.wss4j.wss4j-ws-security-common-2.3.3.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.wss4j.wss4j-ws-security-dom-2.3.3.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-dom-2.3.3.redhat-00001.jar"
},
"product_reference": "org.apache.wss4j.wss4j-ws-security-dom-2.3.3.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.wss4j.wss4j-ws-security-dom-2.3.3.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-dom-2.3.3.redhat-00001.pom"
},
"product_reference": "org.apache.wss4j.wss4j-ws-security-dom-2.3.3.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.wss4j.wss4j-ws-security-policy-stax-2.3.3.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-policy-stax-2.3.3.redhat-00001.jar"
},
"product_reference": "org.apache.wss4j.wss4j-ws-security-policy-stax-2.3.3.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.wss4j.wss4j-ws-security-policy-stax-2.3.3.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-policy-stax-2.3.3.redhat-00001.pom"
},
"product_reference": "org.apache.wss4j.wss4j-ws-security-policy-stax-2.3.3.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.wss4j.wss4j-ws-security-stax-2.3.3.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-stax-2.3.3.redhat-00001.jar"
},
"product_reference": "org.apache.wss4j.wss4j-ws-security-stax-2.3.3.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.apache.wss4j.wss4j-ws-security-stax-2.3.3.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-stax-2.3.3.redhat-00001.pom"
},
"product_reference": "org.apache.wss4j.wss4j-ws-security-stax-2.3.3.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.bitbucket.b_c.jose4j-0.9.3.redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.bitbucket.b_c.jose4j-0.9.3.redhat-00002.pom"
},
"product_reference": "org.bitbucket.b_c.jose4j-0.9.3.redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.bouncycastle.bcmail-jdk18on-1.76.0.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcmail-jdk18on-1.76.0.redhat-00001.jar"
},
"product_reference": "org.bouncycastle.bcmail-jdk18on-1.76.0.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.bouncycastle.bcmail-jdk18on-1.76.0.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcmail-jdk18on-1.76.0.redhat-00001.pom"
},
"product_reference": "org.bouncycastle.bcmail-jdk18on-1.76.0.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.bouncycastle.bcpg-jdk18on-1.76.0.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpg-jdk18on-1.76.0.redhat-00001.jar"
},
"product_reference": "org.bouncycastle.bcpg-jdk18on-1.76.0.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.bouncycastle.bcpg-jdk18on-1.76.0.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpg-jdk18on-1.76.0.redhat-00001.pom"
},
"product_reference": "org.bouncycastle.bcpg-jdk18on-1.76.0.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.bouncycastle.bcpkix-jdk18on-1.76.0.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpkix-jdk18on-1.76.0.redhat-00001.jar"
},
"product_reference": "org.bouncycastle.bcpkix-jdk18on-1.76.0.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.bouncycastle.bcpkix-jdk18on-1.76.0.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpkix-jdk18on-1.76.0.redhat-00001.pom"
},
"product_reference": "org.bouncycastle.bcpkix-jdk18on-1.76.0.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.bouncycastle.bcprov-jdk18on-1.76.0.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcprov-jdk18on-1.76.0.redhat-00001.jar"
},
"product_reference": "org.bouncycastle.bcprov-jdk18on-1.76.0.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.bouncycastle.bcprov-jdk18on-1.76.0.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcprov-jdk18on-1.76.0.redhat-00001.pom"
},
"product_reference": "org.bouncycastle.bcprov-jdk18on-1.76.0.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.bouncycastle.bcutil-jdk18on-1.76.0.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcutil-jdk18on-1.76.0.redhat-00001.jar"
},
"product_reference": "org.bouncycastle.bcutil-jdk18on-1.76.0.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.bouncycastle.bcutil-jdk18on-1.76.0.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcutil-jdk18on-1.76.0.redhat-00001.pom"
},
"product_reference": "org.bouncycastle.bcutil-jdk18on-1.76.0.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.codehaus.jackson.jackson-core-asl-1.9.13.redhat-00007.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-core-asl-1.9.13.redhat-00007.jar"
},
"product_reference": "org.codehaus.jackson.jackson-core-asl-1.9.13.redhat-00007.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.codehaus.jackson.jackson-jaxrs-1.9.13.redhat-00007.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-jaxrs-1.9.13.redhat-00007.jar"
},
"product_reference": "org.codehaus.jackson.jackson-jaxrs-1.9.13.redhat-00007.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.codehaus.jackson.jackson-mapper-asl-1.9.13.redhat-00007.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-mapper-asl-1.9.13.redhat-00007.jar"
},
"product_reference": "org.codehaus.jackson.jackson-mapper-asl-1.9.13.redhat-00007.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.codehaus.jackson.jackson-xc-1.9.13.redhat-00007.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-xc-1.9.13.redhat-00007.jar"
},
"product_reference": "org.codehaus.jackson.jackson-xc-1.9.13.redhat-00007.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.codehaus.jettison.jettison-1.5.4.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.codehaus.jettison.jettison-1.5.4.redhat-00002.jar"
},
"product_reference": "org.codehaus.jettison.jettison-1.5.4.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.codehaus.jettison.jettison-1.5.4.redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.codehaus.jettison.jettison-1.5.4.redhat-00002.pom"
},
"product_reference": "org.codehaus.jettison.jettison-1.5.4.redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.codehaus.woodstox.stax2-api-4.2.1.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.codehaus.woodstox.stax2-api-4.2.1.redhat-00001.jar"
},
"product_reference": "org.codehaus.woodstox.stax2-api-4.2.1.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.codehaus.woodstox.stax2-api-4.2.1.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.codehaus.woodstox.stax2-api-4.2.1.redhat-00001.pom"
},
"product_reference": "org.codehaus.woodstox.stax2-api-4.2.1.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.cryptacular.cryptacular-1.2.4.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.cryptacular.cryptacular-1.2.4.redhat-00001.jar"
},
"product_reference": "org.cryptacular.cryptacular-1.2.4.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.cryptacular.cryptacular-1.2.4.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.cryptacular.cryptacular-1.2.4.redhat-00001.pom"
},
"product_reference": "org.cryptacular.cryptacular-1.2.4.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.dom4j.dom4j-2.1.3.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.dom4j.dom4j-2.1.3.redhat-00001.jar"
},
"product_reference": "org.dom4j.dom4j-2.1.3.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.dom4j.dom4j-2.1.3.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.dom4j.dom4j-2.1.3.redhat-00001.pom"
},
"product_reference": "org.dom4j.dom4j-2.1.3.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.eclipse.jdt.ecj-3.26.0.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.eclipse.jdt.ecj-3.26.0.redhat-00002.jar"
},
"product_reference": "org.eclipse.jdt.ecj-3.26.0.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.eclipse.jdt.ecj-3.26.0.redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.eclipse.jdt.ecj-3.26.0.redhat-00002.pom"
},
"product_reference": "org.eclipse.jdt.ecj-3.26.0.redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.eclipse.jgit.org.eclipse.jgit-5.13.2.SP1-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit-5.13.2.SP1-redhat-00001.jar"
},
"product_reference": "org.eclipse.jgit.org.eclipse.jgit-5.13.2.SP1-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.eclipse.jgit.org.eclipse.jgit-5.13.2.SP1-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit-5.13.2.SP1-redhat-00001.pom"
},
"product_reference": "org.eclipse.jgit.org.eclipse.jgit-5.13.2.SP1-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.eclipse.jgit.org.eclipse.jgit.ssh.apache-5.13.2.SP1-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit.ssh.apache-5.13.2.SP1-redhat-00001.jar"
},
"product_reference": "org.eclipse.jgit.org.eclipse.jgit.ssh.apache-5.13.2.SP1-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.eclipse.jgit.org.eclipse.jgit.ssh.apache-5.13.2.SP1-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit.ssh.apache-5.13.2.SP1-redhat-00001.pom"
},
"product_reference": "org.eclipse.jgit.org.eclipse.jgit.ssh.apache-5.13.2.SP1-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.eclipse.yasson-1.0.11.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.eclipse.yasson-1.0.11.redhat-00002.jar"
},
"product_reference": "org.eclipse.yasson-1.0.11.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.eclipse.yasson-1.0.11.redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.eclipse.yasson-1.0.11.redhat-00002.pom"
},
"product_reference": "org.eclipse.yasson-1.0.11.redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.fusesource.hawtjni.hawtjni-runtime-1.17.0.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.fusesource.hawtjni.hawtjni-runtime-1.17.0.redhat-00001.pom"
},
"product_reference": "org.fusesource.hawtjni.hawtjni-runtime-1.17.0.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.fusesource.jansi.jansi-1.18.0.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-1.18.0.redhat-00001.jar"
},
"product_reference": "org.fusesource.jansi.jansi-1.18.0.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.fusesource.jansi.jansi-linux32-1.8.0.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-linux32-1.8.0.redhat-00001.pom"
},
"product_reference": "org.fusesource.jansi.jansi-linux32-1.8.0.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.fusesource.jansi.jansi-linux64-1.8.0.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-linux64-1.8.0.redhat-00001.pom"
},
"product_reference": "org.fusesource.jansi.jansi-linux64-1.8.0.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.fusesource.jansi.jansi-native-1.8.0.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-native-1.8.0.redhat-00001.pom"
},
"product_reference": "org.fusesource.jansi.jansi-native-1.8.0.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.glassfish.jakarta.el-3.0.3.redhat-00007.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.el-3.0.3.redhat-00007.jar"
},
"product_reference": "org.glassfish.jakarta.el-3.0.3.redhat-00007.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.glassfish.jakarta.el-3.0.3.redhat-00007.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.el-3.0.3.redhat-00007.pom"
},
"product_reference": "org.glassfish.jakarta.el-3.0.3.redhat-00007.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.glassfish.jakarta.enterprise.concurrent-1.1.1.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.enterprise.concurrent-1.1.1.redhat-00001.jar"
},
"product_reference": "org.glassfish.jakarta.enterprise.concurrent-1.1.1.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.glassfish.jakarta.enterprise.concurrent-1.1.1.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.enterprise.concurrent-1.1.1.redhat-00001.pom"
},
"product_reference": "org.glassfish.jakarta.enterprise.concurrent-1.1.1.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.glassfish.jakarta.json-1.1.6.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.json-1.1.6.redhat-00001.jar"
},
"product_reference": "org.glassfish.jakarta.json-1.1.6.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.glassfish.jakarta.json-1.1.6.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.json-1.1.6.redhat-00001.pom"
},
"product_reference": "org.glassfish.jakarta.json-1.1.6.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.glassfish.jaxb.codemodel-2.3.3.b02-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.codemodel-2.3.3.b02-redhat-00002.jar"
},
"product_reference": "org.glassfish.jaxb.codemodel-2.3.3.b02-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.glassfish.jaxb.codemodel-2.3.3.b02-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.codemodel-2.3.3.b02-redhat-00002.pom"
},
"product_reference": "org.glassfish.jaxb.codemodel-2.3.3.b02-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.glassfish.jaxb.jaxb-jxc-2.3.3.b02-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-jxc-2.3.3.b02-redhat-00002.jar"
},
"product_reference": "org.glassfish.jaxb.jaxb-jxc-2.3.3.b02-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.glassfish.jaxb.jaxb-jxc-2.3.3.b02-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-jxc-2.3.3.b02-redhat-00002.pom"
},
"product_reference": "org.glassfish.jaxb.jaxb-jxc-2.3.3.b02-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.glassfish.jaxb.jaxb-runtime-2.3.3.b02-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-runtime-2.3.3.b02-redhat-00002.jar"
},
"product_reference": "org.glassfish.jaxb.jaxb-runtime-2.3.3.b02-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.glassfish.jaxb.jaxb-runtime-2.3.3.b02-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-runtime-2.3.3.b02-redhat-00002.pom"
},
"product_reference": "org.glassfish.jaxb.jaxb-runtime-2.3.3.b02-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.glassfish.jaxb.jaxb-xjc-2.3.3.b02-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-xjc-2.3.3.b02-redhat-00002.jar"
},
"product_reference": "org.glassfish.jaxb.jaxb-xjc-2.3.3.b02-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.glassfish.jaxb.jaxb-xjc-2.3.3.b02-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-xjc-2.3.3.b02-redhat-00002.pom"
},
"product_reference": "org.glassfish.jaxb.jaxb-xjc-2.3.3.b02-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.glassfish.jaxb.txw2-2.3.3.b02-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.txw2-2.3.3.b02-redhat-00002.jar"
},
"product_reference": "org.glassfish.jaxb.txw2-2.3.3.b02-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.glassfish.jaxb.txw2-2.3.3.b02-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.txw2-2.3.3.b02-redhat-00002.pom"
},
"product_reference": "org.glassfish.jaxb.txw2-2.3.3.b02-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.glassfish.jaxb.xsom-2.3.3.b02-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.xsom-2.3.3.b02-redhat-00002.jar"
},
"product_reference": "org.glassfish.jaxb.xsom-2.3.3.b02-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.glassfish.jaxb.xsom-2.3.3.b02-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.xsom-2.3.3.b02-redhat-00002.pom"
},
"product_reference": "org.glassfish.jaxb.xsom-2.3.3.b02-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.glassfish.soteria.jakarta.security.enterprise-1.0.1.redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.glassfish.soteria.jakarta.security.enterprise-1.0.1.redhat-00003.jar"
},
"product_reference": "org.glassfish.soteria.jakarta.security.enterprise-1.0.1.redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.glassfish.soteria.jakarta.security.enterprise-1.0.1.redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.glassfish.soteria.jakarta.security.enterprise-1.0.1.redhat-00003.pom"
},
"product_reference": "org.glassfish.soteria.jakarta.security.enterprise-1.0.1.redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.hibernate.common.hibernate-commons-annotations-5.0.5.Final-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.hibernate.common.hibernate-commons-annotations-5.0.5.Final-redhat-00002.jar"
},
"product_reference": "org.hibernate.common.hibernate-commons-annotations-5.0.5.Final-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.hibernate.hibernate-core-5.3.33.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-core-5.3.33.Final-redhat-00001.jar"
},
"product_reference": "org.hibernate.hibernate-core-5.3.33.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.hibernate.hibernate-envers-5.3.33.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-envers-5.3.33.Final-redhat-00001.jar"
},
"product_reference": "org.hibernate.hibernate-envers-5.3.33.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.hibernate.hibernate-search-backend-jms-5.10.13.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-backend-jms-5.10.13.Final-redhat-00001.jar"
},
"product_reference": "org.hibernate.hibernate-search-backend-jms-5.10.13.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.hibernate.hibernate-search-backend-jms-5.10.13.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-backend-jms-5.10.13.Final-redhat-00001.pom"
},
"product_reference": "org.hibernate.hibernate-search-backend-jms-5.10.13.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.hibernate.hibernate-search-engine-5.10.13.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-engine-5.10.13.Final-redhat-00001.jar"
},
"product_reference": "org.hibernate.hibernate-search-engine-5.10.13.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.hibernate.hibernate-search-engine-5.10.13.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-engine-5.10.13.Final-redhat-00001.pom"
},
"product_reference": "org.hibernate.hibernate-search-engine-5.10.13.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.hibernate.hibernate-search-orm-5.10.13.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-orm-5.10.13.Final-redhat-00001.jar"
},
"product_reference": "org.hibernate.hibernate-search-orm-5.10.13.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.hibernate.hibernate-search-orm-5.10.13.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-orm-5.10.13.Final-redhat-00001.pom"
},
"product_reference": "org.hibernate.hibernate-search-orm-5.10.13.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.hibernate.hibernate-search-serialization-avro-5.10.13.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-serialization-avro-5.10.13.Final-redhat-00001.jar"
},
"product_reference": "org.hibernate.hibernate-search-serialization-avro-5.10.13.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.hibernate.hibernate-search-serialization-avro-5.10.13.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-serialization-avro-5.10.13.Final-redhat-00001.pom"
},
"product_reference": "org.hibernate.hibernate-search-serialization-avro-5.10.13.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.hibernate.validator.hibernate-validator-6.0.23.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-6.0.23.Final-redhat-00001.jar"
},
"product_reference": "org.hibernate.validator.hibernate-validator-6.0.23.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.hibernate.validator.hibernate-validator-6.0.23.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-6.0.23.Final-redhat-00001.pom"
},
"product_reference": "org.hibernate.validator.hibernate-validator-6.0.23.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.hibernate.validator.hibernate-validator-cdi-6.0.23.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-cdi-6.0.23.Final-redhat-00001.jar"
},
"product_reference": "org.hibernate.validator.hibernate-validator-cdi-6.0.23.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.hibernate.validator.hibernate-validator-cdi-6.0.23.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-cdi-6.0.23.Final-redhat-00001.pom"
},
"product_reference": "org.hibernate.validator.hibernate-validator-cdi-6.0.23.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.hornetq.hornetq-commons-2.4.8.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-commons-2.4.8.Final-redhat-00001.jar"
},
"product_reference": "org.hornetq.hornetq-commons-2.4.8.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.hornetq.hornetq-commons-2.4.8.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-commons-2.4.8.Final-redhat-00001.pom"
},
"product_reference": "org.hornetq.hornetq-commons-2.4.8.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.hornetq.hornetq-core-client-2.4.8.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-core-client-2.4.8.Final-redhat-00001.jar"
},
"product_reference": "org.hornetq.hornetq-core-client-2.4.8.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.hornetq.hornetq-core-client-2.4.8.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-core-client-2.4.8.Final-redhat-00001.pom"
},
"product_reference": "org.hornetq.hornetq-core-client-2.4.8.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.hornetq.hornetq-jms-client-2.4.8.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-jms-client-2.4.8.Final-redhat-00001.jar"
},
"product_reference": "org.hornetq.hornetq-jms-client-2.4.8.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.hornetq.hornetq-jms-client-2.4.8.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-jms-client-2.4.8.Final-redhat-00001.pom"
},
"product_reference": "org.hornetq.hornetq-jms-client-2.4.8.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.infinispan.infinispan-cachestore-jdbc-11.0.18.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-jdbc-11.0.18.Final-redhat-00001.jar"
},
"product_reference": "org.infinispan.infinispan-cachestore-jdbc-11.0.18.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.infinispan.infinispan-cachestore-jdbc-11.0.18.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-jdbc-11.0.18.Final-redhat-00001.pom"
},
"product_reference": "org.infinispan.infinispan-cachestore-jdbc-11.0.18.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.infinispan.infinispan-cachestore-remote-11.0.18.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-remote-11.0.18.Final-redhat-00001.jar"
},
"product_reference": "org.infinispan.infinispan-cachestore-remote-11.0.18.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.infinispan.infinispan-cachestore-remote-11.0.18.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-remote-11.0.18.Final-redhat-00001.pom"
},
"product_reference": "org.infinispan.infinispan-cachestore-remote-11.0.18.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.infinispan.infinispan-client-hotrod-11.0.18.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-client-hotrod-11.0.18.Final-redhat-00001.jar"
},
"product_reference": "org.infinispan.infinispan-client-hotrod-11.0.18.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.infinispan.infinispan-client-hotrod-11.0.18.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-client-hotrod-11.0.18.Final-redhat-00001.pom"
},
"product_reference": "org.infinispan.infinispan-client-hotrod-11.0.18.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.infinispan.infinispan-commons-11.0.18.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-commons-11.0.18.Final-redhat-00001.jar"
},
"product_reference": "org.infinispan.infinispan-commons-11.0.18.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.infinispan.infinispan-commons-11.0.18.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-commons-11.0.18.Final-redhat-00001.pom"
},
"product_reference": "org.infinispan.infinispan-commons-11.0.18.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.infinispan.infinispan-component-annotations-11.0.18.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-component-annotations-11.0.18.Final-redhat-00001.jar"
},
"product_reference": "org.infinispan.infinispan-component-annotations-11.0.18.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.infinispan.infinispan-component-annotations-11.0.18.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-component-annotations-11.0.18.Final-redhat-00001.pom"
},
"product_reference": "org.infinispan.infinispan-component-annotations-11.0.18.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.infinispan.infinispan-core-11.0.18.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-core-11.0.18.Final-redhat-00001.jar"
},
"product_reference": "org.infinispan.infinispan-core-11.0.18.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.infinispan.infinispan-core-11.0.18.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-core-11.0.18.Final-redhat-00001.pom"
},
"product_reference": "org.infinispan.infinispan-core-11.0.18.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.infinispan.infinispan-hibernate-cache-commons-11.0.18.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-commons-11.0.18.Final-redhat-00001.jar"
},
"product_reference": "org.infinispan.infinispan-hibernate-cache-commons-11.0.18.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.infinispan.infinispan-hibernate-cache-commons-11.0.18.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-commons-11.0.18.Final-redhat-00001.pom"
},
"product_reference": "org.infinispan.infinispan-hibernate-cache-commons-11.0.18.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.infinispan.infinispan-hibernate-cache-spi-11.0.18.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-spi-11.0.18.Final-redhat-00001.jar"
},
"product_reference": "org.infinispan.infinispan-hibernate-cache-spi-11.0.18.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.infinispan.infinispan-hibernate-cache-spi-11.0.18.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-spi-11.0.18.Final-redhat-00001.pom"
},
"product_reference": "org.infinispan.infinispan-hibernate-cache-spi-11.0.18.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.infinispan.infinispan-hibernate-cache-v51-11.0.18.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v51-11.0.18.Final-redhat-00001.jar"
},
"product_reference": "org.infinispan.infinispan-hibernate-cache-v51-11.0.18.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.infinispan.infinispan-hibernate-cache-v51-11.0.18.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v51-11.0.18.Final-redhat-00001.pom"
},
"product_reference": "org.infinispan.infinispan-hibernate-cache-v51-11.0.18.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.infinispan.infinispan-hibernate-cache-v53-11.0.18.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v53-11.0.18.Final-redhat-00001.jar"
},
"product_reference": "org.infinispan.infinispan-hibernate-cache-v53-11.0.18.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.infinispan.infinispan-hibernate-cache-v53-11.0.18.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v53-11.0.18.Final-redhat-00001.pom"
},
"product_reference": "org.infinispan.infinispan-hibernate-cache-v53-11.0.18.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.infinispan.protostream.protostream-4.3.6.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.infinispan.protostream.protostream-4.3.6.Final-redhat-00001.jar"
},
"product_reference": "org.infinispan.protostream.protostream-4.3.6.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.infinispan.protostream.protostream-4.3.6.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.infinispan.protostream.protostream-4.3.6.Final-redhat-00001.pom"
},
"product_reference": "org.infinispan.protostream.protostream-4.3.6.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jasypt.jasypt-1.9.3.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jasypt.jasypt-1.9.3.redhat-00002.jar"
},
"product_reference": "org.jasypt.jasypt-1.9.3.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jasypt.jasypt-1.9.3.redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jasypt.jasypt-1.9.3.redhat-00002.pom"
},
"product_reference": "org.jasypt.jasypt-1.9.3.redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.javassist.javassist-3.26.0.GA-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.javassist.javassist-3.26.0.GA-redhat-00001.pom"
},
"product_reference": "org.javassist.javassist-3.26.0.GA-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.javassist.javassist-3.27.0.GA-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.javassist.javassist-3.27.0.GA-redhat-00001.jar"
},
"product_reference": "org.javassist.javassist-3.27.0.GA-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.javassist.javassist-3.27.0.GA-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.javassist.javassist-3.27.0.GA-redhat-00001.pom"
},
"product_reference": "org.javassist.javassist-3.27.0.GA-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jberet.jberet-core-1.3.9.SP2-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jberet.jberet-core-1.3.9.SP2-redhat-00001.jar"
},
"product_reference": "org.jberet.jberet-core-1.3.9.SP2-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jberet.jberet-core-1.3.9.SP2-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jberet.jberet-core-1.3.9.SP2-redhat-00001.pom"
},
"product_reference": "org.jberet.jberet-core-1.3.9.SP2-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.activemq.artemis.integration.artemis-wildfly-integration-1.0.7.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.activemq.artemis.integration.artemis-wildfly-integration-1.0.7.redhat-00001.jar"
},
"product_reference": "org.jboss.activemq.artemis.integration.artemis-wildfly-integration-1.0.7.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.activemq.artemis.integration.artemis-wildfly-integration-1.0.7.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.activemq.artemis.integration.artemis-wildfly-integration-1.0.7.redhat-00001.pom"
},
"product_reference": "org.jboss.activemq.artemis.integration.artemis-wildfly-integration-1.0.7.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.classfilewriter.jboss-classfilewriter-1.2.5.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.classfilewriter.jboss-classfilewriter-1.2.5.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.classfilewriter.jboss-classfilewriter-1.2.5.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.classfilewriter.jboss-classfilewriter-1.2.5.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.classfilewriter.jboss-classfilewriter-1.2.5.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.classfilewriter.jboss-classfilewriter-1.2.5.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.common.jboss-common-beans-2.0.1.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.common.jboss-common-beans-2.0.1.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.common.jboss-common-beans-2.0.1.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.common.jboss-common-beans-2.0.1.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.common.jboss-common-beans-2.0.1.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.common.jboss-common-beans-2.0.1.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.jboss-insights-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jboss-insights-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.jboss-insights-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.jboss-insights-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jboss-insights-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.jboss-insights-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.jipijapa-eclipselink-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-eclipselink-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.jipijapa-eclipselink-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.jipijapa-eclipselink-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-eclipselink-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.jipijapa-eclipselink-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.jipijapa-hibernate4-1-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-1-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.jipijapa-hibernate4-1-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.jipijapa-hibernate4-1-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-1-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.jipijapa-hibernate4-1-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.jipijapa-hibernate4-3-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-3-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.jipijapa-hibernate4-3-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.jipijapa-hibernate4-3-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-3-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.jipijapa-hibernate4-3-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.jipijapa-hibernate5-3-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-3-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.jipijapa-hibernate5-3-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.jipijapa-hibernate5-3-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-3-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.jipijapa-hibernate5-3-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.jipijapa-hibernate5-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.jipijapa-hibernate5-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.jipijapa-hibernate5-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.jipijapa-hibernate5-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.jipijapa-openjpa-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-openjpa-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.jipijapa-openjpa-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.jipijapa-openjpa-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-openjpa-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.jipijapa-openjpa-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.jipijapa-spi-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-spi-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.jipijapa-spi-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.jipijapa-spi-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-spi-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.jipijapa-spi-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-appclient-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-appclient-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-appclient-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-appclient-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-appclient-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-appclient-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-batch-jberet-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-batch-jberet-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-batch-jberet-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-batch-jberet-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-batch-jberet-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-batch-jberet-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-bean-validation-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-bean-validation-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-bean-validation-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-bean-validation-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-bean-validation-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-bean-validation-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-client-all-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-client-all-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-client-all-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-client-properties-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-client-properties-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-client-properties-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-client-properties-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-client-properties-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-client-properties-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-api-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-api-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-api-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-api-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-api-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-api-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-common-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-common-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-common-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-common-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-common-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-common-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-ee-cache-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-cache-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-ee-cache-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-ee-cache-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-cache-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-ee-cache-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-ee-hotrod-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-hotrod-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-ee-hotrod-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-ee-hotrod-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-hotrod-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-ee-hotrod-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-ee-infinispan-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-infinispan-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-ee-infinispan-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-ee-infinispan-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-infinispan-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-ee-infinispan-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-ee-spi-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-spi-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-ee-spi-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-ee-spi-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-spi-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-ee-spi-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-ejb-infinispan-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-infinispan-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-ejb-infinispan-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-ejb-infinispan-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-infinispan-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-ejb-infinispan-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-ejb-spi-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-spi-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-ejb-spi-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-ejb-spi-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-spi-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-ejb-spi-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-infinispan-client-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-client-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-infinispan-client-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-infinispan-client-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-client-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-infinispan-client-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-infinispan-extension-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-extension-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-infinispan-extension-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-infinispan-extension-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-extension-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-infinispan-extension-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-infinispan-marshalling-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-marshalling-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-infinispan-marshalling-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-infinispan-marshalling-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-marshalling-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-infinispan-marshalling-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-infinispan-spi-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-spi-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-infinispan-spi-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-infinispan-spi-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-spi-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-infinispan-spi-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-jgroups-api-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-api-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-jgroups-api-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-jgroups-api-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-api-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-jgroups-api-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-jgroups-extension-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-extension-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-jgroups-extension-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-jgroups-extension-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-extension-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-jgroups-extension-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-jgroups-spi-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-spi-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-jgroups-spi-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-jgroups-spi-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-spi-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-jgroups-spi-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-marshalling-api-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-api-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-marshalling-api-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-marshalling-api-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-api-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-marshalling-api-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-marshalling-jboss-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-jboss-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-marshalling-jboss-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-marshalling-jboss-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-jboss-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-marshalling-jboss-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-marshalling-protostream-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-protostream-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-marshalling-protostream-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-marshalling-protostream-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-protostream-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-marshalling-protostream-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-marshalling-spi-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-spi-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-marshalling-spi-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-marshalling-spi-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-spi-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-marshalling-spi-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-server-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-server-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-server-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-server-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-server-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-server-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-service-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-service-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-service-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-service-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-service-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-service-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-singleton-api-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-api-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-singleton-api-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-singleton-api-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-api-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-singleton-api-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-singleton-extension-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-extension-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-singleton-extension-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-singleton-extension-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-extension-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-singleton-extension-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-spi-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-spi-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-spi-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-spi-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-spi-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-spi-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-web-api-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-api-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-web-api-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-web-api-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-api-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-web-api-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-web-cache-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-cache-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-web-cache-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-web-cache-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-cache-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-web-cache-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-web-container-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-container-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-web-container-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-web-container-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-container-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-web-container-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-web-extension-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-extension-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-web-extension-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-web-extension-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-extension-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-web-extension-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-web-hotrod-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-hotrod-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-web-hotrod-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-web-hotrod-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-hotrod-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-web-hotrod-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-web-infinispan-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-infinispan-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-web-infinispan-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-web-infinispan-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-infinispan-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-web-infinispan-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-web-spi-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-spi-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-web-spi-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-web-spi-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-spi-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-web-spi-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-web-undertow-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-undertow-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-clustering-web-undertow-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-clustering-web-undertow-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-undertow-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-clustering-web-undertow-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-cmp-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-cmp-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-cmp-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-cmp-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-cmp-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-cmp-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-configadmin-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-configadmin-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-configadmin-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-configadmin-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-configadmin-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-configadmin-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-connector-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-connector-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-connector-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-connector-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-connector-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-connector-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-datasources-agroal-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-datasources-agroal-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-datasources-agroal-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-datasources-agroal-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-datasources-agroal-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-datasources-agroal-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-ee-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-ee-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-ee-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-ee-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-ee-security-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-security-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-ee-security-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-ee-security-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-security-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-ee-security-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-ejb3-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ejb3-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-ejb3-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-ejb3-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ejb3-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-ejb3-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-health-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-health-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-health-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-health-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-health-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-health-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-iiop-openjdk-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-iiop-openjdk-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-iiop-openjdk-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-iiop-openjdk-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-iiop-openjdk-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-iiop-openjdk-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-jacorb-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jacorb-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-jacorb-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-jacorb-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jacorb-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-jacorb-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-jaxr-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxr-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-jaxr-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-jaxr-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxr-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-jaxr-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-jaxrs-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxrs-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-jaxrs-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-jaxrs-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxrs-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-jaxrs-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-jdr-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jdr-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-jdr-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-jdr-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jdr-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-jdr-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-jpa-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jpa-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-jpa-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-jpa-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jpa-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-jpa-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-jsf-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-jsf-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-jsf-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-jsf-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-jsf-injection-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-injection-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-jsf-injection-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-jsf-injection-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-injection-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-jsf-injection-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-jsr77-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsr77-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-jsr77-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-jsr77-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsr77-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-jsr77-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-mail-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mail-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-mail-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-mail-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mail-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-mail-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-messaging-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-messaging-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-messaging-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-messaging-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-messaging-activemq-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-activemq-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-messaging-activemq-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-messaging-activemq-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-activemq-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-messaging-activemq-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-metrics-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-metrics-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-metrics-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-metrics-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-metrics-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-metrics-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-microprofile-config-smallrye-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-config-smallrye-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-microprofile-config-smallrye-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-microprofile-config-smallrye-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-config-smallrye-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-microprofile-config-smallrye-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-microprofile-health-smallrye-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-health-smallrye-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-microprofile-health-smallrye-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-microprofile-health-smallrye-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-health-smallrye-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-microprofile-health-smallrye-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-microprofile-metrics-smallrye-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-metrics-smallrye-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-microprofile-metrics-smallrye-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-microprofile-metrics-smallrye-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-metrics-smallrye-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-microprofile-metrics-smallrye-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-microprofile-opentracing-extension-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-opentracing-extension-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-microprofile-opentracing-extension-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-microprofile-opentracing-extension-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-opentracing-extension-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-microprofile-opentracing-extension-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-mod_cluster-extension-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-extension-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-mod_cluster-extension-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-mod_cluster-extension-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-extension-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-mod_cluster-extension-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-mod_cluster-undertow-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-undertow-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-mod_cluster-undertow-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-mod_cluster-undertow-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-undertow-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-mod_cluster-undertow-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-naming-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-naming-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-naming-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-naming-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-naming-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-naming-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-ormtransformer-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ormtransformer-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-ormtransformer-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-ormtransformer-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ormtransformer-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-ormtransformer-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-picketlink-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-picketlink-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-picketlink-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-picketlink-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-picketlink-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-picketlink-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-pojo-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-pojo-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-pojo-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-pojo-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-pojo-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-pojo-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-rts-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-rts-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-rts-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-rts-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-rts-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-rts-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-sar-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-sar-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-sar-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-sar-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-sar-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-sar-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-security-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-security-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-security-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-security-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-security-api-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-api-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-security-api-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-security-api-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-api-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-security-api-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-security-integration-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-integration-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-security-integration-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-security-integration-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-integration-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-security-integration-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-security-plugins-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-plugins-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-security-plugins-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-security-plugins-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-plugins-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-security-plugins-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-security-vault-tool-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-vault-tool-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-security-vault-tool-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-security-vault-tool-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-vault-tool-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-security-vault-tool-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-system-jmx-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-system-jmx-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-system-jmx-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-system-jmx-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-system-jmx-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-system-jmx-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-transactions-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-transactions-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-transactions-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-transactions-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-transactions-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-transactions-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-undertow-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-undertow-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-undertow-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-undertow-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-undertow-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-undertow-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-web-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-web-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-web-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-web-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-web-common-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-common-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-web-common-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-web-common-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-common-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-web-common-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-webservices-server-integration-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-webservices-server-integration-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-webservices-server-integration-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-webservices-server-integration-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-webservices-server-integration-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-webservices-server-integration-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-weld-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-weld-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-weld-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-weld-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-weld-bean-validation-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-bean-validation-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-weld-bean-validation-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-weld-bean-validation-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-bean-validation-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-weld-bean-validation-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-weld-common-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-common-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-weld-common-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-weld-common-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-common-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-weld-common-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-weld-ejb-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-ejb-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-weld-ejb-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-weld-ejb-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-ejb-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-weld-ejb-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-weld-jpa-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-jpa-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-weld-jpa-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-weld-jpa-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-jpa-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-weld-jpa-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-weld-spi-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-spi-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-weld-spi-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-weld-spi-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-spi-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-weld-spi-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-weld-transactions-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-transactions-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-weld-transactions-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-weld-transactions-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-transactions-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-weld-transactions-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-weld-webservices-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-webservices-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-weld-webservices-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-weld-webservices-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-webservices-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-weld-webservices-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-xts-7.4.15.GA-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-xts-7.4.15.GA-redhat-00002.jar"
},
"product_reference": "org.jboss.eap.wildfly-xts-7.4.15.GA-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.eap.wildfly-xts-7.4.15.GA-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-xts-7.4.15.GA-redhat-00002.pom"
},
"product_reference": "org.jboss.eap.wildfly-xts-7.4.15.GA-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ejb3.jboss-ejb3-ext-api-2.3.0.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ejb3.jboss-ejb3-ext-api-2.3.0.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.ejb3.jboss-ejb3-ext-api-2.3.0.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ejb3.jboss-ejb3-ext-api-2.3.0.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ejb3.jboss-ejb3-ext-api-2.3.0.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.ejb3.jboss-ejb3-ext-api-2.3.0.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.genericjms.generic-jms-ra-jar-2.0.9.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.genericjms.generic-jms-ra-jar-2.0.9.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.genericjms.generic-jms-ra-jar-2.0.9.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.genericjms.generic-jms-ra-jar-2.0.9.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.genericjms.generic-jms-ra-jar-2.0.9.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.genericjms.generic-jms-ra-jar-2.0.9.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.hal.hal-console-3.3.20.Final-redhat-00001-resources.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.hal.hal-console-3.3.20.Final-redhat-00001-resources.jar"
},
"product_reference": "org.jboss.hal.hal-console-3.3.20.Final-redhat-00001-resources.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.hal.hal-console-3.3.20.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.hal.hal-console-3.3.20.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.hal.hal-console-3.3.20.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.invocation.jboss-invocation-1.6.3.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.invocation.jboss-invocation-1.6.3.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.invocation.jboss-invocation-1.6.3.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.invocation.jboss-invocation-1.6.3.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.invocation.jboss-invocation-1.6.3.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.invocation.jboss-invocation-1.6.3.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ironjacamar.ironjacamar-common-api-1.5.16.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-api-1.5.16.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.ironjacamar.ironjacamar-common-api-1.5.16.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ironjacamar.ironjacamar-common-api-1.5.16.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-api-1.5.16.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.ironjacamar.ironjacamar-common-api-1.5.16.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ironjacamar.ironjacamar-common-impl-1.5.16.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-impl-1.5.16.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.ironjacamar.ironjacamar-common-impl-1.5.16.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ironjacamar.ironjacamar-common-impl-1.5.16.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-impl-1.5.16.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.ironjacamar.ironjacamar-common-impl-1.5.16.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ironjacamar.ironjacamar-common-spi-1.5.16.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-spi-1.5.16.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.ironjacamar.ironjacamar-common-spi-1.5.16.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ironjacamar.ironjacamar-common-spi-1.5.16.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-spi-1.5.16.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.ironjacamar.ironjacamar-common-spi-1.5.16.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ironjacamar.ironjacamar-core-api-1.5.16.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-api-1.5.16.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.ironjacamar.ironjacamar-core-api-1.5.16.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ironjacamar.ironjacamar-core-api-1.5.16.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-api-1.5.16.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.ironjacamar.ironjacamar-core-api-1.5.16.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ironjacamar.ironjacamar-core-impl-1.5.16.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-impl-1.5.16.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.ironjacamar.ironjacamar-core-impl-1.5.16.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ironjacamar.ironjacamar-core-impl-1.5.16.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-impl-1.5.16.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.ironjacamar.ironjacamar-core-impl-1.5.16.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ironjacamar.ironjacamar-deployers-common-1.5.16.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-deployers-common-1.5.16.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.ironjacamar.ironjacamar-deployers-common-1.5.16.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ironjacamar.ironjacamar-deployers-common-1.5.16.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-deployers-common-1.5.16.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.ironjacamar.ironjacamar-deployers-common-1.5.16.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ironjacamar.ironjacamar-jdbc-1.5.16.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-jdbc-1.5.16.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.ironjacamar.ironjacamar-jdbc-1.5.16.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ironjacamar.ironjacamar-jdbc-1.5.16.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-jdbc-1.5.16.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.ironjacamar.ironjacamar-jdbc-1.5.16.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ironjacamar.ironjacamar-validator-1.5.16.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-validator-1.5.16.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.ironjacamar.ironjacamar-validator-1.5.16.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ironjacamar.ironjacamar-validator-1.5.16.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-validator-1.5.16.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.ironjacamar.ironjacamar-validator-1.5.16.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.jandex-2.4.4.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.jandex-2.4.4.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.jandex-2.4.4.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.jandex-2.4.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.jandex-2.4.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.jandex-2.4.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.jboss-dmr-1.5.1.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-dmr-1.5.1.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.jboss-dmr-1.5.1.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.jboss-dmr-1.5.1.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-dmr-1.5.1.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.jboss-dmr-1.5.1.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.jboss-ejb-client-4.0.53.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-4.0.53.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.jboss-ejb-client-4.0.53.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.jboss-ejb-client-4.0.53.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-4.0.53.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.jboss-ejb-client-4.0.53.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.jboss-ejb-client-legacy-3.0.3.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-legacy-3.0.3.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.jboss-ejb-client-legacy-3.0.3.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.jboss-ejb-client-legacy-3.0.3.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-legacy-3.0.3.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.jboss-ejb-client-legacy-3.0.3.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.jboss-iiop-client-1.0.1.Final-redhat-1.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-iiop-client-1.0.1.Final-redhat-1.jar"
},
"product_reference": "org.jboss.jboss-iiop-client-1.0.1.Final-redhat-1.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.jboss-iiop-client-1.0.1.Final-redhat-1.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-iiop-client-1.0.1.Final-redhat-1.pom"
},
"product_reference": "org.jboss.jboss-iiop-client-1.0.1.Final-redhat-1.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.jboss-transaction-spi-7.6.0.Final-redhat-1.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-transaction-spi-7.6.0.Final-redhat-1.jar"
},
"product_reference": "org.jboss.jboss-transaction-spi-7.6.0.Final-redhat-1.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.jboss-transaction-spi-7.6.0.Final-redhat-1.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-transaction-spi-7.6.0.Final-redhat-1.pom"
},
"product_reference": "org.jboss.jboss-transaction-spi-7.6.0.Final-redhat-1.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.jboss-vfs-3.2.17.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-vfs-3.2.17.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.jboss-vfs-3.2.17.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.jboss-vfs-3.2.17.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-vfs-3.2.17.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.jboss-vfs-3.2.17.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.logging.commons-logging-jboss-logging-1.0.0.Final-redhat-1.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.logging.commons-logging-jboss-logging-1.0.0.Final-redhat-1.jar"
},
"product_reference": "org.jboss.logging.commons-logging-jboss-logging-1.0.0.Final-redhat-1.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.logging.commons-logging-jboss-logging-1.0.0.Final-redhat-1.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.logging.commons-logging-jboss-logging-1.0.0.Final-redhat-1.pom"
},
"product_reference": "org.jboss.logging.commons-logging-jboss-logging-1.0.0.Final-redhat-1.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.logging.jboss-logging-3.4.1.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jboss-logging-3.4.1.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.logging.jboss-logging-3.4.1.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.logging.jboss-logging-3.4.1.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jboss-logging-3.4.1.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.logging.jboss-logging-3.4.1.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.logging.jul-to-slf4j-stub-1.0.1.Final-redhat-3.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jul-to-slf4j-stub-1.0.1.Final-redhat-3.jar"
},
"product_reference": "org.jboss.logging.jul-to-slf4j-stub-1.0.1.Final-redhat-3.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.logging.jul-to-slf4j-stub-1.0.1.Final-redhat-3.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jul-to-slf4j-stub-1.0.1.Final-redhat-3.pom"
},
"product_reference": "org.jboss.logging.jul-to-slf4j-stub-1.0.1.Final-redhat-3.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.logmanager.jboss-logmanager-2.1.18.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.jboss-logmanager-2.1.18.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.logmanager.jboss-logmanager-2.1.18.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.logmanager.jboss-logmanager-2.1.18.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.jboss-logmanager-2.1.18.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.logmanager.jboss-logmanager-2.1.18.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.logmanager.log4j-jboss-logmanager-1.2.2.Final-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.log4j-jboss-logmanager-1.2.2.Final-redhat-00002.jar"
},
"product_reference": "org.jboss.logmanager.log4j-jboss-logmanager-1.2.2.Final-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.logmanager.log4j2-jboss-logmanager-1.1.2.Final-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.log4j2-jboss-logmanager-1.1.2.Final-redhat-00002.jar"
},
"product_reference": "org.jboss.logmanager.log4j2-jboss-logmanager-1.1.2.Final-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.logmanager.log4j2-jboss-logmanager-1.1.2.Final-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.log4j2-jboss-logmanager-1.1.2.Final-redhat-00002.pom"
},
"product_reference": "org.jboss.logmanager.log4j2-jboss-logmanager-1.1.2.Final-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.marshalling.jboss-marshalling-2.0.14.SP1-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-2.0.14.SP1-redhat-00001.jar"
},
"product_reference": "org.jboss.marshalling.jboss-marshalling-2.0.14.SP1-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.marshalling.jboss-marshalling-2.0.14.SP1-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-2.0.14.SP1-redhat-00001.pom"
},
"product_reference": "org.jboss.marshalling.jboss-marshalling-2.0.14.SP1-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.marshalling.jboss-marshalling-river-2.0.14.SP1-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-river-2.0.14.SP1-redhat-00001.jar"
},
"product_reference": "org.jboss.marshalling.jboss-marshalling-river-2.0.14.SP1-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.marshalling.jboss-marshalling-river-2.0.14.SP1-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-river-2.0.14.SP1-redhat-00001.pom"
},
"product_reference": "org.jboss.marshalling.jboss-marshalling-river-2.0.14.SP1-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.metadata.jboss-metadata-appclient-13.4.0.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-appclient-13.4.0.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.metadata.jboss-metadata-appclient-13.4.0.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.metadata.jboss-metadata-appclient-13.4.0.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-appclient-13.4.0.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.metadata.jboss-metadata-appclient-13.4.0.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.metadata.jboss-metadata-common-13.4.0.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-common-13.4.0.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.metadata.jboss-metadata-common-13.4.0.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.metadata.jboss-metadata-common-13.4.0.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-common-13.4.0.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.metadata.jboss-metadata-common-13.4.0.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.metadata.jboss-metadata-ear-13.4.0.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ear-13.4.0.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.metadata.jboss-metadata-ear-13.4.0.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.metadata.jboss-metadata-ear-13.4.0.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ear-13.4.0.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.metadata.jboss-metadata-ear-13.4.0.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.metadata.jboss-metadata-ejb-13.4.0.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ejb-13.4.0.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.metadata.jboss-metadata-ejb-13.4.0.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.metadata.jboss-metadata-ejb-13.4.0.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ejb-13.4.0.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.metadata.jboss-metadata-ejb-13.4.0.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.metadata.jboss-metadata-web-13.4.0.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-web-13.4.0.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.metadata.jboss-metadata-web-13.4.0.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.metadata.jboss-metadata-web-13.4.0.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-web-13.4.0.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.metadata.jboss-metadata-web-13.4.0.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-cli-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-cli-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-cli-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-cli-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-cli-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-cli-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-core-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-core-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-core-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-core-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-core-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-core-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-eap6.4-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-eap6.4-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-eap6.4-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-eap6.4-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-eap6.4-to-eap7.4-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-to-eap7.4-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-eap6.4-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-eap6.4-to-eap7.4-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-to-eap7.4-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-eap6.4-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-eap7.0-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-eap7.0-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-eap7.0-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-eap7.0-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-eap7.0-to-eap7.4-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-to-eap7.4-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-eap7.0-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-eap7.0-to-eap7.4-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-to-eap7.4-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-eap7.0-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-eap7.1-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-eap7.1-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-eap7.1-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-eap7.1-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-eap7.1-to-eap7.4-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-to-eap7.4-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-eap7.1-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-eap7.1-to-eap7.4-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-to-eap7.4-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-eap7.1-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-eap7.2-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-eap7.2-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-eap7.2-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-eap7.2-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-eap7.2-to-eap7.4-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-to-eap7.4-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-eap7.2-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-eap7.2-to-eap7.4-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-to-eap7.4-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-eap7.2-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-eap7.3-server-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-server-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-eap7.3-server-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-eap7.3-server-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-server-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-eap7.3-server-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-eap7.3-to-eap7.4-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-to-eap7.4-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-eap7.3-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-eap7.3-to-eap7.4-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-to-eap7.4-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-eap7.3-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-eap7.4-server-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-server-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-eap7.4-server-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-eap7.4-server-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-server-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-eap7.4-server-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-eap7.4-to-eap7.4-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-to-eap7.4-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-eap7.4-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-eap7.4-to-eap7.4-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-to-eap7.4-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-eap7.4-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly10.0-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.0-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly10.0-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly10.0-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.0-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly10.0-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly10.1-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.1-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly10.1-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly10.1-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.1-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly10.1-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly11.0-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly11.0-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly11.0-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly11.0-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly11.0-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly11.0-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly12.0-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly12.0-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly12.0-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly12.0-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly12.0-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly12.0-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly13.0-server-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly13.0-server-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly13.0-server-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly13.0-server-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly13.0-server-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly13.0-server-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly14.0-server-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly14.0-server-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly14.0-server-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly14.0-server-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly14.0-server-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly14.0-server-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly15.0-server-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly15.0-server-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly15.0-server-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly15.0-server-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly15.0-server-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly15.0-server-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly16.0-server-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly16.0-server-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly16.0-server-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly16.0-server-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly16.0-server-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly16.0-server-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly17.0-server-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly17.0-server-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly17.0-server-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly17.0-server-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly17.0-server-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly17.0-server-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly18.0-server-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly18.0-server-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly18.0-server-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly18.0-server-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly18.0-server-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly18.0-server-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly19.0-server-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly19.0-server-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly19.0-server-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly19.0-server-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly19.0-server-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly19.0-server-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly20.0-server-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly20.0-server-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly20.0-server-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly20.0-server-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly20.0-server-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly20.0-server-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly21.0-server-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly21.0-server-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly21.0-server-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly21.0-server-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly21.0-server-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly21.0-server-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly22.0-server-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly22.0-server-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly22.0-server-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly22.0-server-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly22.0-server-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly22.0-server-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly8.2-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly8.2-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly8.2-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly8.2-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly8.2-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly8.2-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly9.0-1.10.0.Final-redhat-00033.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly9.0-1.10.0.Final-redhat-00033.jar"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly9.0-1.10.0.Final-redhat-00033.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.migration.jboss-server-migration-wildfly9.0-1.10.0.Final-redhat-00033.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly9.0-1.10.0.Final-redhat-00033.pom"
},
"product_reference": "org.jboss.migration.jboss-server-migration-wildfly9.0-1.10.0.Final-redhat-00033.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.mod_cluster.mod_cluster-container-spi-1.4.5.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-container-spi-1.4.5.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.mod_cluster.mod_cluster-container-spi-1.4.5.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.mod_cluster.mod_cluster-container-spi-1.4.5.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-container-spi-1.4.5.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.mod_cluster.mod_cluster-container-spi-1.4.5.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.mod_cluster.mod_cluster-core-1.4.5.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-core-1.4.5.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.mod_cluster.mod_cluster-core-1.4.5.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.mod_cluster.mod_cluster-core-1.4.5.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-core-1.4.5.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.mod_cluster.mod_cluster-core-1.4.5.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.mod_cluster.mod_cluster-load-spi-1.4.5.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-load-spi-1.4.5.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.mod_cluster.mod_cluster-load-spi-1.4.5.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.mod_cluster.mod_cluster-load-spi-1.4.5.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-load-spi-1.4.5.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.mod_cluster.mod_cluster-load-spi-1.4.5.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.modules.jboss-modules-1.12.2.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.modules.jboss-modules-1.12.2.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.modules.jboss-modules-1.12.2.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.modules.jboss-modules-1.12.2.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.modules.jboss-modules-1.12.2.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.modules.jboss-modules-1.12.2.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.msc.jboss-msc-1.4.13.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.msc.jboss-msc-1.4.13.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.msc.jboss-msc-1.4.13.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.msc.jboss-msc-1.4.13.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.msc.jboss-msc-1.4.13.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.msc.jboss-msc-1.4.13.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.arjunacore.arjuna-5.11.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.arjunacore.arjuna-5.11.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.narayana.arjunacore.arjuna-5.11.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.arjunacore.txoj-5.11.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.arjunacore.txoj-5.11.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.narayana.arjunacore.txoj-5.11.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.common-5.11.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.common-5.11.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.narayana.common-5.11.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.compensations.compensations-5.11.4.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.compensations.compensations-5.11.4.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.narayana.compensations.compensations-5.11.4.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.compensations.compensations-5.11.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.compensations.compensations-5.11.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.narayana.compensations.compensations-5.11.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.jbosstxbridge-5.11.4.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jbosstxbridge-5.11.4.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.narayana.jbosstxbridge-5.11.4.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.jbosstxbridge-5.11.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jbosstxbridge-5.11.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.narayana.jbosstxbridge-5.11.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.jta.cdi-5.11.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.cdi-5.11.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.narayana.jta.cdi-5.11.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.jta.jdbc-5.11.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.jdbc-5.11.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.narayana.jta.jdbc-5.11.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.jta.jms-5.11.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.jms-5.11.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.narayana.jta.jms-5.11.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.jta.jta-5.11.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.jta-5.11.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.narayana.jta.jta-5.11.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.jts.idlj-idl-jdk8-5.11.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.idlj-idl-jdk8-5.11.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.narayana.jts.idlj-idl-jdk8-5.11.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.jts.jtax-5.11.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.jtax-5.11.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.narayana.jts.jtax-5.11.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.jts.jts-5.11.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.jts-5.11.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.narayana.jts.jts-5.11.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.jts.narayana-jts-idlj-5.11.4.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.narayana-jts-idlj-5.11.4.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.narayana.jts.narayana-jts-idlj-5.11.4.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.jts.narayana-jts-integration-5.11.4.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.narayana-jts-integration-5.11.4.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.narayana.jts.narayana-jts-integration-5.11.4.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.jts.narayana-jts-integration-5.11.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.narayana-jts-integration-5.11.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.narayana.jts.narayana-jts-integration-5.11.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.jts.orbportability-5.11.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.orbportability-5.11.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.narayana.jts.orbportability-5.11.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.rts.restat-api-5.11.4.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-api-5.11.4.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.narayana.rts.restat-api-5.11.4.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.rts.restat-api-5.11.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-api-5.11.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.narayana.rts.restat-api-5.11.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.rts.restat-bridge-5.11.4.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-bridge-5.11.4.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.narayana.rts.restat-bridge-5.11.4.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.rts.restat-bridge-5.11.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-bridge-5.11.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.narayana.rts.restat-bridge-5.11.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.rts.restat-integration-5.11.4.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-integration-5.11.4.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.narayana.rts.restat-integration-5.11.4.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.rts.restat-integration-5.11.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-integration-5.11.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.narayana.rts.restat-integration-5.11.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.rts.restat-util-5.11.4.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-util-5.11.4.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.narayana.rts.restat-util-5.11.4.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.rts.restat-util-5.11.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-util-5.11.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.narayana.rts.restat-util-5.11.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.txframework.txframework-5.11.4.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.txframework.txframework-5.11.4.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.narayana.txframework.txframework-5.11.4.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.txframework.txframework-5.11.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.txframework.txframework-5.11.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.narayana.txframework.txframework-5.11.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.xts.bridge-5.11.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.bridge-5.11.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.narayana.xts.bridge-5.11.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.xts.jbossxts-5.11.4.Final-redhat-00001-api.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.jbossxts-5.11.4.Final-redhat-00001-api.jar"
},
"product_reference": "org.jboss.narayana.xts.jbossxts-5.11.4.Final-redhat-00001-api.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.xts.jbossxts-5.11.4.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.jbossxts-5.11.4.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.narayana.xts.jbossxts-5.11.4.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.xts.recovery-5.11.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.recovery-5.11.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.narayana.xts.recovery-5.11.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.xts.service-5.11.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.service-5.11.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.narayana.xts.service-5.11.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.xts.ws-c11-5.11.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.ws-c11-5.11.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.narayana.xts.ws-c11-5.11.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.xts.ws-t11-5.11.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.ws-t11-5.11.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.narayana.xts.ws-t11-5.11.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.xts.wsas-5.11.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.wsas-5.11.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.narayana.xts.wsas-5.11.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.xts.wscf11-5.11.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.wscf11-5.11.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.narayana.xts.wscf11-5.11.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.narayana.xts.wstx11-5.11.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.wstx11-5.11.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.narayana.xts.wstx11-5.11.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.openjdk-orb.openjdk-orb-8.1.4.Final-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.openjdk-orb.openjdk-orb-8.1.4.Final-redhat-00002.jar"
},
"product_reference": "org.jboss.openjdk-orb.openjdk-orb-8.1.4.Final-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.openjdk-orb.openjdk-orb-8.1.4.Final-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.openjdk-orb.openjdk-orb-8.1.4.Final-redhat-00002.pom"
},
"product_reference": "org.jboss.openjdk-orb.openjdk-orb-8.1.4.Final-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.remoting.jboss-remoting-5.0.27.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.remoting.jboss-remoting-5.0.27.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.remoting.jboss-remoting-5.0.27.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.remoting.jboss-remoting-5.0.27.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.remoting.jboss-remoting-5.0.27.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.remoting.jboss-remoting-5.0.27.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.remotingjmx.remoting-jmx-3.0.4.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.remotingjmx.remoting-jmx-3.0.4.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.remotingjmx.remoting-jmx-3.0.4.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.remotingjmx.remoting-jmx-3.0.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.remotingjmx.remoting-jmx-3.0.4.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.remotingjmx.remoting-jmx-3.0.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.jose-jwt-3.15.9.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.jose-jwt-3.15.9.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.resteasy.jose-jwt-3.15.9.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.jose-jwt-3.15.9.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.jose-jwt-3.15.9.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.resteasy.jose-jwt-3.15.9.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-atom-provider-3.15.9.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-atom-provider-3.15.9.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.resteasy.resteasy-atom-provider-3.15.9.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-atom-provider-3.15.9.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-atom-provider-3.15.9.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.resteasy.resteasy-atom-provider-3.15.9.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-cdi-3.15.9.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-cdi-3.15.9.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.resteasy.resteasy-cdi-3.15.9.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-cdi-3.15.9.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-cdi-3.15.9.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.resteasy.resteasy-cdi-3.15.9.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-client-3.15.9.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-client-3.15.9.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.resteasy.resteasy-client-3.15.9.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-client-3.15.9.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-client-3.15.9.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.resteasy.resteasy-client-3.15.9.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-crypto-3.15.9.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-crypto-3.15.9.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.resteasy.resteasy-crypto-3.15.9.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-crypto-3.15.9.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-crypto-3.15.9.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.resteasy.resteasy-crypto-3.15.9.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-jackson-provider-3.15.9.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson-provider-3.15.9.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.resteasy.resteasy-jackson-provider-3.15.9.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-jackson-provider-3.15.9.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson-provider-3.15.9.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.resteasy.resteasy-jackson-provider-3.15.9.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-jackson2-provider-3.15.9.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson2-provider-3.15.9.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.resteasy.resteasy-jackson2-provider-3.15.9.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-jackson2-provider-3.15.9.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson2-provider-3.15.9.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.resteasy.resteasy-jackson2-provider-3.15.9.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-jaxb-provider-3.15.9.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxb-provider-3.15.9.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.resteasy.resteasy-jaxb-provider-3.15.9.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-jaxb-provider-3.15.9.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxb-provider-3.15.9.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.resteasy.resteasy-jaxb-provider-3.15.9.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-jaxrs-3.15.9.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxrs-3.15.9.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.resteasy.resteasy-jaxrs-3.15.9.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-jaxrs-3.15.9.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxrs-3.15.9.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.resteasy.resteasy-jaxrs-3.15.9.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-jettison-provider-3.15.9.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jettison-provider-3.15.9.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.resteasy.resteasy-jettison-provider-3.15.9.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-jettison-provider-3.15.9.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jettison-provider-3.15.9.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.resteasy.resteasy-jettison-provider-3.15.9.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-jsapi-3.15.9.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jsapi-3.15.9.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.resteasy.resteasy-jsapi-3.15.9.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-jsapi-3.15.9.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jsapi-3.15.9.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.resteasy.resteasy-jsapi-3.15.9.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-json-binding-provider-3.15.9.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-binding-provider-3.15.9.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.resteasy.resteasy-json-binding-provider-3.15.9.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-json-binding-provider-3.15.9.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-binding-provider-3.15.9.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.resteasy.resteasy-json-binding-provider-3.15.9.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-json-p-provider-3.15.9.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-p-provider-3.15.9.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.resteasy.resteasy-json-p-provider-3.15.9.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-json-p-provider-3.15.9.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-p-provider-3.15.9.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.resteasy.resteasy-json-p-provider-3.15.9.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-multipart-provider-3.15.9.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-multipart-provider-3.15.9.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.resteasy.resteasy-multipart-provider-3.15.9.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-multipart-provider-3.15.9.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-multipart-provider-3.15.9.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.resteasy.resteasy-multipart-provider-3.15.9.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-rxjava2-3.15.9.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-rxjava2-3.15.9.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.resteasy.resteasy-rxjava2-3.15.9.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-rxjava2-3.15.9.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-rxjava2-3.15.9.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.resteasy.resteasy-rxjava2-3.15.9.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-spring-3.15.9.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-spring-3.15.9.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.resteasy.resteasy-spring-3.15.9.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-spring-3.15.9.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-spring-3.15.9.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.resteasy.resteasy-spring-3.15.9.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-validator-provider-3.15.9.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-validator-provider-3.15.9.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.resteasy.resteasy-validator-provider-3.15.9.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-validator-provider-3.15.9.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-validator-provider-3.15.9.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.resteasy.resteasy-validator-provider-3.15.9.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-yaml-provider-3.15.9.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-yaml-provider-3.15.9.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.resteasy.resteasy-yaml-provider-3.15.9.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.resteasy.resteasy-yaml-provider-3.15.9.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-yaml-provider-3.15.9.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.resteasy.resteasy-yaml-provider-3.15.9.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.seam.integration.jboss-seam-int-jbossas-7.0.0.GA-redhat-2.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.seam.integration.jboss-seam-int-jbossas-7.0.0.GA-redhat-2.jar"
},
"product_reference": "org.jboss.seam.integration.jboss-seam-int-jbossas-7.0.0.GA-redhat-2.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.seam.integration.jboss-seam-int-jbossas-7.0.0.GA-redhat-2.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.seam.integration.jboss-seam-int-jbossas-7.0.0.GA-redhat-2.pom"
},
"product_reference": "org.jboss.seam.integration.jboss-seam-int-jbossas-7.0.0.GA-redhat-2.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.security.jboss-negotiation-common-3.0.6.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-common-3.0.6.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.security.jboss-negotiation-common-3.0.6.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.security.jboss-negotiation-common-3.0.6.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-common-3.0.6.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.security.jboss-negotiation-common-3.0.6.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.security.jboss-negotiation-extras-3.0.6.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-extras-3.0.6.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.security.jboss-negotiation-extras-3.0.6.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.security.jboss-negotiation-extras-3.0.6.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-extras-3.0.6.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.security.jboss-negotiation-extras-3.0.6.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.security.jboss-negotiation-ntlm-3.0.6.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-ntlm-3.0.6.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.security.jboss-negotiation-ntlm-3.0.6.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.security.jboss-negotiation-ntlm-3.0.6.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-ntlm-3.0.6.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.security.jboss-negotiation-ntlm-3.0.6.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.security.jboss-negotiation-spnego-3.0.6.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-spnego-3.0.6.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.security.jboss-negotiation-spnego-3.0.6.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.security.jboss-negotiation-spnego-3.0.6.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-spnego-3.0.6.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.security.jboss-negotiation-spnego-3.0.6.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.security.jbossxacml-2.0.8.Final-redhat-8.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.security.jbossxacml-2.0.8.Final-redhat-8.jar"
},
"product_reference": "org.jboss.security.jbossxacml-2.0.8.Final-redhat-8.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.slf4j.slf4j-jboss-logmanager-1.1.0.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.slf4j.slf4j-jboss-logmanager-1.1.0.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.slf4j.slf4j-jboss-logmanager-1.1.0.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.slf4j.slf4j-jboss-logmanager-1.1.0.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.slf4j.slf4j-jboss-logmanager-1.1.0.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.slf4j.slf4j-jboss-logmanager-1.1.0.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.annotation.jboss-annotations-api_1.3_spec-2.0.1.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.annotation.jboss-annotations-api_1.3_spec-2.0.1.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.spec.javax.annotation.jboss-annotations-api_1.3_spec-2.0.1.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.annotation.jboss-annotations-api_1.3_spec-2.0.1.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.annotation.jboss-annotations-api_1.3_spec-2.0.1.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.spec.javax.annotation.jboss-annotations-api_1.3_spec-2.0.1.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.batch.jboss-batch-api_1.0_spec-2.0.0.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.batch.jboss-batch-api_1.0_spec-2.0.0.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.spec.javax.batch.jboss-batch-api_1.0_spec-2.0.0.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.batch.jboss-batch-api_1.0_spec-2.0.0.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.batch.jboss-batch-api_1.0_spec-2.0.0.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.spec.javax.batch.jboss-batch-api_1.0_spec-2.0.0.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.ejb.jboss-ejb-api_3.2_spec-2.0.0.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ejb.jboss-ejb-api_3.2_spec-2.0.0.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.spec.javax.ejb.jboss-ejb-api_3.2_spec-2.0.0.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.ejb.jboss-ejb-api_3.2_spec-2.0.0.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ejb.jboss-ejb-api_3.2_spec-2.0.0.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.spec.javax.ejb.jboss-ejb-api_3.2_spec-2.0.0.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.el.jboss-el-api_3.0_spec-2.0.1.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.el.jboss-el-api_3.0_spec-2.0.1.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.spec.javax.el.jboss-el-api_3.0_spec-2.0.1.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.el.jboss-el-api_3.0_spec-2.0.1.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.el.jboss-el-api_3.0_spec-2.0.1.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.spec.javax.el.jboss-el-api_3.0_spec-2.0.1.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.enterprise.concurrent.jboss-concurrency-api_1.0_spec-2.0.0.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.enterprise.concurrent.jboss-concurrency-api_1.0_spec-2.0.0.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.spec.javax.enterprise.concurrent.jboss-concurrency-api_1.0_spec-2.0.0.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.enterprise.concurrent.jboss-concurrency-api_1.0_spec-2.0.0.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.enterprise.concurrent.jboss-concurrency-api_1.0_spec-2.0.0.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.spec.javax.enterprise.concurrent.jboss-concurrency-api_1.0_spec-2.0.0.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.faces.jboss-jsf-api_2.3_spec-3.0.0.SP07-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.faces.jboss-jsf-api_2.3_spec-3.0.0.SP07-redhat-00001.jar"
},
"product_reference": "org.jboss.spec.javax.faces.jboss-jsf-api_2.3_spec-3.0.0.SP07-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.faces.jboss-jsf-api_2.3_spec-3.0.0.SP07-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.faces.jboss-jsf-api_2.3_spec-3.0.0.SP07-redhat-00001.pom"
},
"product_reference": "org.jboss.spec.javax.faces.jboss-jsf-api_2.3_spec-3.0.0.SP07-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.interceptor.jboss-interceptors-api_1.2_spec-2.0.0.Final-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.interceptor.jboss-interceptors-api_1.2_spec-2.0.0.Final-redhat-00002.jar"
},
"product_reference": "org.jboss.spec.javax.interceptor.jboss-interceptors-api_1.2_spec-2.0.0.Final-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.interceptor.jboss-interceptors-api_1.2_spec-2.0.0.Final-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.interceptor.jboss-interceptors-api_1.2_spec-2.0.0.Final-redhat-00002.pom"
},
"product_reference": "org.jboss.spec.javax.interceptor.jboss-interceptors-api_1.2_spec-2.0.0.Final-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.jms.jboss-jms-api_2.0_spec-2.0.0.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.jms.jboss-jms-api_2.0_spec-2.0.0.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.spec.javax.jms.jboss-jms-api_2.0_spec-2.0.0.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.jms.jboss-jms-api_2.0_spec-2.0.0.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.jms.jboss-jms-api_2.0_spec-2.0.0.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.spec.javax.jms.jboss-jms-api_2.0_spec-2.0.0.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.management.j2ee.jboss-j2eemgmt-api_1.1_spec-2.0.0.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.management.j2ee.jboss-j2eemgmt-api_1.1_spec-2.0.0.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.spec.javax.management.j2ee.jboss-j2eemgmt-api_1.1_spec-2.0.0.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.management.j2ee.jboss-j2eemgmt-api_1.1_spec-2.0.0.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.management.j2ee.jboss-j2eemgmt-api_1.1_spec-2.0.0.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.spec.javax.management.j2ee.jboss-j2eemgmt-api_1.1_spec-2.0.0.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.resource.jboss-connector-api_1.7_spec-2.0.0.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.resource.jboss-connector-api_1.7_spec-2.0.0.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.spec.javax.resource.jboss-connector-api_1.7_spec-2.0.0.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.resource.jboss-connector-api_1.7_spec-2.0.0.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.resource.jboss-connector-api_1.7_spec-2.0.0.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.spec.javax.resource.jboss-connector-api_1.7_spec-2.0.0.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.security.auth.message.jboss-jaspi-api_1.1_spec-2.0.1.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.auth.message.jboss-jaspi-api_1.1_spec-2.0.1.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.spec.javax.security.auth.message.jboss-jaspi-api_1.1_spec-2.0.1.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.security.auth.message.jboss-jaspi-api_1.1_spec-2.0.1.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.auth.message.jboss-jaspi-api_1.1_spec-2.0.1.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.spec.javax.security.auth.message.jboss-jaspi-api_1.1_spec-2.0.1.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.security.jacc.jboss-jacc-api_1.5_spec-2.0.0.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.jacc.jboss-jacc-api_1.5_spec-2.0.0.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.spec.javax.security.jacc.jboss-jacc-api_1.5_spec-2.0.0.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.security.jacc.jboss-jacc-api_1.5_spec-2.0.0.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.jacc.jboss-jacc-api_1.5_spec-2.0.0.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.spec.javax.security.jacc.jboss-jacc-api_1.5_spec-2.0.0.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.servlet.jboss-servlet-api_4.0_spec-2.0.0.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jboss-servlet-api_4.0_spec-2.0.0.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.spec.javax.servlet.jboss-servlet-api_4.0_spec-2.0.0.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.servlet.jboss-servlet-api_4.0_spec-2.0.0.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jboss-servlet-api_4.0_spec-2.0.0.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.spec.javax.servlet.jboss-servlet-api_4.0_spec-2.0.0.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec-2.0.1.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec-2.0.1.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec-2.0.1.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec-2.0.1.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec-2.0.1.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec-2.0.1.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.transaction.jboss-transaction-api_1.3_spec-2.0.0.Final-redhat-00005.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.transaction.jboss-transaction-api_1.3_spec-2.0.0.Final-redhat-00005.jar"
},
"product_reference": "org.jboss.spec.javax.transaction.jboss-transaction-api_1.3_spec-2.0.0.Final-redhat-00005.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.transaction.jboss-transaction-api_1.3_spec-2.0.0.Final-redhat-00005.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.transaction.jboss-transaction-api_1.3_spec-2.0.0.Final-redhat-00005.pom"
},
"product_reference": "org.jboss.spec.javax.transaction.jboss-transaction-api_1.3_spec-2.0.0.Final-redhat-00005.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.websocket.jboss-websocket-api_1.1_spec-2.0.0.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.websocket.jboss-websocket-api_1.1_spec-2.0.0.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.spec.javax.websocket.jboss-websocket-api_1.1_spec-2.0.0.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.websocket.jboss-websocket-api_1.1_spec-2.0.0.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.websocket.jboss-websocket-api_1.1_spec-2.0.0.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.spec.javax.websocket.jboss-websocket-api_1.1_spec-2.0.0.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.ws.rs.jboss-jaxrs-api_2.1_spec-2.0.1.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ws.rs.jboss-jaxrs-api_2.1_spec-2.0.1.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.spec.javax.ws.rs.jboss-jaxrs-api_2.1_spec-2.0.1.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.ws.rs.jboss-jaxrs-api_2.1_spec-2.0.1.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ws.rs.jboss-jaxrs-api_2.1_spec-2.0.1.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.spec.javax.ws.rs.jboss-jaxrs-api_2.1_spec-2.0.1.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec-2.0.1.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec-2.0.1.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec-2.0.1.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec-2.0.1.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec-2.0.1.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec-2.0.1.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.xml.rpc.jboss-jaxrpc-api_1.1_spec-2.0.0.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.rpc.jboss-jaxrpc-api_1.1_spec-2.0.0.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.spec.javax.xml.rpc.jboss-jaxrpc-api_1.1_spec-2.0.0.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.xml.rpc.jboss-jaxrpc-api_1.1_spec-2.0.0.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.rpc.jboss-jaxrpc-api_1.1_spec-2.0.0.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.spec.javax.xml.rpc.jboss-jaxrpc-api_1.1_spec-2.0.0.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.3_spec-1.0.6.Final-redhat-1.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.3_spec-1.0.6.Final-redhat-1.jar"
},
"product_reference": "org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.3_spec-1.0.6.Final-redhat-1.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.3_spec-1.0.6.Final-redhat-1.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.3_spec-1.0.6.Final-redhat-1.pom"
},
"product_reference": "org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.3_spec-1.0.6.Final-redhat-1.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.4_spec-1.0.2.Final-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.4_spec-1.0.2.Final-redhat-00002.jar"
},
"product_reference": "org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.4_spec-1.0.2.Final-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.4_spec-1.0.2.Final-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.4_spec-1.0.2.Final-redhat-00002.pom"
},
"product_reference": "org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.4_spec-1.0.2.Final-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.xml.ws.jboss-jaxws-api_2.3_spec-2.0.0.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.ws.jboss-jaxws-api_2.3_spec-2.0.0.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.spec.javax.xml.ws.jboss-jaxws-api_2.3_spec-2.0.0.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.spec.javax.xml.ws.jboss-jaxws-api_2.3_spec-2.0.0.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.ws.jboss-jaxws-api_2.3_spec-2.0.0.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.spec.javax.xml.ws.jboss-jaxws-api_2.3_spec-2.0.0.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.staxmapper-1.3.0.Final-redhat-1.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.staxmapper-1.3.0.Final-redhat-1.jar"
},
"product_reference": "org.jboss.staxmapper-1.3.0.Final-redhat-1.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.staxmapper-1.3.0.Final-redhat-1.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.staxmapper-1.3.0.Final-redhat-1.pom"
},
"product_reference": "org.jboss.staxmapper-1.3.0.Final-redhat-1.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.stdio.jboss-stdio-1.1.0.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.stdio.jboss-stdio-1.1.0.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.stdio.jboss-stdio-1.1.0.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.stdio.jboss-stdio-1.1.0.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.stdio.jboss-stdio-1.1.0.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.stdio.jboss-stdio-1.1.0.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.threads.jboss-threads-2.4.0.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.threads.jboss-threads-2.4.0.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.threads.jboss-threads-2.4.0.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.threads.jboss-threads-2.4.0.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.threads.jboss-threads-2.4.0.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.threads.jboss-threads-2.4.0.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.weld.module.weld-ejb-3.1.10.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-ejb-3.1.10.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.weld.module.weld-ejb-3.1.10.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.weld.module.weld-ejb-3.1.10.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-ejb-3.1.10.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.weld.module.weld-ejb-3.1.10.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.weld.module.weld-jsf-3.1.10.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jsf-3.1.10.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.weld.module.weld-jsf-3.1.10.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.weld.module.weld-jsf-3.1.10.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jsf-3.1.10.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.weld.module.weld-jsf-3.1.10.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.weld.module.weld-jta-3.1.10.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jta-3.1.10.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.weld.module.weld-jta-3.1.10.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.weld.module.weld-jta-3.1.10.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jta-3.1.10.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.weld.module.weld-jta-3.1.10.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.weld.module.weld-web-3.1.10.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-web-3.1.10.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.weld.module.weld-web-3.1.10.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.weld.module.weld-web-3.1.10.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-web-3.1.10.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.weld.module.weld-web-3.1.10.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.weld.weld-api-3.1.0.SP3-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-api-3.1.0.SP3-redhat-00001.jar"
},
"product_reference": "org.jboss.weld.weld-api-3.1.0.SP3-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.weld.weld-api-3.1.0.SP3-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-api-3.1.0.SP3-redhat-00001.pom"
},
"product_reference": "org.jboss.weld.weld-api-3.1.0.SP3-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.weld.weld-core-impl-3.1.10.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-core-impl-3.1.10.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.weld.weld-core-impl-3.1.10.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.weld.weld-core-impl-3.1.10.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-core-impl-3.1.10.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.weld.weld-core-impl-3.1.10.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.weld.weld-spi-3.1.0.SP3-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-spi-3.1.0.SP3-redhat-00001.jar"
},
"product_reference": "org.jboss.weld.weld-spi-3.1.0.SP3-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.weld.weld-spi-3.1.0.SP3-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-spi-3.1.0.SP3-redhat-00001.pom"
},
"product_reference": "org.jboss.weld.weld-spi-3.1.0.SP3-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ws.cxf.jbossws-cxf-client-5.4.9.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-client-5.4.9.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.ws.cxf.jbossws-cxf-client-5.4.9.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ws.cxf.jbossws-cxf-client-5.4.9.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-client-5.4.9.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.ws.cxf.jbossws-cxf-client-5.4.9.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ws.cxf.jbossws-cxf-factories-5.4.9.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-factories-5.4.9.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.ws.cxf.jbossws-cxf-factories-5.4.9.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ws.cxf.jbossws-cxf-factories-5.4.9.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-factories-5.4.9.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.ws.cxf.jbossws-cxf-factories-5.4.9.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ws.cxf.jbossws-cxf-jaspi-5.4.9.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-jaspi-5.4.9.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.ws.cxf.jbossws-cxf-jaspi-5.4.9.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ws.cxf.jbossws-cxf-jaspi-5.4.9.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-jaspi-5.4.9.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.ws.cxf.jbossws-cxf-jaspi-5.4.9.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ws.cxf.jbossws-cxf-resources-5.4.9.Final-redhat-00001-wildfly2400.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-resources-5.4.9.Final-redhat-00001-wildfly2400.jar"
},
"product_reference": "org.jboss.ws.cxf.jbossws-cxf-resources-5.4.9.Final-redhat-00001-wildfly2400.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ws.cxf.jbossws-cxf-resources-5.4.9.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-resources-5.4.9.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.ws.cxf.jbossws-cxf-resources-5.4.9.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ws.cxf.jbossws-cxf-server-5.4.9.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-server-5.4.9.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.ws.cxf.jbossws-cxf-server-5.4.9.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ws.cxf.jbossws-cxf-server-5.4.9.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-server-5.4.9.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.ws.cxf.jbossws-cxf-server-5.4.9.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ws.cxf.jbossws-cxf-transports-udp-5.4.9.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-udp-5.4.9.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.ws.cxf.jbossws-cxf-transports-udp-5.4.9.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ws.cxf.jbossws-cxf-transports-udp-5.4.9.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-udp-5.4.9.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.ws.cxf.jbossws-cxf-transports-udp-5.4.9.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ws.cxf.jbossws-cxf-transports-undertow-5.4.9.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-undertow-5.4.9.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.ws.cxf.jbossws-cxf-transports-undertow-5.4.9.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ws.cxf.jbossws-cxf-transports-undertow-5.4.9.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-undertow-5.4.9.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.ws.cxf.jbossws-cxf-transports-undertow-5.4.9.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ws.jbossws-api-1.1.2.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-api-1.1.2.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.ws.jbossws-api-1.1.2.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ws.jbossws-api-1.1.2.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-api-1.1.2.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.ws.jbossws-api-1.1.2.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ws.jbossws-common-3.3.3.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-3.3.3.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.ws.jbossws-common-3.3.3.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ws.jbossws-common-3.3.3.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-3.3.3.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.ws.jbossws-common-3.3.3.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ws.jbossws-common-tools-1.3.2.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-tools-1.3.2.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.ws.jbossws-common-tools-1.3.2.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ws.jbossws-common-tools-1.3.2.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-tools-1.3.2.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.ws.jbossws-common-tools-1.3.2.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ws.jbossws-spi-3.4.0.Final-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-spi-3.4.0.Final-redhat-00002.jar"
},
"product_reference": "org.jboss.ws.jbossws-spi-3.4.0.Final-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ws.jbossws-spi-3.4.0.Final-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-spi-3.4.0.Final-redhat-00002.pom"
},
"product_reference": "org.jboss.ws.jbossws-spi-3.4.0.Final-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ws.projects.jaxws-undertow-httpspi-1.0.1.Final-redhat-1.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ws.projects.jaxws-undertow-httpspi-1.0.1.Final-redhat-1.jar"
},
"product_reference": "org.jboss.ws.projects.jaxws-undertow-httpspi-1.0.1.Final-redhat-1.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.ws.projects.jaxws-undertow-httpspi-1.0.1.Final-redhat-1.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.ws.projects.jaxws-undertow-httpspi-1.0.1.Final-redhat-1.pom"
},
"product_reference": "org.jboss.ws.projects.jaxws-undertow-httpspi-1.0.1.Final-redhat-1.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.xnio.netty.netty-xnio-transport-0.1.9.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.netty.netty-xnio-transport-0.1.9.Final-redhat-00001.jar"
},
"product_reference": "org.jboss.xnio.netty.netty-xnio-transport-0.1.9.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.xnio.netty.netty-xnio-transport-0.1.9.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.netty.netty-xnio-transport-0.1.9.Final-redhat-00001.pom"
},
"product_reference": "org.jboss.xnio.netty.netty-xnio-transport-0.1.9.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.xnio.xnio-api-3.8.11.SP1-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-api-3.8.11.SP1-redhat-00001.jar"
},
"product_reference": "org.jboss.xnio.xnio-api-3.8.11.SP1-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.xnio.xnio-api-3.8.11.SP1-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-api-3.8.11.SP1-redhat-00001.pom"
},
"product_reference": "org.jboss.xnio.xnio-api-3.8.11.SP1-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.xnio.xnio-nio-3.8.11.SP1-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-nio-3.8.11.SP1-redhat-00001.jar"
},
"product_reference": "org.jboss.xnio.xnio-nio-3.8.11.SP1-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jboss.xnio.xnio-nio-3.8.11.SP1-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-nio-3.8.11.SP1-redhat-00001.pom"
},
"product_reference": "org.jboss.xnio.xnio-nio-3.8.11.SP1-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jctools.jctools-core-2.1.2.redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jctools.jctools-core-2.1.2.redhat-00003.jar"
},
"product_reference": "org.jctools.jctools-core-2.1.2.redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jctools.jctools-core-2.1.2.redhat-00003.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jctools.jctools-core-2.1.2.redhat-00003.pom"
},
"product_reference": "org.jctools.jctools-core-2.1.2.redhat-00003.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jctools.jctools-core-3.1.0.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jctools.jctools-core-3.1.0.redhat-00001.pom"
},
"product_reference": "org.jctools.jctools-core-3.1.0.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jgroups.azure.jgroups-azure-1.3.1.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jgroups.azure.jgroups-azure-1.3.1.Final-redhat-00001.jar"
},
"product_reference": "org.jgroups.azure.jgroups-azure-1.3.1.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jgroups.azure.jgroups-azure-1.3.1.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jgroups.azure.jgroups-azure-1.3.1.Final-redhat-00001.pom"
},
"product_reference": "org.jgroups.azure.jgroups-azure-1.3.1.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jgroups.jgroups-4.2.23.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jgroups.jgroups-4.2.23.Final-redhat-00001.jar"
},
"product_reference": "org.jgroups.jgroups-4.2.23.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jgroups.jgroups-4.2.23.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jgroups.jgroups-4.2.23.Final-redhat-00001.pom"
},
"product_reference": "org.jgroups.jgroups-4.2.23.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jgroups.kubernetes.jgroups-kubernetes-1.0.16.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jgroups.kubernetes.jgroups-kubernetes-1.0.16.Final-redhat-00001.jar"
},
"product_reference": "org.jgroups.kubernetes.jgroups-kubernetes-1.0.16.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jgroups.kubernetes.jgroups-kubernetes-1.0.16.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jgroups.kubernetes.jgroups-kubernetes-1.0.16.Final-redhat-00001.pom"
},
"product_reference": "org.jgroups.kubernetes.jgroups-kubernetes-1.0.16.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jsoup.jsoup-1.14.2.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jsoup.jsoup-1.14.2.redhat-00002.jar"
},
"product_reference": "org.jsoup.jsoup-1.14.2.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jsoup.jsoup-1.14.2.redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jsoup.jsoup-1.14.2.redhat-00002.pom"
},
"product_reference": "org.jsoup.jsoup-1.14.2.redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jvnet.staxex.stax-ex-1.8.3.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jvnet.staxex.stax-ex-1.8.3.redhat-00002.jar"
},
"product_reference": "org.jvnet.staxex.stax-ex-1.8.3.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.jvnet.staxex.stax-ex-1.8.3.redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.jvnet.staxex.stax-ex-1.8.3.redhat-00002.pom"
},
"product_reference": "org.jvnet.staxex.stax-ex-1.8.3.redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.opensaml.opensaml-core-3.3.1.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-core-3.3.1.redhat-00002.jar"
},
"product_reference": "org.opensaml.opensaml-core-3.3.1.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.opensaml.opensaml-core-3.3.1.redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-core-3.3.1.redhat-00002.pom"
},
"product_reference": "org.opensaml.opensaml-core-3.3.1.redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.opensaml.opensaml-profile-api-3.3.1.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-profile-api-3.3.1.redhat-00002.jar"
},
"product_reference": "org.opensaml.opensaml-profile-api-3.3.1.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.opensaml.opensaml-profile-api-3.3.1.redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-profile-api-3.3.1.redhat-00002.pom"
},
"product_reference": "org.opensaml.opensaml-profile-api-3.3.1.redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.opensaml.opensaml-saml-api-3.3.1.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-api-3.3.1.redhat-00002.jar"
},
"product_reference": "org.opensaml.opensaml-saml-api-3.3.1.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.opensaml.opensaml-saml-api-3.3.1.redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-api-3.3.1.redhat-00002.pom"
},
"product_reference": "org.opensaml.opensaml-saml-api-3.3.1.redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.opensaml.opensaml-saml-impl-3.3.1.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-impl-3.3.1.redhat-00002.jar"
},
"product_reference": "org.opensaml.opensaml-saml-impl-3.3.1.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.opensaml.opensaml-saml-impl-3.3.1.redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-impl-3.3.1.redhat-00002.pom"
},
"product_reference": "org.opensaml.opensaml-saml-impl-3.3.1.redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.opensaml.opensaml-security-api-3.3.1.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-api-3.3.1.redhat-00002.jar"
},
"product_reference": "org.opensaml.opensaml-security-api-3.3.1.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.opensaml.opensaml-security-api-3.3.1.redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-api-3.3.1.redhat-00002.pom"
},
"product_reference": "org.opensaml.opensaml-security-api-3.3.1.redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.opensaml.opensaml-security-impl-3.3.1.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-impl-3.3.1.redhat-00002.jar"
},
"product_reference": "org.opensaml.opensaml-security-impl-3.3.1.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.opensaml.opensaml-security-impl-3.3.1.redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-impl-3.3.1.redhat-00002.pom"
},
"product_reference": "org.opensaml.opensaml-security-impl-3.3.1.redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.opensaml.opensaml-soap-api-3.3.1.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-soap-api-3.3.1.redhat-00002.jar"
},
"product_reference": "org.opensaml.opensaml-soap-api-3.3.1.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.opensaml.opensaml-soap-api-3.3.1.redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-soap-api-3.3.1.redhat-00002.pom"
},
"product_reference": "org.opensaml.opensaml-soap-api-3.3.1.redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.opensaml.opensaml-xacml-api-3.3.1.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-api-3.3.1.redhat-00002.jar"
},
"product_reference": "org.opensaml.opensaml-xacml-api-3.3.1.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.opensaml.opensaml-xacml-api-3.3.1.redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-api-3.3.1.redhat-00002.pom"
},
"product_reference": "org.opensaml.opensaml-xacml-api-3.3.1.redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.opensaml.opensaml-xacml-impl-3.3.1.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-impl-3.3.1.redhat-00002.jar"
},
"product_reference": "org.opensaml.opensaml-xacml-impl-3.3.1.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.opensaml.opensaml-xacml-impl-3.3.1.redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-impl-3.3.1.redhat-00002.pom"
},
"product_reference": "org.opensaml.opensaml-xacml-impl-3.3.1.redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.opensaml.opensaml-xacml-saml-api-3.3.1.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-api-3.3.1.redhat-00002.jar"
},
"product_reference": "org.opensaml.opensaml-xacml-saml-api-3.3.1.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.opensaml.opensaml-xacml-saml-api-3.3.1.redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-api-3.3.1.redhat-00002.pom"
},
"product_reference": "org.opensaml.opensaml-xacml-saml-api-3.3.1.redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.opensaml.opensaml-xacml-saml-impl-3.3.1.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-impl-3.3.1.redhat-00002.jar"
},
"product_reference": "org.opensaml.opensaml-xacml-saml-impl-3.3.1.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.opensaml.opensaml-xacml-saml-impl-3.3.1.redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-impl-3.3.1.redhat-00002.pom"
},
"product_reference": "org.opensaml.opensaml-xacml-saml-impl-3.3.1.redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.opensaml.opensaml-xmlsec-api-3.3.1.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-api-3.3.1.redhat-00002.jar"
},
"product_reference": "org.opensaml.opensaml-xmlsec-api-3.3.1.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.opensaml.opensaml-xmlsec-api-3.3.1.redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-api-3.3.1.redhat-00002.pom"
},
"product_reference": "org.opensaml.opensaml-xmlsec-api-3.3.1.redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.opensaml.opensaml-xmlsec-impl-3.3.1.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-impl-3.3.1.redhat-00002.jar"
},
"product_reference": "org.opensaml.opensaml-xmlsec-impl-3.3.1.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.opensaml.opensaml-xmlsec-impl-3.3.1.redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-impl-3.3.1.redhat-00002.pom"
},
"product_reference": "org.opensaml.opensaml-xmlsec-impl-3.3.1.redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.ow2.asm.asm-9.1.0.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.ow2.asm.asm-9.1.0.redhat-00002.jar"
},
"product_reference": "org.ow2.asm.asm-9.1.0.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.ow2.asm.asm-util-9.1.0.redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.ow2.asm.asm-util-9.1.0.redhat-00002.jar"
},
"product_reference": "org.ow2.asm.asm-util-9.1.0.redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketbox.acl-spi-5.0.3.Final-redhat-00009.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketbox.acl-spi-5.0.3.Final-redhat-00009.pom"
},
"product_reference": "org.picketbox.acl-spi-5.0.3.Final-redhat-00009.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketbox.authorization-spi-5.0.3.Final-redhat-00009.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketbox.authorization-spi-5.0.3.Final-redhat-00009.pom"
},
"product_reference": "org.picketbox.authorization-spi-5.0.3.Final-redhat-00009.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketbox.common-spi-5.0.3.Final-redhat-00009.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketbox.common-spi-5.0.3.Final-redhat-00009.pom"
},
"product_reference": "org.picketbox.common-spi-5.0.3.Final-redhat-00009.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketbox.identity-spi-5.0.3.Final-redhat-00009.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketbox.identity-spi-5.0.3.Final-redhat-00009.pom"
},
"product_reference": "org.picketbox.identity-spi-5.0.3.Final-redhat-00009.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketbox.jboss-security-spi-5.0.3.Final-redhat-00009.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketbox.jboss-security-spi-5.0.3.Final-redhat-00009.pom"
},
"product_reference": "org.picketbox.jboss-security-spi-5.0.3.Final-redhat-00009.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketbox.jbosssx-5.0.3.Final-redhat-00009.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketbox.jbosssx-5.0.3.Final-redhat-00009.pom"
},
"product_reference": "org.picketbox.jbosssx-5.0.3.Final-redhat-00009.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketbox.jbosssx-bare-5.0.3.Final-redhat-00009.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketbox.jbosssx-bare-5.0.3.Final-redhat-00009.pom"
},
"product_reference": "org.picketbox.jbosssx-bare-5.0.3.Final-redhat-00009.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketbox.picketbox-5.0.3.Final-redhat-00009.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-5.0.3.Final-redhat-00009.jar"
},
"product_reference": "org.picketbox.picketbox-5.0.3.Final-redhat-00009.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketbox.picketbox-5.0.3.Final-redhat-00009.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-5.0.3.Final-redhat-00009.pom"
},
"product_reference": "org.picketbox.picketbox-5.0.3.Final-redhat-00009.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketbox.picketbox-acl-impl-5.0.3.Final-redhat-00009.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-acl-impl-5.0.3.Final-redhat-00009.pom"
},
"product_reference": "org.picketbox.picketbox-acl-impl-5.0.3.Final-redhat-00009.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketbox.picketbox-bare-5.0.3.Final-redhat-00009.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-bare-5.0.3.Final-redhat-00009.pom"
},
"product_reference": "org.picketbox.picketbox-bare-5.0.3.Final-redhat-00009.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketbox.picketbox-commons-1.0.0.final-redhat-5.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-commons-1.0.0.final-redhat-5.jar"
},
"product_reference": "org.picketbox.picketbox-commons-1.0.0.final-redhat-5.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketbox.picketbox-commons-1.0.0.final-redhat-5.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-commons-1.0.0.final-redhat-5.pom"
},
"product_reference": "org.picketbox.picketbox-commons-1.0.0.final-redhat-5.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketbox.picketbox-identity-impl-5.0.3.Final-redhat-00009.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-identity-impl-5.0.3.Final-redhat-00009.pom"
},
"product_reference": "org.picketbox.picketbox-identity-impl-5.0.3.Final-redhat-00009.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketbox.picketbox-infinispan-5.0.3.Final-redhat-00009.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-infinispan-5.0.3.Final-redhat-00009.jar"
},
"product_reference": "org.picketbox.picketbox-infinispan-5.0.3.Final-redhat-00009.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketbox.picketbox-infinispan-5.0.3.Final-redhat-00009.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-infinispan-5.0.3.Final-redhat-00009.pom"
},
"product_reference": "org.picketbox.picketbox-infinispan-5.0.3.Final-redhat-00009.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketbox.picketbox-spi-bare-5.0.3.Final-redhat-00009.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-spi-bare-5.0.3.Final-redhat-00009.pom"
},
"product_reference": "org.picketbox.picketbox-spi-bare-5.0.3.Final-redhat-00009.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketlink.distribution.picketlink-wildfly8-2.5.5.SP12-redhat-00016.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketlink.distribution.picketlink-wildfly8-2.5.5.SP12-redhat-00016.jar"
},
"product_reference": "org.picketlink.distribution.picketlink-wildfly8-2.5.5.SP12-redhat-00016.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketlink.picketlink-api-2.5.5.SP12-redhat-00013.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-api-2.5.5.SP12-redhat-00013.jar"
},
"product_reference": "org.picketlink.picketlink-api-2.5.5.SP12-redhat-00013.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketlink.picketlink-api-2.5.5.SP12-redhat-00013.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-api-2.5.5.SP12-redhat-00013.pom"
},
"product_reference": "org.picketlink.picketlink-api-2.5.5.SP12-redhat-00013.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketlink.picketlink-common-2.5.5.SP12-redhat-00013.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-common-2.5.5.SP12-redhat-00013.jar"
},
"product_reference": "org.picketlink.picketlink-common-2.5.5.SP12-redhat-00013.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketlink.picketlink-common-2.5.5.SP12-redhat-00013.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-common-2.5.5.SP12-redhat-00013.pom"
},
"product_reference": "org.picketlink.picketlink-common-2.5.5.SP12-redhat-00013.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketlink.picketlink-config-2.5.5.SP12-redhat-00013.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-config-2.5.5.SP12-redhat-00013.jar"
},
"product_reference": "org.picketlink.picketlink-config-2.5.5.SP12-redhat-00013.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketlink.picketlink-config-2.5.5.SP12-redhat-00013.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-config-2.5.5.SP12-redhat-00013.pom"
},
"product_reference": "org.picketlink.picketlink-config-2.5.5.SP12-redhat-00013.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketlink.picketlink-federation-2.5.5.SP12-redhat-00013.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-federation-2.5.5.SP12-redhat-00013.jar"
},
"product_reference": "org.picketlink.picketlink-federation-2.5.5.SP12-redhat-00013.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketlink.picketlink-federation-2.5.5.SP12-redhat-00013.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-federation-2.5.5.SP12-redhat-00013.pom"
},
"product_reference": "org.picketlink.picketlink-federation-2.5.5.SP12-redhat-00013.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketlink.picketlink-idm-api-2.5.5.SP12-redhat-00013.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-api-2.5.5.SP12-redhat-00013.jar"
},
"product_reference": "org.picketlink.picketlink-idm-api-2.5.5.SP12-redhat-00013.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketlink.picketlink-idm-api-2.5.5.SP12-redhat-00013.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-api-2.5.5.SP12-redhat-00013.pom"
},
"product_reference": "org.picketlink.picketlink-idm-api-2.5.5.SP12-redhat-00013.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketlink.picketlink-idm-impl-2.5.5.SP12-redhat-00013.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-impl-2.5.5.SP12-redhat-00013.jar"
},
"product_reference": "org.picketlink.picketlink-idm-impl-2.5.5.SP12-redhat-00013.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketlink.picketlink-idm-impl-2.5.5.SP12-redhat-00013.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-impl-2.5.5.SP12-redhat-00013.pom"
},
"product_reference": "org.picketlink.picketlink-idm-impl-2.5.5.SP12-redhat-00013.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketlink.picketlink-idm-simple-schema-2.5.5.SP12-redhat-00013.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-simple-schema-2.5.5.SP12-redhat-00013.jar"
},
"product_reference": "org.picketlink.picketlink-idm-simple-schema-2.5.5.SP12-redhat-00013.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketlink.picketlink-idm-simple-schema-2.5.5.SP12-redhat-00013.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-simple-schema-2.5.5.SP12-redhat-00013.pom"
},
"product_reference": "org.picketlink.picketlink-idm-simple-schema-2.5.5.SP12-redhat-00013.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketlink.picketlink-impl-2.5.5.SP12-redhat-00013.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-impl-2.5.5.SP12-redhat-00013.jar"
},
"product_reference": "org.picketlink.picketlink-impl-2.5.5.SP12-redhat-00013.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.picketlink.picketlink-impl-2.5.5.SP12-redhat-00013.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-impl-2.5.5.SP12-redhat-00013.pom"
},
"product_reference": "org.picketlink.picketlink-impl-2.5.5.SP12-redhat-00013.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.projectodd.vdx.vdx-core-1.1.6.redhat-1.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-core-1.1.6.redhat-1.jar"
},
"product_reference": "org.projectodd.vdx.vdx-core-1.1.6.redhat-1.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.projectodd.vdx.vdx-core-1.1.6.redhat-1.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-core-1.1.6.redhat-1.pom"
},
"product_reference": "org.projectodd.vdx.vdx-core-1.1.6.redhat-1.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.projectodd.vdx.vdx-wildfly-1.1.6.redhat-1.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-wildfly-1.1.6.redhat-1.jar"
},
"product_reference": "org.projectodd.vdx.vdx-wildfly-1.1.6.redhat-1.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.projectodd.vdx.vdx-wildfly-1.1.6.redhat-1.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-wildfly-1.1.6.redhat-1.pom"
},
"product_reference": "org.projectodd.vdx.vdx-wildfly-1.1.6.redhat-1.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.reactivestreams.reactive-streams-1.0.3.redhat-00003.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.reactivestreams.reactive-streams-1.0.3.redhat-00003.jar"
},
"product_reference": "org.reactivestreams.reactive-streams-1.0.3.redhat-00003.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.slf4j.jcl-over-slf4j-1.7.30.redhat-00004.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.slf4j.jcl-over-slf4j-1.7.30.redhat-00004.pom"
},
"product_reference": "org.slf4j.jcl-over-slf4j-1.7.30.redhat-00004.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.slf4j.slf4j-api-1.7.22.redhat-2.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-api-1.7.22.redhat-2.jar"
},
"product_reference": "org.slf4j.slf4j-api-1.7.22.redhat-2.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.slf4j.slf4j-api-1.7.22.redhat-2.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-api-1.7.22.redhat-2.pom"
},
"product_reference": "org.slf4j.slf4j-api-1.7.22.redhat-2.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.slf4j.slf4j-api-1.7.30.redhat-00004.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-api-1.7.30.redhat-00004.pom"
},
"product_reference": "org.slf4j.slf4j-api-1.7.30.redhat-00004.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.slf4j.slf4j-ext-1.7.22.redhat-2.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-ext-1.7.22.redhat-2.jar"
},
"product_reference": "org.slf4j.slf4j-ext-1.7.22.redhat-2.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.slf4j.slf4j-ext-1.7.22.redhat-2.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-ext-1.7.22.redhat-2.pom"
},
"product_reference": "org.slf4j.slf4j-ext-1.7.22.redhat-2.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.client.wildfly-client-config-1.0.1.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.client.wildfly-client-config-1.0.1.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.client.wildfly-client-config-1.0.1.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.client.wildfly-client-config-1.0.1.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.client.wildfly-client-config-1.0.1.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.client.wildfly-client-config-1.0.1.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.common.wildfly-common-1.5.4.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.common.wildfly-common-1.5.4.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.common.wildfly-common-1.5.4.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.common.wildfly-common-1.5.4.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.common.wildfly-common-1.5.4.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.common.wildfly-common-1.5.4.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-cli-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-cli-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-cli-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-controller-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-controller-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-controller-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-controller-client-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-controller-client-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-controller-client-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-core-management-client-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-management-client-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-core-management-client-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-core-management-subsystem-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-management-subsystem-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-core-management-subsystem-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-core-security-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-security-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-core-security-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-core-security-api-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-security-api-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-core-security-api-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-deployment-repository-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-deployment-repository-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-deployment-repository-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-deployment-scanner-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-deployment-scanner-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-deployment-scanner-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-discovery-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-discovery-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-discovery-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-domain-http-error-context-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-domain-http-error-context-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-domain-http-error-context-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-domain-http-interface-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-domain-http-interface-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-domain-http-interface-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-domain-management-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-domain-management-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-domain-management-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-elytron-integration-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-elytron-integration-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-elytron-integration-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-elytron-tool-wrapper-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-elytron-tool-wrapper-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-elytron-tool-wrapper-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-embedded-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-embedded-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-embedded-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-event-logger-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-event-logger-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-event-logger-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-host-controller-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-host-controller-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-host-controller-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-io-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-io-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-io-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-jmx-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-jmx-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-jmx-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-launcher-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-launcher-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-launcher-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-logging-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-logging-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-logging-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-management-client-content-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-management-client-content-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-management-client-content-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-network-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-network-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-network-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-patching-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-patching-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-patching-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-platform-mbean-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-platform-mbean-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-platform-mbean-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-process-controller-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-process-controller-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-process-controller-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-protocol-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-protocol-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-protocol-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-remoting-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-remoting-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-remoting-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-request-controller-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-request-controller-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-request-controller-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-security-manager-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-security-manager-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-security-manager-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-server-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-server-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-server-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-threads-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-threads-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-threads-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.core.wildfly-version-15.0.33.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-version-15.0.33.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.core.wildfly-version-15.0.33.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.discovery.wildfly-discovery-client-1.2.1.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.discovery.wildfly-discovery-client-1.2.1.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.discovery.wildfly-discovery-client-1.2.1.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.discovery.wildfly-discovery-client-1.2.1.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.discovery.wildfly-discovery-client-1.2.1.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.discovery.wildfly-discovery-client-1.2.1.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.openssl.wildfly-openssl-java-2.2.3.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-java-2.2.3.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.openssl.wildfly-openssl-java-2.2.3.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.openssl.wildfly-openssl-java-2.2.3.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-java-2.2.3.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.openssl.wildfly-openssl-java-2.2.3.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.openssl.wildfly-openssl-linux-ppc64le-2.2.2.Final-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-ppc64le-2.2.2.Final-redhat-00002.jar"
},
"product_reference": "org.wildfly.openssl.wildfly-openssl-linux-ppc64le-2.2.2.Final-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.openssl.wildfly-openssl-linux-ppc64le-2.2.2.Final-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-ppc64le-2.2.2.Final-redhat-00002.pom"
},
"product_reference": "org.wildfly.openssl.wildfly-openssl-linux-ppc64le-2.2.2.Final-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.openssl.wildfly-openssl-linux-rhel6-x86_64-2.2.2.Final-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel6-x86_64-2.2.2.Final-redhat-00002.jar"
},
"product_reference": "org.wildfly.openssl.wildfly-openssl-linux-rhel6-x86_64-2.2.2.Final-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.openssl.wildfly-openssl-linux-rhel6-x86_64-2.2.2.Final-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel6-x86_64-2.2.2.Final-redhat-00002.pom"
},
"product_reference": "org.wildfly.openssl.wildfly-openssl-linux-rhel6-x86_64-2.2.2.Final-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.openssl.wildfly-openssl-linux-rhel7-x86_64-2.2.2.Final-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel7-x86_64-2.2.2.Final-redhat-00002.jar"
},
"product_reference": "org.wildfly.openssl.wildfly-openssl-linux-rhel7-x86_64-2.2.2.Final-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.openssl.wildfly-openssl-linux-rhel7-x86_64-2.2.2.Final-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel7-x86_64-2.2.2.Final-redhat-00002.pom"
},
"product_reference": "org.wildfly.openssl.wildfly-openssl-linux-rhel7-x86_64-2.2.2.Final-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.openssl.wildfly-openssl-linux-rhel8-x86_64-2.2.2.Final-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel8-x86_64-2.2.2.Final-redhat-00002.jar"
},
"product_reference": "org.wildfly.openssl.wildfly-openssl-linux-rhel8-x86_64-2.2.2.Final-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.openssl.wildfly-openssl-linux-rhel8-x86_64-2.2.2.Final-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel8-x86_64-2.2.2.Final-redhat-00002.pom"
},
"product_reference": "org.wildfly.openssl.wildfly-openssl-linux-rhel8-x86_64-2.2.2.Final-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.openssl.wildfly-openssl-linux-rhel9-x86_64-2.2.2.Final-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel9-x86_64-2.2.2.Final-redhat-00002.jar"
},
"product_reference": "org.wildfly.openssl.wildfly-openssl-linux-rhel9-x86_64-2.2.2.Final-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.openssl.wildfly-openssl-linux-rhel9-x86_64-2.2.2.Final-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel9-x86_64-2.2.2.Final-redhat-00002.pom"
},
"product_reference": "org.wildfly.openssl.wildfly-openssl-linux-rhel9-x86_64-2.2.2.Final-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.openssl.wildfly-openssl-linux-s390x-2.2.2.Final-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-s390x-2.2.2.Final-redhat-00002.jar"
},
"product_reference": "org.wildfly.openssl.wildfly-openssl-linux-s390x-2.2.2.Final-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.openssl.wildfly-openssl-linux-s390x-2.2.2.Final-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-s390x-2.2.2.Final-redhat-00002.pom"
},
"product_reference": "org.wildfly.openssl.wildfly-openssl-linux-s390x-2.2.2.Final-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.openssl.wildfly-openssl-windows-x86_64-2.2.2.Final-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-windows-x86_64-2.2.2.Final-redhat-00002.jar"
},
"product_reference": "org.wildfly.openssl.wildfly-openssl-windows-x86_64-2.2.2.Final-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.elytron-web.undertow-server-1.9.3.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-1.9.3.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.elytron-web.undertow-server-1.9.3.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.elytron-web.undertow-server-1.9.3.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-1.9.3.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.elytron-web.undertow-server-1.9.3.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.elytron-web.undertow-server-servlet-1.9.3.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-servlet-1.9.3.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.elytron-web.undertow-server-servlet-1.9.3.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.elytron-web.undertow-server-servlet-1.9.3.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-servlet-1.9.3.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.elytron-web.undertow-server-servlet-1.9.3.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-asn1-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-asn1-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-asn1-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-asn1-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-asn1-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-asn1-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-audit-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-audit-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-audit-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-audit-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-audit-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-audit-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-auth-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-auth-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-auth-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-auth-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-auth-server-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-auth-server-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-auth-server-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-auth-server-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-auth-server-deprecated-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-deprecated-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-auth-server-deprecated-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-auth-server-deprecated-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-deprecated-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-auth-server-deprecated-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-auth-server-http-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-http-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-auth-server-http-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-auth-server-http-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-http-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-auth-server-http-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-auth-server-sasl-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-sasl-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-auth-server-sasl-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-auth-server-sasl-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-sasl-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-auth-server-sasl-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-auth-util-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-util-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-auth-util-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-auth-util-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-util-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-auth-util-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-base-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-base-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-base-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-base-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-base-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-base-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-client-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-client-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-client-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-client-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-client-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-client-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-credential-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-credential-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-credential-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-credential-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-credential-source-deprecated-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-deprecated-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-credential-source-deprecated-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-credential-source-deprecated-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-deprecated-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-credential-source-deprecated-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-credential-source-impl-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-impl-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-credential-source-impl-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-credential-source-impl-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-impl-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-credential-source-impl-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-credential-store-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-store-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-credential-store-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-credential-store-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-store-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-credential-store-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-digest-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-digest-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-digest-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-digest-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-digest-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-digest-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-encryption-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-encryption-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-encryption-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-encryption-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-encryption-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-encryption-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-http-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-http-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-http-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-http-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-http-basic-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-basic-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-http-basic-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-http-basic-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-basic-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-http-basic-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-http-bearer-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-bearer-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-http-bearer-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-http-bearer-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-bearer-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-http-bearer-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-http-cert-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-cert-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-http-cert-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-http-cert-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-cert-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-http-cert-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-http-deprecated-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-deprecated-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-http-deprecated-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-http-deprecated-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-deprecated-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-http-deprecated-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-http-digest-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-digest-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-http-digest-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-http-digest-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-digest-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-http-digest-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-http-external-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-external-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-http-external-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-http-external-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-external-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-http-external-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-http-form-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-form-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-http-form-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-http-form-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-form-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-http-form-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-http-oidc-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-oidc-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-http-oidc-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-http-spnego-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-spnego-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-http-spnego-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-http-spnego-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-spnego-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-http-spnego-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-http-sso-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-sso-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-http-sso-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-http-sso-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-sso-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-http-sso-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-http-stateful-basic-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-stateful-basic-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-http-stateful-basic-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-http-stateful-basic-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-stateful-basic-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-http-stateful-basic-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-http-util-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-util-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-http-util-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-http-util-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-util-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-http-util-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-jacc-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jacc-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-jacc-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-jacc-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jacc-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-jacc-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-jaspi-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jaspi-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-jaspi-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-jaspi-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jaspi-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-jaspi-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-jose-jwk-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jose-jwk-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-jose-jwk-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-jose-util-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jose-util-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-jose-util-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-json-util-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-json-util-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-json-util-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-json-util-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-json-util-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-json-util-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-keystore-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-keystore-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-keystore-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-keystore-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-keystore-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-keystore-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-mechanism-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-mechanism-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-mechanism-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-mechanism-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-mechanism-digest-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-digest-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-mechanism-digest-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-mechanism-digest-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-digest-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-mechanism-digest-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-mechanism-gssapi-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-gssapi-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-mechanism-gssapi-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-mechanism-gssapi-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-gssapi-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-mechanism-gssapi-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-mechanism-http-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-http-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-mechanism-http-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-mechanism-http-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-http-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-mechanism-http-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-mechanism-oauth2-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-oauth2-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-mechanism-oauth2-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-mechanism-oauth2-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-oauth2-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-mechanism-oauth2-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-mechanism-scram-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-scram-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-mechanism-scram-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-mechanism-scram-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-scram-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-mechanism-scram-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-password-impl-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-password-impl-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-password-impl-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-password-impl-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-password-impl-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-password-impl-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-permission-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-permission-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-permission-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-permission-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-permission-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-permission-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-provider-util-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-provider-util-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-provider-util-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-provider-util-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-provider-util-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-provider-util-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-realm-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-realm-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-realm-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-realm-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-realm-jdbc-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-jdbc-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-realm-jdbc-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-realm-jdbc-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-jdbc-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-realm-jdbc-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-realm-ldap-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-ldap-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-realm-ldap-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-realm-ldap-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-ldap-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-realm-ldap-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-realm-token-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-token-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-realm-token-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-realm-token-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-token-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-realm-token-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-sasl-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-sasl-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-sasl-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-sasl-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-sasl-anonymous-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-anonymous-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-sasl-anonymous-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-sasl-anonymous-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-anonymous-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-sasl-anonymous-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-sasl-auth-util-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-auth-util-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-sasl-auth-util-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-sasl-auth-util-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-auth-util-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-sasl-auth-util-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-sasl-deprecated-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-deprecated-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-sasl-deprecated-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-sasl-deprecated-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-deprecated-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-sasl-deprecated-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-sasl-digest-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-digest-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-sasl-digest-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-sasl-digest-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-digest-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-sasl-digest-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-sasl-entity-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-entity-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-sasl-entity-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-sasl-entity-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-entity-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-sasl-entity-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-sasl-external-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-external-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-sasl-external-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-sasl-external-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-external-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-sasl-external-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-sasl-gs2-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gs2-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-sasl-gs2-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-sasl-gs2-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gs2-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-sasl-gs2-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-sasl-gssapi-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gssapi-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-sasl-gssapi-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-sasl-gssapi-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gssapi-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-sasl-gssapi-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-sasl-localuser-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-localuser-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-sasl-localuser-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-sasl-localuser-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-localuser-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-sasl-localuser-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-sasl-oauth2-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-oauth2-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-sasl-oauth2-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-sasl-oauth2-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-oauth2-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-sasl-oauth2-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-sasl-otp-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-otp-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-sasl-otp-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-sasl-otp-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-otp-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-sasl-otp-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-sasl-plain-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-plain-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-sasl-plain-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-sasl-plain-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-plain-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-sasl-plain-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-sasl-scram-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-scram-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-sasl-scram-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-sasl-scram-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-scram-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-sasl-scram-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-security-manager-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-security-manager-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-security-manager-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-security-manager-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-security-manager-action-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-action-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-security-manager-action-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-security-manager-action-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-action-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-security-manager-action-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-ssl-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-ssl-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-ssl-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-ssl-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-ssl-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-ssl-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-tool-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-tool-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-tool-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-tool-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-tool-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-tool-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-util-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-util-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-util-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-util-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-util-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-util-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-x500-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-x500-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-x500-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-x500-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-x500-cert-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-x500-cert-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-x500-cert-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-x500-cert-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-x500-cert-acme-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-acme-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-x500-cert-acme-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-x500-cert-acme-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-acme-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-x500-cert-acme-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-x500-cert-util-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-util-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-x500-cert-util-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-x500-cert-util-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-util-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-x500-cert-util-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-x500-deprecated-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-deprecated-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-x500-deprecated-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-x500-deprecated-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-deprecated-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-x500-deprecated-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-x500-principal-1.15.21.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-principal-1.15.21.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.security.wildfly-elytron-x500-principal-1.15.21.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.security.wildfly-elytron-x500-principal-1.15.21.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-principal-1.15.21.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.security.wildfly-elytron-x500-principal-1.15.21.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.transaction.wildfly-transaction-client-1.1.17.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.transaction.wildfly-transaction-client-1.1.17.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.transaction.wildfly-transaction-client-1.1.17.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.transaction.wildfly-transaction-client-1.1.17.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.transaction.wildfly-transaction-client-1.1.17.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.transaction.wildfly-transaction-client-1.1.17.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.wildfly-http-client.wildfly-http-client-common-1.1.16.Final-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-client-common-1.1.16.Final-redhat-00002.jar"
},
"product_reference": "org.wildfly.wildfly-http-client.wildfly-http-client-common-1.1.16.Final-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.wildfly-http-client.wildfly-http-client-common-1.1.16.Final-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-client-common-1.1.16.Final-redhat-00002.pom"
},
"product_reference": "org.wildfly.wildfly-http-client.wildfly-http-client-common-1.1.16.Final-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.wildfly-http-client.wildfly-http-ejb-client-1.1.16.Final-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-ejb-client-1.1.16.Final-redhat-00002.jar"
},
"product_reference": "org.wildfly.wildfly-http-client.wildfly-http-ejb-client-1.1.16.Final-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.wildfly-http-client.wildfly-http-ejb-client-1.1.16.Final-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-ejb-client-1.1.16.Final-redhat-00002.pom"
},
"product_reference": "org.wildfly.wildfly-http-client.wildfly-http-ejb-client-1.1.16.Final-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.wildfly-http-client.wildfly-http-naming-client-1.1.16.Final-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-naming-client-1.1.16.Final-redhat-00002.jar"
},
"product_reference": "org.wildfly.wildfly-http-client.wildfly-http-naming-client-1.1.16.Final-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.wildfly-http-client.wildfly-http-naming-client-1.1.16.Final-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-naming-client-1.1.16.Final-redhat-00002.pom"
},
"product_reference": "org.wildfly.wildfly-http-client.wildfly-http-naming-client-1.1.16.Final-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.wildfly-http-client.wildfly-http-transaction-client-1.1.16.Final-redhat-00002.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-transaction-client-1.1.16.Final-redhat-00002.jar"
},
"product_reference": "org.wildfly.wildfly-http-client.wildfly-http-transaction-client-1.1.16.Final-redhat-00002.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.wildfly-http-client.wildfly-http-transaction-client-1.1.16.Final-redhat-00002.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-transaction-client-1.1.16.Final-redhat-00002.pom"
},
"product_reference": "org.wildfly.wildfly-http-client.wildfly-http-transaction-client-1.1.16.Final-redhat-00002.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.wildfly-naming-client-1.0.17.Final-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-naming-client-1.0.17.Final-redhat-00001.jar"
},
"product_reference": "org.wildfly.wildfly-naming-client-1.0.17.Final-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.wildfly.wildfly-naming-client-1.0.17.Final-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-naming-client-1.0.17.Final-redhat-00001.pom"
},
"product_reference": "org.wildfly.wildfly-naming-client-1.0.17.Final-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.yaml.snakeyaml-1.33.0.SP1-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.yaml.snakeyaml-1.33.0.SP1-redhat-00001.jar"
},
"product_reference": "org.yaml.snakeyaml-1.33.0.SP1-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "org.yaml.snakeyaml-1.33.0.SP1-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :org.yaml.snakeyaml-1.33.0.SP1-redhat-00001.pom"
},
"product_reference": "org.yaml.snakeyaml-1.33.0.SP1-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wsdl4j.wsdl4j-1.6.3.redhat-2.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :wsdl4j.wsdl4j-1.6.3.redhat-2.jar"
},
"product_reference": "wsdl4j.wsdl4j-1.6.3.redhat-2.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wsdl4j.wsdl4j-1.6.3.redhat-2.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :wsdl4j.wsdl4j-1.6.3.redhat-2.pom"
},
"product_reference": "wsdl4j.wsdl4j-1.6.3.redhat-2.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xalan.serializer-2.7.1.redhat-00014.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :xalan.serializer-2.7.1.redhat-00014.jar"
},
"product_reference": "xalan.serializer-2.7.1.redhat-00014.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xalan.serializer-2.7.1.redhat-00014.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :xalan.serializer-2.7.1.redhat-00014.pom"
},
"product_reference": "xalan.serializer-2.7.1.redhat-00014.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xalan.xalan-2.7.1.redhat-00014.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :xalan.xalan-2.7.1.redhat-00014.jar"
},
"product_reference": "xalan.xalan-2.7.1.redhat-00014.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xalan.xalan-2.7.1.redhat-00014.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :xalan.xalan-2.7.1.redhat-00014.pom"
},
"product_reference": "xalan.xalan-2.7.1.redhat-00014.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xerces.xercesImpl-2.12.0.SP04-redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :xerces.xercesImpl-2.12.0.SP04-redhat-00001.jar"
},
"product_reference": "xerces.xercesImpl-2.12.0.SP04-redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xerces.xercesImpl-2.12.0.SP04-redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :xerces.xercesImpl-2.12.0.SP04-redhat-00001.pom"
},
"product_reference": "xerces.xercesImpl-2.12.0.SP04-redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xml-resolver.xml-resolver-1.2.0.redhat-12.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :xml-resolver.xml-resolver-1.2.0.redhat-12.jar"
},
"product_reference": "xml-resolver.xml-resolver-1.2.0.redhat-12.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xml-resolver.xml-resolver-1.2.0.redhat-12.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :xml-resolver.xml-resolver-1.2.0.redhat-12.pom"
},
"product_reference": "xml-resolver.xml-resolver-1.2.0.redhat-12.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xom.xom-1.3.7.redhat-00001.jar as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :xom.xom-1.3.7.redhat-00001.jar"
},
"product_reference": "xom.xom-1.3.7.redhat-00001.jar",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xom.xom-1.3.7.redhat-00001.pom as a component of Red Hat JBoss Enterprise Application Platform ",
"product_id": "Red Hat JBoss Enterprise Application Platform :xom.xom-1.3.7.redhat-00001.pom"
},
"product_reference": "xom.xom-1.3.7.redhat-00001.pom",
"relates_to_product_reference": "Red Hat JBoss Enterprise Application Platform "
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-4759",
"discovery_date": "2023-09-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat JBoss Enterprise Application Platform :@babel.code-frame-7.0.0",
"Red Hat JBoss Enterprise Application Platform :@babel.core-7.4.5",
"Red Hat JBoss Enterprise Application Platform :@babel.generator-7.4.4",
"Red Hat JBoss Enterprise Application Platform :@babel.helper-function-name-7.1.0",
"Red Hat JBoss Enterprise Application Platform :@babel.helper-get-function-arity-7.0.0",
"Red Hat JBoss Enterprise Application Platform :@babel.helper-split-export-declaration-7.4.4",
"Red Hat JBoss Enterprise Application Platform :@babel.helpers-7.4.4",
"Red Hat JBoss Enterprise Application Platform :@babel.highlight-7.0.0",
"Red Hat JBoss Enterprise Application Platform :@babel.parser-7.4.5",
"Red Hat JBoss Enterprise Application Platform :@babel.template-7.4.4",
"Red Hat JBoss Enterprise Application Platform :@babel.traverse-7.4.5",
"Red Hat JBoss Enterprise Application Platform :@babel.types-7.4.4",
"Red Hat JBoss Enterprise Application Platform :@gar.promisify-1.1.3",
"Red Hat JBoss Enterprise Application Platform :@mrmlnc.readdir-enhanced-2.2.1",
"Red Hat JBoss Enterprise Application Platform :@nodelib.fs.stat-1.1.3",
"Red Hat JBoss Enterprise Application Platform :@npmcli.fs-2.1.2",
"Red Hat JBoss Enterprise Application Platform :@npmcli.move-file-2.0.1",
"Red Hat JBoss Enterprise Application Platform :@tootallnate.once-2.0.0",
"Red Hat JBoss Enterprise Application Platform :@types.c3-0.6.0",
"Red Hat JBoss Enterprise Application Platform :@types.d3-4.13.0",
"Red Hat JBoss Enterprise Application Platform :@types.d3-array-1.2.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-axis-1.0.10",
"Red Hat JBoss Enterprise Application Platform :@types.d3-brush-1.0.8",
"Red Hat JBoss Enterprise Application Platform :@types.d3-chord-1.0.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-collection-1.0.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-color-1.2.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-dispatch-1.0.6",
"Red Hat JBoss Enterprise Application Platform :@types.d3-drag-1.2.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-dsv-1.0.33",
"Red Hat JBoss Enterprise Application Platform :@types.d3-ease-1.0.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-force-1.1.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-format-1.3.0",
"Red Hat JBoss Enterprise Application Platform :@types.d3-geo-1.10.3",
"Red Hat JBoss Enterprise Application Platform :@types.d3-hierarchy-1.1.2",
"Red Hat JBoss Enterprise Application Platform :@types.d3-interpolate-1.2.0",
"Red Hat JBoss Enterprise Application Platform :@types.d3-path-1.0.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-polygon-1.0.6",
"Red Hat JBoss Enterprise Application Platform :@types.d3-quadtree-1.0.5",
"Red Hat JBoss Enterprise Application Platform :@types.d3-queue-3.0.6",
"Red Hat JBoss Enterprise Application Platform :@types.d3-random-1.1.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-request-1.0.2",
"Red Hat JBoss Enterprise Application Platform :@types.d3-scale-1.0.13",
"Red Hat JBoss Enterprise Application Platform :@types.d3-selection-1.3.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-shape-1.2.3",
"Red Hat JBoss Enterprise Application Platform :@types.d3-time-1.0.8",
"Red Hat JBoss Enterprise Application Platform :@types.d3-time-format-2.1.0",
"Red Hat JBoss Enterprise Application Platform :@types.d3-timer-1.0.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-transition-1.1.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-voronoi-1.1.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-zoom-1.7.1",
"Red Hat JBoss Enterprise Application Platform :@types.events-3.0.0",
"Red Hat JBoss Enterprise Application Platform :@types.geojson-7946.0.3",
"Red Hat JBoss Enterprise Application Platform :@types.glob-7.1.1",
"Red Hat JBoss Enterprise Application Platform :@types.minimatch-3.0.3",
"Red Hat JBoss Enterprise Application Platform :@types.node-12.0.10",
"Red Hat JBoss Enterprise Application Platform :@types.unist-2.0.3",
"Red Hat JBoss Enterprise Application Platform :@types.vfile-3.0.2",
"Red Hat JBoss Enterprise Application Platform :@types.vfile-message-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.abab-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.abbrev-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.abort-controller-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.abstract-leveldown-6.2.3",
"Red Hat JBoss Enterprise Application Platform :None.ace-builds-1.4.5",
"Red Hat JBoss Enterprise Application Platform :None.acorn-2.7.0",
"Red Hat JBoss Enterprise Application Platform :None.acorn-globals-1.0.9",
"Red Hat JBoss Enterprise Application Platform :None.agent-base-6.0.2",
"Red Hat JBoss Enterprise Application Platform :None.agentkeepalive-4.2.1",
"Red Hat JBoss Enterprise Application Platform :None.aggregate-error-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.ajv-6.10.0",
"Red Hat JBoss Enterprise Application Platform :None.amdefine-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.ansi-regex-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.ansi-regex-4.1.0",
"Red Hat JBoss Enterprise Application Platform :None.ansi-regex-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.ansi-styles-2.2.1",
"Red Hat JBoss Enterprise Application Platform :None.ansi-styles-3.2.1",
"Red Hat JBoss Enterprise Application Platform :None.aproba-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.are-we-there-yet-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.argparse-1.0.10",
"Red Hat JBoss Enterprise Application Platform :None.arr-diff-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.arr-flatten-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.arr-union-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.array-each-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.array-find-index-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.array-slice-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.array-union-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.array-uniq-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.array-unique-0.3.2",
"Red Hat JBoss Enterprise Application Platform :None.arrify-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.artemis-service.exe-None",
"Red Hat JBoss Enterprise Application Platform :None.asap-2.0.6",
"Red Hat JBoss Enterprise Application Platform :None.asn1-0.2.4",
"Red Hat JBoss Enterprise Application Platform :None.assert-plus-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.assign-symbols-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.astral-regex-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.async-1.5.2",
"Red Hat JBoss Enterprise Application Platform :None.async-2.6.2",
"Red Hat JBoss Enterprise Application Platform :None.asynckit-0.4.0",
"Red Hat JBoss Enterprise Application Platform :None.atob-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.autocompleter-4.0.2",
"Red Hat JBoss Enterprise Application Platform :None.autoprefixer-9.6.0",
"Red Hat JBoss Enterprise Application Platform :None.aws-sign2-0.7.0",
"Red Hat JBoss Enterprise Application Platform :None.aws4-1.8.0",
"Red Hat JBoss Enterprise Application Platform :None.babel-code-frame-6.26.0",
"Red Hat JBoss Enterprise Application Platform :None.babel-generator-6.26.1",
"Red Hat JBoss Enterprise Application Platform :None.babel-messages-6.23.0",
"Red Hat JBoss Enterprise Application Platform :None.babel-runtime-6.26.0",
"Red Hat JBoss Enterprise Application Platform :None.babel-traverse-6.26.0",
"Red Hat JBoss Enterprise Application Platform :None.babel-types-6.26.0",
"Red Hat JBoss Enterprise Application Platform :None.babylon-6.18.0",
"Red Hat JBoss Enterprise Application Platform :None.bail-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.balanced-match-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.base-0.11.2",
"Red Hat JBoss Enterprise Application Platform :None.base64-js-1.5.1",
"Red Hat JBoss Enterprise Application Platform :None.bcrypt-pbkdf-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.body-5.1.0",
"Red Hat JBoss Enterprise Application Platform :None.boolbase-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-3.3.7",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-3.4.1",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-datepicker-1.8.0",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-datepicker-1.9.0",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-sass-3.4.1",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-select-1.12.2",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-select-1.13.10",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-slider-10.6.1",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-slider-9.10.0",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-switch-3.3.4",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-switch-3.3.5",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-touchspin-3.1.1",
"Red Hat JBoss Enterprise Application Platform :None.brace-expansion-1.1.11",
"Red Hat JBoss Enterprise Application Platform :None.brace-expansion-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.braces-2.3.2",
"Red Hat JBoss Enterprise Application Platform :None.braces-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.browserslist-4.6.3",
"Red Hat JBoss Enterprise Application Platform :None.buffer-5.7.1",
"Red Hat JBoss Enterprise Application Platform :None.buffer-from-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.bytes-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.c3-0.4.23",
"Red Hat JBoss Enterprise Application Platform :None.c3-0.7.1",
"Red Hat JBoss Enterprise Application Platform :None.cacache-16.1.3",
"Red Hat JBoss Enterprise Application Platform :None.cache-base-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.call-me-maybe-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.caller-callsite-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.caller-path-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.callsites-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.camelcase-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.camelcase-4.1.0",
"Red Hat JBoss Enterprise Application Platform :None.camelcase-keys-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.camelcase-keys-4.2.0",
"Red Hat JBoss Enterprise Application Platform :None.caniuse-lite-1.0.30000978",
"Red Hat JBoss Enterprise Application Platform :None.caseless-0.12.0",
"Red Hat JBoss Enterprise Application Platform :None.ccount-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.chalk-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.chalk-2.4.2",
"Red Hat JBoss Enterprise Application Platform :None.character-entities-1.2.3",
"Red Hat JBoss Enterprise Application Platform :None.character-entities-html4-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.character-entities-legacy-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.character-reference-invalid-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.cheerio-0.20.0",
"Red Hat JBoss Enterprise Application Platform :None.cheerio-1.0.0-rc.2",
"Red Hat JBoss Enterprise Application Platform :None.chownr-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.class-utils-0.3.6",
"Red Hat JBoss Enterprise Application Platform :None.clean-css-4.2.1",
"Red Hat JBoss Enterprise Application Platform :None.clean-stack-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.clipboard-2.0.11",
"Red Hat JBoss Enterprise Application Platform :None.clone-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.clone-buffer-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.clone-regexp-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.coffeescript-1.10.0",
"Red Hat JBoss Enterprise Application Platform :None.collapse-white-space-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.collection-visit-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.color-convert-1.9.3",
"Red Hat JBoss Enterprise Application Platform :None.color-logger-0.0.3",
"Red Hat JBoss Enterprise Application Platform :None.color-logger-0.0.6",
"Red Hat JBoss Enterprise Application Platform :None.color-name-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.color-support-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.colors-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.combined-stream-1.0.8",
"Red Hat JBoss Enterprise Application Platform :None.commander-2.20.0",
"Red Hat JBoss Enterprise Application Platform :None.component-emitter-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.concat-map-0.0.1",
"Red Hat JBoss Enterprise Application Platform :None.console-control-strings-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.continuable-cache-0.3.1",
"Red Hat JBoss Enterprise Application Platform :None.convert-source-map-1.6.0",
"Red Hat JBoss Enterprise Application Platform :None.copy-descriptor-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.core-js-0.9.18",
"Red Hat JBoss Enterprise Application Platform :None.core-js-2.6.9",
"Red Hat JBoss Enterprise Application Platform :None.core-util-is-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.cosmiconfig-5.2.1",
"Red Hat JBoss Enterprise Application Platform :None.css-2.2.4",
"Red Hat JBoss Enterprise Application Platform :None.css-parse-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.css-select-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.css-unit-converter-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.css-what-2.1.3",
"Red Hat JBoss Enterprise Application Platform :None.cssom-0.3.6",
"Red Hat JBoss Enterprise Application Platform :None.cssstyle-0.2.37",
"Red Hat JBoss Enterprise Application Platform :None.currently-unhandled-0.4.1",
"Red Hat JBoss Enterprise Application Platform :None.d3-3.5.17",
"Red Hat JBoss Enterprise Application Platform :None.d3-5.9.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-array-1.2.4",
"Red Hat JBoss Enterprise Application Platform :None.d3-axis-1.0.12",
"Red Hat JBoss Enterprise Application Platform :None.d3-brush-1.0.6",
"Red Hat JBoss Enterprise Application Platform :None.d3-chord-1.0.6",
"Red Hat JBoss Enterprise Application Platform :None.d3-collection-1.0.7",
"Red Hat JBoss Enterprise Application Platform :None.d3-color-1.2.3",
"Red Hat JBoss Enterprise Application Platform :None.d3-contour-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-dispatch-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.d3-drag-1.2.3",
"Red Hat JBoss Enterprise Application Platform :None.d3-dsv-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.d3-ease-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.d3-fetch-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-force-1.2.1",
"Red Hat JBoss Enterprise Application Platform :None.d3-format-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-geo-1.11.6",
"Red Hat JBoss Enterprise Application Platform :None.d3-hierarchy-1.1.8",
"Red Hat JBoss Enterprise Application Platform :None.d3-interpolate-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-path-1.0.7",
"Red Hat JBoss Enterprise Application Platform :None.d3-polygon-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.d3-quadtree-1.0.6",
"Red Hat JBoss Enterprise Application Platform :None.d3-random-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-scale-2.2.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-scale-chromatic-1.3.3",
"Red Hat JBoss Enterprise Application Platform :None.d3-selection-1.4.0",
"Red Hat JBoss Enterprise Application Platform :None.d3-shape-1.3.5",
"Red Hat JBoss Enterprise Application Platform :None.d3-time-1.0.11",
"Red Hat JBoss Enterprise Application Platform :None.d3-time-format-2.1.3",
"Red Hat JBoss Enterprise Application Platform :None.d3-timer-1.0.9",
"Red Hat JBoss Enterprise Application Platform :None.d3-transition-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.d3-voronoi-1.1.4",
"Red Hat JBoss Enterprise Application Platform :None.d3-zoom-1.7.3",
"Red Hat JBoss Enterprise Application Platform :None.dashdash-1.14.1",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-1.10.16",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-1.10.19",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-bs-1.10.16",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-buttons-1.5.6",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-colreorder-1.4.1",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-colreorder-bs-1.3.3",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-keytable-2.5.0",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-select-1.2.7",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-select-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.dateformat-1.0.12",
"Red Hat JBoss Enterprise Application Platform :None.debug-2.6.9",
"Red Hat JBoss Enterprise Application Platform :None.debug-3.2.6",
"Red Hat JBoss Enterprise Application Platform :None.debug-4.1.1",
"Red Hat JBoss Enterprise Application Platform :None.debug-4.3.4",
"Red Hat JBoss Enterprise Application Platform :None.decamelize-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.decamelize-keys-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.decode-uri-component-0.2.0",
"Red Hat JBoss Enterprise Application Platform :None.deep-is-0.1.3",
"Red Hat JBoss Enterprise Application Platform :None.deferred-leveldown-5.3.0",
"Red Hat JBoss Enterprise Application Platform :None.define-property-0.2.5",
"Red Hat JBoss Enterprise Application Platform :None.define-property-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.define-property-2.0.2",
"Red Hat JBoss Enterprise Application Platform :None.delayed-stream-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.delegate-3.2.0",
"Red Hat JBoss Enterprise Application Platform :None.delegates-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.depd-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.detect-file-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.detect-indent-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.diff-3.5.0",
"Red Hat JBoss Enterprise Application Platform :None.dir-glob-2.2.2",
"Red Hat JBoss Enterprise Application Platform :None.dom-serializer-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.domelementtype-1.3.1",
"Red Hat JBoss Enterprise Application Platform :None.domhandler-2.3.0",
"Red Hat JBoss Enterprise Application Platform :None.domhandler-2.4.2",
"Red Hat JBoss Enterprise Application Platform :None.domutils-1.5.1",
"Red Hat JBoss Enterprise Application Platform :None.dot-prop-4.2.0",
"Red Hat JBoss Enterprise Application Platform :None.double-ended-queue-2.1.0-0",
"Red Hat JBoss Enterprise Application Platform :None.drmonty-datatables-colvis-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.duplexer-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.ecc-jsbn-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.electron-to-chromium-1.3.174",
"Red Hat JBoss Enterprise Application Platform :None.emoji-regex-7.0.3",
"Red Hat JBoss Enterprise Application Platform :None.emoji-regex-8.0.0",
"Red Hat JBoss Enterprise Application Platform :None.encoding-0.1.13",
"Red Hat JBoss Enterprise Application Platform :None.encoding-down-6.3.0",
"Red Hat JBoss Enterprise Application Platform :None.end-stream-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.entities-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.entities-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.env-paths-2.2.1",
"Red Hat JBoss Enterprise Application Platform :None.eonasdan-bootstrap-datetimepicker-4.17.47",
"Red Hat JBoss Enterprise Application Platform :None.err-code-2.0.3",
"Red Hat JBoss Enterprise Application Platform :None.errno-0.1.7",
"Red Hat JBoss Enterprise Application Platform :None.error-7.0.2",
"Red Hat JBoss Enterprise Application Platform :None.error-ex-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.escape-html-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.escape-html-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.escape-string-regexp-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.escodegen-1.11.1",
"Red Hat JBoss Enterprise Application Platform :None.escodegen-1.7.0",
"Red Hat JBoss Enterprise Application Platform :None.esdoc-0.4.8",
"Red Hat JBoss Enterprise Application Platform :None.esdoc-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.espree-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.esprima-1.2.5",
"Red Hat JBoss Enterprise Application Platform :None.esprima-3.1.3",
"Red Hat JBoss Enterprise Application Platform :None.esprima-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.estraverse-1.9.3",
"Red Hat JBoss Enterprise Application Platform :None.estraverse-4.1.0",
"Red Hat JBoss Enterprise Application Platform :None.estraverse-4.2.0",
"Red Hat JBoss Enterprise Application Platform :None.esutils-2.0.2",
"Red Hat JBoss Enterprise Application Platform :None.event-target-shim-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.eventemitter2-0.4.14",
"Red Hat JBoss Enterprise Application Platform :None.execall-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.exit-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.expand-brackets-2.1.4",
"Red Hat JBoss Enterprise Application Platform :None.expand-tilde-2.0.2",
"Red Hat JBoss Enterprise Application Platform :None.extend-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.extend-shallow-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.extend-shallow-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.extglob-2.0.4",
"Red Hat JBoss Enterprise Application Platform :None.extsprintf-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.fast-deep-equal-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.fast-glob-2.2.7",
"Red Hat JBoss Enterprise Application Platform :None.fast-json-stable-stringify-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.fast-levenshtein-1.0.7",
"Red Hat JBoss Enterprise Application Platform :None.fast-levenshtein-2.0.6",
"Red Hat JBoss Enterprise Application Platform :None.faye-websocket-0.10.0",
"Red Hat JBoss Enterprise Application Platform :None.fetch-cookie-0.11.0",
"Red Hat JBoss Enterprise Application Platform :None.figures-1.7.0",
"Red Hat JBoss Enterprise Application Platform :None.file-entry-cache-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.file-sync-cmp-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.fill-range-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.fill-range-7.0.1",
"Red Hat JBoss Enterprise Application Platform :None.find-up-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.find-up-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.findup-sync-0.3.0",
"Red Hat JBoss Enterprise Application Platform :None.findup-sync-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.fined-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.flagged-respawn-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.flat-cache-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.flatted-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.font-awesome-4.7.0",
"Red Hat JBoss Enterprise Application Platform :None.font-awesome-sass-4.7.0",
"Red Hat JBoss Enterprise Application Platform :None.for-in-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.for-own-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.forever-agent-0.6.1",
"Red Hat JBoss Enterprise Application Platform :None.form-data-2.3.3",
"Red Hat JBoss Enterprise Application Platform :None.fragment-cache-0.2.1",
"Red Hat JBoss Enterprise Application Platform :None.fs-extra-0.26.5",
"Red Hat JBoss Enterprise Application Platform :None.fs-extra-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.fs-minipass-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.fs.realpath-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.gauge-4.0.4",
"Red Hat JBoss Enterprise Application Platform :None.gaze-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.get-stdin-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.get-stdin-7.0.0",
"Red Hat JBoss Enterprise Application Platform :None.get-value-2.0.6",
"Red Hat JBoss Enterprise Application Platform :None.getobject-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.getpass-0.1.7",
"Red Hat JBoss Enterprise Application Platform :None.glob-5.0.15",
"Red Hat JBoss Enterprise Application Platform :None.glob-7.0.6",
"Red Hat JBoss Enterprise Application Platform :None.glob-7.1.4",
"Red Hat JBoss Enterprise Application Platform :None.glob-7.2.3",
"Red Hat JBoss Enterprise Application Platform :None.glob-8.0.3",
"Red Hat JBoss Enterprise Application Platform :None.glob-parent-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.glob-to-regexp-0.3.0",
"Red Hat JBoss Enterprise Application Platform :None.global-modules-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.global-modules-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.global-prefix-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.global-prefix-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.globals-11.12.0",
"Red Hat JBoss Enterprise Application Platform :None.globals-9.18.0",
"Red Hat JBoss Enterprise Application Platform :None.globby-9.2.0",
"Red Hat JBoss Enterprise Application Platform :None.globjoin-0.1.4",
"Red Hat JBoss Enterprise Application Platform :None.globule-1.2.1",
"Red Hat JBoss Enterprise Application Platform :None.gonzales-pe-4.2.4",
"Red Hat JBoss Enterprise Application Platform :None.good-listener-1.2.2",
"Red Hat JBoss Enterprise Application Platform :None.google-code-prettify-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.graceful-fs-4.2.10",
"Red Hat JBoss Enterprise Application Platform :None.grunt-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.grunt-cli-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-cli-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-clean-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-concat-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-copy-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-cssmin-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-less-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-watch-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-css-count-0.3.2",
"Red Hat JBoss Enterprise Application Platform :None.grunt-esdoc-0.0.4",
"Red Hat JBoss Enterprise Application Platform :None.grunt-known-options-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.grunt-legacy-log-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-legacy-log-utils-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.grunt-legacy-util-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.grunt-postcss-0.9.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-stylelint-0.11.0",
"Red Hat JBoss Enterprise Application Platform :None.gzip-size-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.har-schema-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.har-validator-5.1.3",
"Red Hat JBoss Enterprise Application Platform :None.has-ansi-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.has-flag-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.has-unicode-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.has-value-0.3.1",
"Red Hat JBoss Enterprise Application Platform :None.has-value-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.has-values-0.1.4",
"Red Hat JBoss Enterprise Application Platform :None.has-values-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.homedir-polyfill-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.hooker-0.2.3",
"Red Hat JBoss Enterprise Application Platform :None.hosted-git-info-2.7.1",
"Red Hat JBoss Enterprise Application Platform :None.html-tags-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.htmlparser2-3.10.1",
"Red Hat JBoss Enterprise Application Platform :None.htmlparser2-3.8.3",
"Red Hat JBoss Enterprise Application Platform :None.http-cache-semantics-4.1.0",
"Red Hat JBoss Enterprise Application Platform :None.http-parser-js-0.4.10",
"Red Hat JBoss Enterprise Application Platform :None.http-proxy-agent-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.http-signature-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.https-proxy-agent-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.humanize-ms-1.2.1",
"Red Hat JBoss Enterprise Application Platform :None.ice-cap-0.0.4",
"Red Hat JBoss Enterprise Application Platform :None.iconv-lite-0.4.24",
"Red Hat JBoss Enterprise Application Platform :None.iconv-lite-0.6.3",
"Red Hat JBoss Enterprise Application Platform :None.ieee754-1.2.1",
"Red Hat JBoss Enterprise Application Platform :None.ignore-4.0.6",
"Red Hat JBoss Enterprise Application Platform :None.ignore-5.1.2",
"Red Hat JBoss Enterprise Application Platform :None.image-size-0.5.5",
"Red Hat JBoss Enterprise Application Platform :None.immediate-3.3.0",
"Red Hat JBoss Enterprise Application Platform :None.import-fresh-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.import-lazy-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.imurmurhash-0.1.4",
"Red Hat JBoss Enterprise Application Platform :None.indent-string-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.indent-string-3.2.0",
"Red Hat JBoss Enterprise Application Platform :None.indent-string-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.indexes-of-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.infer-owner-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.inflight-1.0.6",
"Red Hat JBoss Enterprise Application Platform :None.inherits-2.0.4",
"Red Hat JBoss Enterprise Application Platform :None.ini-1.3.5",
"Red Hat JBoss Enterprise Application Platform :None.interpret-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.invariant-2.2.4",
"Red Hat JBoss Enterprise Application Platform :None.ip-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-absolute-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-accessor-descriptor-0.1.6",
"Red Hat JBoss Enterprise Application Platform :None.is-accessor-descriptor-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-alphabetical-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-alphanumeric-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-alphanumerical-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-arrayish-0.2.1",
"Red Hat JBoss Enterprise Application Platform :None.is-buffer-1.1.6",
"Red Hat JBoss Enterprise Application Platform :None.is-buffer-2.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-data-descriptor-0.1.4",
"Red Hat JBoss Enterprise Application Platform :None.is-data-descriptor-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-decimal-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-descriptor-0.1.6",
"Red Hat JBoss Enterprise Application Platform :None.is-descriptor-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.is-directory-0.3.1",
"Red Hat JBoss Enterprise Application Platform :None.is-extendable-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.is-extendable-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.is-extglob-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.is-finite-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.is-fullwidth-code-point-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-fullwidth-code-point-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-glob-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.is-glob-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.is-hexadecimal-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-lambda-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.is-number-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-number-7.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-obj-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.is-plain-obj-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.is-plain-object-2.0.4",
"Red Hat JBoss Enterprise Application Platform :None.is-regexp-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.is-relative-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-typedarray-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-unc-path-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-utf8-0.2.1",
"Red Hat JBoss Enterprise Application Platform :None.is-whitespace-character-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-windows-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.is-word-character-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.isarray-0.0.1",
"Red Hat JBoss Enterprise Application Platform :None.isarray-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.isexe-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.isobject-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.isobject-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.isstream-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.jansi.dll-None",
"Red Hat JBoss Enterprise Application Platform :None.jboss-eap-7.4.15-runtime-maven-repository.zip-None",
"Red Hat JBoss Enterprise Application Platform :None.jquery-3.2.1",
"Red Hat JBoss Enterprise Application Platform :None.jquery-3.6.1",
"Red Hat JBoss Enterprise Application Platform :None.jquery-match-height-0.7.2",
"Red Hat JBoss Enterprise Application Platform :None.js-cookie-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.js-tokens-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.js-tokens-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.js-yaml-3.13.1",
"Red Hat JBoss Enterprise Application Platform :None.jsbn-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.jsdom-7.2.2",
"Red Hat JBoss Enterprise Application Platform :None.jsesc-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.jsesc-2.5.2",
"Red Hat JBoss Enterprise Application Platform :None.json-parse-better-errors-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.json-schema-0.2.3",
"Red Hat JBoss Enterprise Application Platform :None.json-schema-traverse-0.4.1",
"Red Hat JBoss Enterprise Application Platform :None.json-stringify-safe-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.json5-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.jsonfile-2.4.0",
"Red Hat JBoss Enterprise Application Platform :None.jsonfile-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.jsprim-1.4.1",
"Red Hat JBoss Enterprise Application Platform :None.jstree-3.3.8",
"Red Hat JBoss Enterprise Application Platform :None.kind-of-3.2.2",
"Red Hat JBoss Enterprise Application Platform :None.kind-of-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.kind-of-5.1.0",
"Red Hat JBoss Enterprise Application Platform :None.kind-of-6.0.2",
"Red Hat JBoss Enterprise Application Platform :None.klaw-1.3.1",
"Red Hat JBoss Enterprise Application Platform :None.known-css-properties-0.14.0",
"Red Hat JBoss Enterprise Application Platform :None.less-3.9.0",
"Red Hat JBoss Enterprise Application Platform :None.level-6.0.1",
"Red Hat JBoss Enterprise Application Platform :None.level-codec-9.0.2",
"Red Hat JBoss Enterprise Application Platform :None.level-concat-iterator-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.level-errors-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.level-iterator-stream-4.0.2",
"Red Hat JBoss Enterprise Application Platform :None.level-js-5.0.2",
"Red Hat JBoss Enterprise Application Platform :None.level-packager-5.1.1",
"Red Hat JBoss Enterprise Application Platform :None.level-supports-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.level-write-stream-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.leveldown-5.6.0",
"Red Hat JBoss Enterprise Application Platform :None.levelup-4.4.0",
"Red Hat JBoss Enterprise Application Platform :None.leven-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.levn-0.2.5",
"Red Hat JBoss Enterprise Application Platform :None.levn-0.3.0",
"Red Hat JBoss Enterprise Application Platform :None.libjansi.so-None",
"Red Hat JBoss Enterprise Application Platform :None.libnetty_transport_native_epoll_x86_64.so-None",
"Red Hat JBoss Enterprise Application Platform :None.liftoff-2.5.0",
"Red Hat JBoss Enterprise Application Platform :None.livereload-js-2.4.0",
"Red Hat JBoss Enterprise Application Platform :None.load-json-file-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.load-json-file-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.locate-path-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.lodash-4.17.11",
"Red Hat JBoss Enterprise Application Platform :None.log-symbols-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.log-symbols-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.longest-streak-2.0.3",
"Red Hat JBoss Enterprise Application Platform :None.loose-envify-1.4.0",
"Red Hat JBoss Enterprise Application Platform :None.loud-rejection-1.6.0",
"Red Hat JBoss Enterprise Application Platform :None.lru-cache-6.0.0",
"Red Hat JBoss Enterprise Application Platform :None.lru-cache-7.14.0",
"Red Hat JBoss Enterprise Application Platform :None.ltgt-2.2.1",
"Red Hat JBoss Enterprise Application Platform :None.make-fetch-happen-10.2.1",
"Red Hat JBoss Enterprise Application Platform :None.make-iterator-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.map-cache-0.2.2",
"Red Hat JBoss Enterprise Application Platform :None.map-obj-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.map-obj-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.map-visit-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.markdown-escapes-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.markdown-table-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.marked-0.3.19",
"Red Hat JBoss Enterprise Application Platform :None.marked-0.3.5",
"Red Hat JBoss Enterprise Application Platform :None.marked-0.7.0",
"Red Hat JBoss Enterprise Application Platform :None.matchdep-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.mathml-tag-names-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.maxmin-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.mdast-util-compact-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.meow-3.7.0",
"Red Hat JBoss Enterprise Application Platform :None.meow-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.merge2-1.2.3",
"Red Hat JBoss Enterprise Application Platform :None.micromatch-3.1.10",
"Red Hat JBoss Enterprise Application Platform :None.micromatch-4.0.2",
"Red Hat JBoss Enterprise Application Platform :None.mime-1.6.0",
"Red Hat JBoss Enterprise Application Platform :None.mime-db-1.40.0",
"Red Hat JBoss Enterprise Application Platform :None.mime-types-2.1.24",
"Red Hat JBoss Enterprise Application Platform :None.minimatch-3.0.4",
"Red Hat JBoss Enterprise Application Platform :None.minimatch-3.1.2",
"Red Hat JBoss Enterprise Application Platform :None.minimatch-5.1.0",
"Red Hat JBoss Enterprise Application Platform :None.minimist-0.0.8",
"Red Hat JBoss Enterprise Application Platform :None.minimist-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.minimist-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.minimist-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.minimist-1.2.6",
"Red Hat JBoss Enterprise Application Platform :None.minimist-options-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.minipass-3.3.4",
"Red Hat JBoss Enterprise Application Platform :None.minipass-collect-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.minipass-fetch-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.minipass-flush-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.minipass-pipeline-1.2.4",
"Red Hat JBoss Enterprise Application Platform :None.minipass-sized-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.minizlib-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.mixin-deep-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.mkdirp-0.5.1",
"Red Hat JBoss Enterprise Application Platform :None.mkdirp-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.moment-2.29.4",
"Red Hat JBoss Enterprise Application Platform :None.moment-timezone-0.4.1",
"Red Hat JBoss Enterprise Application Platform :None.ms-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.ms-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.nanomatch-1.2.13",
"Red Hat JBoss Enterprise Application Platform :None.napi-macros-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.negotiator-0.6.3",
"Red Hat JBoss Enterprise Application Platform :None.node-fetch-2.6.7",
"Red Hat JBoss Enterprise Application Platform :None.node-gyp-9.2.0",
"Red Hat JBoss Enterprise Application Platform :None.node-gyp-build-4.1.1",
"Red Hat JBoss Enterprise Application Platform :None.node-releases-1.1.23",
"Red Hat JBoss Enterprise Application Platform :None.nopt-3.0.6",
"Red Hat JBoss Enterprise Application Platform :None.nopt-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.nopt-6.0.0",
"Red Hat JBoss Enterprise Application Platform :None.normalize-package-data-2.5.0",
"Red Hat JBoss Enterprise Application Platform :None.normalize-range-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.normalize-selector-0.2.0",
"Red Hat JBoss Enterprise Application Platform :None.npmlog-6.0.2",
"Red Hat JBoss Enterprise Application Platform :None.nth-check-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.num2fraction-1.2.2",
"Red Hat JBoss Enterprise Application Platform :None.number-is-nan-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.nwmatcher-1.4.4",
"Red Hat JBoss Enterprise Application Platform :None.oauth-sign-0.9.0",
"Red Hat JBoss Enterprise Application Platform :None.object-assign-4.1.1",
"Red Hat JBoss Enterprise Application Platform :None.object-copy-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.object-visit-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.object.defaults-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.object.map-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.object.pick-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.once-1.4.0",
"Red Hat JBoss Enterprise Application Platform :None.optionator-0.5.0",
"Red Hat JBoss Enterprise Application Platform :None.optionator-0.8.2",
"Red Hat JBoss Enterprise Application Platform :None.os-homedir-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.os-tmpdir-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.osenv-0.1.5",
"Red Hat JBoss Enterprise Application Platform :None.p-limit-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.p-locate-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.p-map-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.p-try-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.parse-entities-1.2.2",
"Red Hat JBoss Enterprise Application Platform :None.parse-filepath-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.parse-json-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.parse-json-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.parse-passwd-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.parse5-1.5.1",
"Red Hat JBoss Enterprise Application Platform :None.parse5-3.0.3",
"Red Hat JBoss Enterprise Application Platform :None.pascalcase-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.path-dirname-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.path-exists-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.path-exists-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.path-is-absolute-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.path-parse-1.0.6",
"Red Hat JBoss Enterprise Application Platform :None.path-root-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.path-root-regex-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.path-type-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.path-type-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.patternfly-3.59.2",
"Red Hat JBoss Enterprise Application Platform :None.patternfly-bootstrap-combobox-1.1.7",
"Red Hat JBoss Enterprise Application Platform :None.patternfly-bootstrap-treeview-2.1.5",
"Red Hat JBoss Enterprise Application Platform :None.performance-now-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.picomatch-2.0.7",
"Red Hat JBoss Enterprise Application Platform :None.pify-2.3.0",
"Red Hat JBoss Enterprise Application Platform :None.pify-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.pify-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.pinkie-2.0.4",
"Red Hat JBoss Enterprise Application Platform :None.pinkie-promise-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.pixrem-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.pom.xml-None",
"Red Hat JBoss Enterprise Application Platform :None.posix-character-classes-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-6.0.23",
"Red Hat JBoss Enterprise Application Platform :None.postcss-7.0.17",
"Red Hat JBoss Enterprise Application Platform :None.postcss-html-0.36.0",
"Red Hat JBoss Enterprise Application Platform :None.postcss-jsx-0.36.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-less-3.1.4",
"Red Hat JBoss Enterprise Application Platform :None.postcss-markdown-0.36.0",
"Red Hat JBoss Enterprise Application Platform :None.postcss-media-query-parser-0.2.3",
"Red Hat JBoss Enterprise Application Platform :None.postcss-reporter-6.0.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-resolve-nested-selector-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-safe-parser-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-sass-0.3.5",
"Red Hat JBoss Enterprise Application Platform :None.postcss-scss-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.postcss-selector-parser-3.1.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-syntax-0.36.2",
"Red Hat JBoss Enterprise Application Platform :None.postcss-value-parser-3.3.1",
"Red Hat JBoss Enterprise Application Platform :None.pouchdb-8.0.1",
"Red Hat JBoss Enterprise Application Platform :None.prelude-ls-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.pretty-bytes-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.promise-7.3.1",
"Red Hat JBoss Enterprise Application Platform :None.promise-inflight-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.promise-polyfill-8.1.3",
"Red Hat JBoss Enterprise Application Platform :None.promise-retry-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.prr-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.psl-1.1.33",
"Red Hat JBoss Enterprise Application Platform :None.punycode-1.4.1",
"Red Hat JBoss Enterprise Application Platform :None.punycode-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.qs-6.5.2",
"Red Hat JBoss Enterprise Application Platform :None.querystringify-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.quick-lru-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.raw-body-1.1.7",
"Red Hat JBoss Enterprise Application Platform :None.read-pkg-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.read-pkg-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.read-pkg-up-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.read-pkg-up-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.readable-stream-0.0.4",
"Red Hat JBoss Enterprise Application Platform :None.readable-stream-1.1.14",
"Red Hat JBoss Enterprise Application Platform :None.readable-stream-3.4.0",
"Red Hat JBoss Enterprise Application Platform :None.readable-stream-3.6.0",
"Red Hat JBoss Enterprise Application Platform :None.readable-stream-3.6.2",
"Red Hat JBoss Enterprise Application Platform :None.rechoir-0.6.2",
"Red Hat JBoss Enterprise Application Platform :None.redent-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.redent-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.reduce-css-calc-2.1.6",
"Red Hat JBoss Enterprise Application Platform :None.regenerator-runtime-0.11.1",
"Red Hat JBoss Enterprise Application Platform :None.regex-not-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.remark-10.0.1",
"Red Hat JBoss Enterprise Application Platform :None.remark-parse-6.0.3",
"Red Hat JBoss Enterprise Application Platform :None.remark-stringify-6.0.4",
"Red Hat JBoss Enterprise Application Platform :None.repeat-element-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.repeat-string-1.6.1",
"Red Hat JBoss Enterprise Application Platform :None.repeating-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.replace-ext-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.request-2.88.0",
"Red Hat JBoss Enterprise Application Platform :None.requires-port-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.resolve-1.1.7",
"Red Hat JBoss Enterprise Application Platform :None.resolve-1.11.1",
"Red Hat JBoss Enterprise Application Platform :None.resolve-dir-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.resolve-from-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.resolve-from-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.resolve-url-0.2.1",
"Red Hat JBoss Enterprise Application Platform :None.ret-0.1.15",
"Red Hat JBoss Enterprise Application Platform :None.retry-0.12.0",
"Red Hat JBoss Enterprise Application Platform :None.rimraf-2.6.3",
"Red Hat JBoss Enterprise Application Platform :None.rimraf-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.rw-1.3.3",
"Red Hat JBoss Enterprise Application Platform :None.safe-buffer-5.1.2",
"Red Hat JBoss Enterprise Application Platform :None.safe-json-parse-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.safe-regex-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.safer-buffer-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.sax-1.2.4",
"Red Hat JBoss Enterprise Application Platform :None.select-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.semver-5.7.2",
"Red Hat JBoss Enterprise Application Platform :None.semver-7.5.4",
"Red Hat JBoss Enterprise Application Platform :None.set-blocking-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.set-value-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.signal-exit-3.0.7",
"Red Hat JBoss Enterprise Application Platform :None.slash-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.slash-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.slice-ansi-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.smart-buffer-4.2.0",
"Red Hat JBoss Enterprise Application Platform :None.snapdragon-0.8.2",
"Red Hat JBoss Enterprise Application Platform :None.snapdragon-node-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.snapdragon-util-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.socks-2.7.1",
"Red Hat JBoss Enterprise Application Platform :None.socks-proxy-agent-7.0.0",
"Red Hat JBoss Enterprise Application Platform :None.source-map-0.2.0",
"Red Hat JBoss Enterprise Application Platform :None.source-map-0.5.7",
"Red Hat JBoss Enterprise Application Platform :None.source-map-0.6.1",
"Red Hat JBoss Enterprise Application Platform :None.source-map-resolve-0.5.2",
"Red Hat JBoss Enterprise Application Platform :None.source-map-url-0.4.0",
"Red Hat JBoss Enterprise Application Platform :None.spark-md5-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.spdx-correct-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.spdx-exceptions-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.spdx-expression-parse-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.spdx-license-ids-3.0.4",
"Red Hat JBoss Enterprise Application Platform :None.specificity-0.4.1",
"Red Hat JBoss Enterprise Application Platform :None.split-string-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.sprintf-js-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.sprintf-js-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.sshpk-1.16.1",
"Red Hat JBoss Enterprise Application Platform :None.ssri-9.0.1",
"Red Hat JBoss Enterprise Application Platform :None.stack-trace-0.0.10",
"Red Hat JBoss Enterprise Application Platform :None.state-toggle-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.static-extend-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.string-template-0.2.1",
"Red Hat JBoss Enterprise Application Platform :None.string-width-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.string-width-4.2.3",
"Red Hat JBoss Enterprise Application Platform :None.string_decoder-0.10.31",
"Red Hat JBoss Enterprise Application Platform :None.string_decoder-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.stringify-entities-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.strip-ansi-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.strip-ansi-5.2.0",
"Red Hat JBoss Enterprise Application Platform :None.strip-ansi-6.0.1",
"Red Hat JBoss Enterprise Application Platform :None.strip-bom-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.strip-bom-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.strip-indent-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.strip-indent-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.style-search-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.stylelint-10.1.0",
"Red Hat JBoss Enterprise Application Platform :None.sugarss-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.supports-color-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.supports-color-5.5.0",
"Red Hat JBoss Enterprise Application Platform :None.supports-color-6.1.0",
"Red Hat JBoss Enterprise Application Platform :None.svg-tags-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.symbol-tree-3.2.4",
"Red Hat JBoss Enterprise Application Platform :None.table-5.4.1",
"Red Hat JBoss Enterprise Application Platform :None.taffydb-2.7.2",
"Red Hat JBoss Enterprise Application Platform :None.taffydb-2.7.3",
"Red Hat JBoss Enterprise Application Platform :None.tar-6.1.11",
"Red Hat JBoss Enterprise Application Platform :None.through2-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.tiny-emitter-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.tiny-lr-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.to-fast-properties-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.to-fast-properties-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.to-object-path-0.3.0",
"Red Hat JBoss Enterprise Application Platform :None.to-regex-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.to-regex-range-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.to-regex-range-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.tough-cookie-2.4.3",
"Red Hat JBoss Enterprise Application Platform :None.tough-cookie-2.5.0",
"Red Hat JBoss Enterprise Application Platform :None.tough-cookie-4.1.3",
"Red Hat JBoss Enterprise Application Platform :None.tr46-0.0.3",
"Red Hat JBoss Enterprise Application Platform :None.trim-0.0.1",
"Red Hat JBoss Enterprise Application Platform :None.trim-newlines-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.trim-newlines-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.trim-right-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.trim-trailing-lines-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.trough-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.tunnel-agent-0.6.0",
"Red Hat JBoss Enterprise Application Platform :None.tweetnacl-0.14.5",
"Red Hat JBoss Enterprise Application Platform :None.type-check-0.3.2",
"Red Hat JBoss Enterprise Application Platform :None.unc-path-regex-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.underscore.string-3.3.5",
"Red Hat JBoss Enterprise Application Platform :None.unherit-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.unified-7.1.0",
"Red Hat JBoss Enterprise Application Platform :None.union-value-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.uniq-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.unique-filename-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.unique-slug-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-find-all-after-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-is-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-remove-position-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-stringify-position-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-visit-1.4.1",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-visit-parents-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.universalify-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.universalify-0.2.0",
"Red Hat JBoss Enterprise Application Platform :None.unset-value-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.uri-js-4.2.2",
"Red Hat JBoss Enterprise Application Platform :None.urix-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.url-parse-1.5.10",
"Red Hat JBoss Enterprise Application Platform :None.use-3.1.1",
"Red Hat JBoss Enterprise Application Platform :None.util-deprecate-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.uuid-3.3.2",
"Red Hat JBoss Enterprise Application Platform :None.uuid-8.3.2",
"Red Hat JBoss Enterprise Application Platform :None.v8flags-3.1.3",
"Red Hat JBoss Enterprise Application Platform :None.validate-npm-package-license-3.0.4",
"Red Hat JBoss Enterprise Application Platform :None.verror-1.10.0",
"Red Hat JBoss Enterprise Application Platform :None.vfile-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.vfile-location-2.0.5",
"Red Hat JBoss Enterprise Application Platform :None.vfile-message-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.vuvuzela-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.webidl-conversions-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.webidl-conversions-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.websocket-driver-0.7.3",
"Red Hat JBoss Enterprise Application Platform :None.websocket-extensions-0.1.3",
"Red Hat JBoss Enterprise Application Platform :None.whatwg-fetch-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.whatwg-url-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.whatwg-url-compat-0.6.5",
"Red Hat JBoss Enterprise Application Platform :None.which-1.3.1",
"Red Hat JBoss Enterprise Application Platform :None.which-2.0.2",
"Red Hat JBoss Enterprise Application Platform :None.wide-align-1.1.5",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-cli-15.0.33.Final-redhat-00001-client.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-cli-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-controller-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-controller-client-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-core-management-client-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-core-management-subsystem-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-core-security-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-core-security-api-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-deployment-repository-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-deployment-scanner-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-discovery-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-domain-http-error-context-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-domain-http-interface-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-domain-management-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-elytron-integration-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-elytron-tool-wrapper-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-embedded-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-event-logger-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-host-controller-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-io-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-jmx-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-launcher-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-logging-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-management-client-content-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-network-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-patching-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-platform-mbean-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-process-controller-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-protocol-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-remoting-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-request-controller-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-security-manager-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-server-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-threads-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-version-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wordwrap-0.0.3",
"Red Hat JBoss Enterprise Application Platform :None.wordwrap-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.wrappy-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.write-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.write-stream-0.4.3",
"Red Hat JBoss Enterprise Application Platform :None.x-is-string-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.xml-name-validator-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.xtend-4.0.2",
"Red Hat JBoss Enterprise Application Platform :None.yallist-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.yargs-parser-10.1.0",
"Red Hat JBoss Enterprise Application Platform :antlr.antlr-2.7.7.redhat-7.jar",
"Red Hat JBoss Enterprise Application Platform :antlr.antlr-2.7.7.redhat-7.pom",
"Red Hat JBoss Enterprise Application Platform :ch.qos.cal10n.cal10n-api-0.8.1.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :ch.qos.cal10n.cal10n-api-0.8.1.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.classmate-1.5.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.classmate-1.5.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-annotations-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-annotations-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-annotations-2.13.4.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-core-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-core-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-core-2.13.4.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-databind-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-databind-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-databind-2.13.4.2-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.woodstox.woodstox-core-6.4.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.ben-manes.caffeine.caffeine-2.8.8.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.fge.btf-1.2.0.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.fge.jackson-coreutils-1.8.0.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.fge.json-patch-1.9.0.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.fge.msg-simple-1.1.0.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.spullara.mustache.java.compiler-0.9.6.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.spullara.mustache.java.compiler-0.9.6.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.google.code.gson.gson-2.8.5.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :com.google.code.gson.gson-2.8.9.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.google.code.gson.gson-2.8.9.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.google.guava.failureaccess-1.0.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.google.guava.failureaccess-1.0.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :com.google.guava.guava-32.1.1.jre-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.google.guava.guava-32.1.1.jre-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.googlecode.javaewah.JavaEWAH-1.1.7.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.googlecode.javaewah.JavaEWAH-1.1.7.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.h2database.h2-1.4.197.redhat-00004.jar",
"Red Hat JBoss Enterprise Application Platform :com.h2database.h2-1.4.197.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :com.h2database.h2-1.4.197.redhat-00004.zip",
"Red Hat JBoss Enterprise Application Platform :com.microsoft.azure.azure-storage-8.6.6.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.microsoft.azure.azure-storage-8.6.6.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.redhat.insights.runtimes-java-api-1.1.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.redhat.insights.runtimes-java-api-1.1.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.squareup.protoparser-4.0.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.activation.jakarta.activation-1.2.2.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.activation.jakarta.activation-1.2.2.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.faces.jsf-impl-2.3.14.SP08-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.faces.jsf-impl-2.3.14.SP08-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-runtime-3.0.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-runtime-3.0.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-tools-3.0.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-tools-3.0.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.mail.jakarta.mail-1.6.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.mail.jakarta.mail-1.6.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.relaxng-datatype-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.relaxng-datatype-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.rngom-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.rngom-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.jaxb.isorelax-20090621.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.fastinfoset.FastInfoset-1.2.13.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.fastinfoset.FastInfoset-1.2.13.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.messaging.saaj.saaj-impl-1.4.1.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.messaging.saaj.saaj-impl-1.4.1.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-beanutils.commons-beanutils-1.9.4.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :commons-beanutils.commons-beanutils-1.9.4.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :commons-cli.commons-cli-1.2.0.redhat-10.pom",
"Red Hat JBoss Enterprise Application Platform :commons-cli.commons-cli-1.4.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :commons-cli.commons-cli-1.4.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-codec.commons-codec-1.11.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-codec.commons-codec-1.15.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :commons-codec.commons-codec-1.15.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-collections.commons-collections-3.2.2.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :commons-collections.commons-collections-3.2.2.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :commons-io.commons-io-2.10.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :commons-io.commons-io-2.10.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-io.commons-io-2.8.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-lang.commons-lang-2.6.0.redhat-7.jar",
"Red Hat JBoss Enterprise Application Platform :commons-lang.commons-lang-2.6.0.redhat-7.pom",
"Red Hat JBoss Enterprise Application Platform :commons-logging.commons-logging-1.2.0.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :gnu.getopt.java-getopt-1.0.13.redhat-5.jar",
"Red Hat JBoss Enterprise Application Platform :gnu.getopt.java-getopt-1.0.13.redhat-5.pom",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-api-1.3.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-api-1.3.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-narayana-1.3.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-narayana-1.3.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-pool-1.3.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-pool-1.3.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-buffer-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-buffer-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-dns-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-dns-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-haproxy-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-haproxy-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http2-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http2-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-memcache-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-memcache-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-mqtt-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-mqtt-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-redis-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-redis-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-smtp-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-smtp-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-socks-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-socks-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-stomp-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-stomp-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-xml-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-xml-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-common-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-proxy-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-proxy-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-classes-macos-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-classes-macos-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-tcnative-classes-2.0.52.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-tcnative-classes-2.0.52.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-epoll-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-epoll-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-kqueue-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-kqueue-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-epoll-4.1.94.Final-redhat-00003-linux-x86_64.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-epoll-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-unix-common-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-unix-common-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-rxtx-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-rxtx-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-sctp-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-sctp-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-udt-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-udt-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.reactivex.rxjava2.rxjava-2.2.20.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.reactivex.rxjava3.rxjava-3.0.9.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.jastow.jastow-2.0.14.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.jastow.jastow-2.0.14.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.undertow.js.undertow-js-1.0.2.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.js.undertow-js-1.0.2.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-core-2.2.28.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-core-2.2.28.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-servlet-2.2.28.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-servlet-2.2.28.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-websockets-jsr-2.2.28.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-websockets-jsr-2.2.28.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.enterprise.jakarta.enterprise.cdi-api-2.0.2.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.enterprise.jakarta.enterprise.cdi-api-2.0.2.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.inject.jakarta.inject-api-1.0.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.inject.jakarta.inject-api-1.0.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.json.bind.jakarta.json.bind-api-1.0.2.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.json.bind.jakarta.json.bind-api-1.0.2.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.json.jakarta.json-api-1.1.6.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.json.jakarta.json-api-1.1.6.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.persistence.jakarta.persistence-api-2.2.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.persistence.jakarta.persistence-api-2.2.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.security.enterprise.jakarta.security.enterprise-api-1.0.2.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.security.enterprise.jakarta.security.enterprise-api-1.0.2.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.validation.jakarta.validation-api-2.0.2.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.validation.jakarta.validation-api-2.0.2.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :javax.jws.jsr181-api-1.0.0.MR1-redhat-8.jar",
"Red Hat JBoss Enterprise Application Platform :javax.jws.jsr181-api-1.0.0.MR1-redhat-8.pom",
"Red Hat JBoss Enterprise Application Platform :jaxen.jaxen-1.1.6.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :jaxen.jaxen-1.1.6.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :jboss.jaxbintros.jboss-jaxb-intros-1.0.3.GA-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jboss.jaxbintros.jboss-jaxb-intros-1.0.3.GA-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :joda-time.joda-time-2.9.7.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :joda-time.joda-time-2.9.7.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :net.bytebuddy.byte-buddy-1.11.12.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :net.bytebuddy.byte-buddy-dep-1.11.12.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :net.java.dev.msv.xsdlib-2013.6.1.pom",
"Red Hat JBoss Enterprise Application Platform :net.jcip.jcip-annotations-1.0.0.redhat-8.jar",
"Red Hat JBoss Enterprise Application Platform :net.jcip.jcip-annotations-1.0.0.redhat-8.pom",
"Red Hat JBoss Enterprise Application Platform :net.shibboleth.utilities.java-support-7.3.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :net.shibboleth.utilities.java-support-7.3.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-2.4.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-2.4.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-extensions-1.8.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-extensions-1.8.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.aesh.readline-2.2.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.aesh.readline-2.2.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.aesh.terminal-api-2.2.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.activemq-artemis-native-1.0.2.redhat-00004.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.activemq-artemis-native-1.0.2.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-cli-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-cli-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-commons-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-commons-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-core-client-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-core-client-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-dto-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-dto-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hornetq-protocol-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hornetq-protocol-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hqclient-protocol-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hqclient-protocol-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jdbc-store-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jdbc-store-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-client-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-client-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-server-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-server-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-journal-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-journal-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-ra-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-ra-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-selector-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-selector-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-server-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-server-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-service-extensions-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-service-extensions-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-tools-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-tools-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-i686-1.0.2-redhat-00001.so",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-ppc64le-1.0.2-redhat-00001.so",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-s390x-1.0.2-redhat-00001.so",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-x86_64-1.0.2-redhat-00001.so",
"Red Hat JBoss Enterprise Application Platform :org.apache.avro.avro-1.11.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.avro.avro-1.11.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.commons.commons-lang3-3.11.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.commons.commons-lang3-3.11.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-core-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-core-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-coloc-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-coloc-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-soap-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-soap-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-xml-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-xml-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-aegis-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-aegis-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-jaxb-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-jaxb-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-clustering-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-clustering-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-logging-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-logging-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-jaxws-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-jaxws-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-simple-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-simple-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-management-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-management-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-saml-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-saml-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-hc-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-hc-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-jms-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-jms-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-local-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-local-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-addr-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-addr-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-mex-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-mex-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-policy-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-policy-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-rm-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-rm-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-security-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-security-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-wsdl-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-wsdl-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-common-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-common-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-java2ws-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-java2ws-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-validator-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-validator-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-core-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-core-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-databinding-jaxb-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-databinding-jaxb-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-frontend-jaxws-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-frontend-jaxws-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.sts.cxf-services-sts-core-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.sts.cxf-services-sts-core-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.ws-discovery.cxf-services-ws-discovery-api-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.ws-discovery.cxf-services-ws-discovery-api-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjc-utils.cxf-xjc-runtime-3.3.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjc-utils.cxf-xjc-runtime-3.3.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-boolean-3.3.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-boolean-3.3.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-bug986-3.3.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-bug986-3.3.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-dv-3.3.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-dv-3.3.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-ts-3.3.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-ts-3.3.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpasyncclient-4.1.4.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpasyncclient-4.1.4.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpclient-4.5.13.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpclient-4.5.13.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-4.4.13.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-4.4.14.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-4.4.14.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-nio-4.4.14.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-nio-4.4.14.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpmime-4.5.13.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpmime-4.5.13.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-core-0.8.9.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-core-0.8.9.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-dom-0.8.9.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-dom-0.8.9.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-storage-0.8.9.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-storage-0.8.9.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.logging.log4j.log4j-api-2.17.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.logging.log4j.log4j-api-2.17.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-analyzers-common-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-analyzers-common-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-backward-codecs-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-backward-codecs-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-core-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-core-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-facet-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-facet-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-misc-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-misc-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queries-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queries-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queryparser-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queryparser-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.neethi.neethi-3.1.1.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.neethi.neethi-3.1.1.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.santuario.xmlsec-2.2.6.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.santuario.xmlsec-2.2.6.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-common-2.9.2.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-common-2.9.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-common-2.9.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-core-2.9.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-core-2.9.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-compat-1.2.6.RC1-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-compat-1.2.6.RC1-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-impl-1.2.6.RC1-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-impl-1.2.6.RC1-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-spec-1.2.6.RC1-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-spec-1.2.6.RC1-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.velocity.velocity-engine-core-2.3.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.ws.xmlschema.xmlschema-core-2.2.5.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.ws.xmlschema.xmlschema-core-2.2.5.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-bindings-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-bindings-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-policy-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-policy-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-common-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-common-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-dom-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-dom-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-policy-stax-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-policy-stax-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-stax-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-stax-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.bitbucket.b_c.jose4j-0.9.3.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcmail-jdk18on-1.76.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcmail-jdk18on-1.76.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpg-jdk18on-1.76.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpg-jdk18on-1.76.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpkix-jdk18on-1.76.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpkix-jdk18on-1.76.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcprov-jdk18on-1.76.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcprov-jdk18on-1.76.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcutil-jdk18on-1.76.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcutil-jdk18on-1.76.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-core-asl-1.9.13.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-jaxrs-1.9.13.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-mapper-asl-1.9.13.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-xc-1.9.13.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jettison.jettison-1.5.4.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jettison.jettison-1.5.4.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.woodstox.stax2-api-4.2.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.woodstox.stax2-api-4.2.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.cryptacular.cryptacular-1.2.4.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.cryptacular.cryptacular-1.2.4.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.dom4j.dom4j-2.1.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.dom4j.dom4j-2.1.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jdt.ecj-3.26.0.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jdt.ecj-3.26.0.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit-5.13.2.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit.ssh.apache-5.13.2.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit.ssh.apache-5.13.2.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.yasson-1.0.11.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.yasson-1.0.11.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.fusesource.hawtjni.hawtjni-runtime-1.17.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-1.18.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-linux32-1.8.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-linux64-1.8.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-native-1.8.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.el-3.0.3.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.el-3.0.3.redhat-00007.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.enterprise.concurrent-1.1.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.enterprise.concurrent-1.1.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.json-1.1.6.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.json-1.1.6.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.codemodel-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.codemodel-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-jxc-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-jxc-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-runtime-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-runtime-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-xjc-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-xjc-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.txw2-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.txw2-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.xsom-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.xsom-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.soteria.jakarta.security.enterprise-1.0.1.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.soteria.jakarta.security.enterprise-1.0.1.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.common.hibernate-commons-annotations-5.0.5.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-core-5.3.33.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-envers-5.3.33.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-backend-jms-5.10.13.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-backend-jms-5.10.13.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-engine-5.10.13.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-engine-5.10.13.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-orm-5.10.13.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-orm-5.10.13.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-serialization-avro-5.10.13.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-serialization-avro-5.10.13.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-6.0.23.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-6.0.23.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-cdi-6.0.23.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-cdi-6.0.23.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-commons-2.4.8.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-commons-2.4.8.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-core-client-2.4.8.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-core-client-2.4.8.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-jms-client-2.4.8.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-jms-client-2.4.8.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-jdbc-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-jdbc-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-remote-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-remote-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-client-hotrod-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-client-hotrod-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-commons-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-commons-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-component-annotations-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-component-annotations-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-core-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-core-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-commons-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-commons-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-spi-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-spi-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v51-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v51-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v53-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v53-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.protostream.protostream-4.3.6.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.protostream.protostream-4.3.6.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jasypt.jasypt-1.9.3.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jasypt.jasypt-1.9.3.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.javassist.javassist-3.26.0.GA-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.javassist.javassist-3.27.0.GA-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.javassist.javassist-3.27.0.GA-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jberet.jberet-core-1.3.9.SP2-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jberet.jberet-core-1.3.9.SP2-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.activemq.artemis.integration.artemis-wildfly-integration-1.0.7.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.activemq.artemis.integration.artemis-wildfly-integration-1.0.7.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.classfilewriter.jboss-classfilewriter-1.2.5.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.classfilewriter.jboss-classfilewriter-1.2.5.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.common.jboss-common-beans-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.common.jboss-common-beans-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jboss-insights-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jboss-insights-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-eclipselink-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-eclipselink-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-1-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-1-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-3-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-3-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-3-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-3-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-openjpa-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-openjpa-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-appclient-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-appclient-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-batch-jberet-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-batch-jberet-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-bean-validation-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-bean-validation-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-client-all-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-client-properties-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-client-properties-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-common-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-common-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-cache-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-cache-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-hotrod-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-hotrod-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-infinispan-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-infinispan-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-infinispan-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-infinispan-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-client-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-client-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-marshalling-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-marshalling-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-jboss-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-jboss-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-protostream-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-protostream-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-server-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-server-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-service-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-service-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-cache-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-cache-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-container-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-container-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-hotrod-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-hotrod-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-infinispan-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-infinispan-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-undertow-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-undertow-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-cmp-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-cmp-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-configadmin-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-configadmin-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-connector-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-connector-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-datasources-agroal-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-datasources-agroal-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-security-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-security-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ejb3-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ejb3-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-health-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-health-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-iiop-openjdk-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-iiop-openjdk-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jacorb-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jacorb-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxr-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxr-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxrs-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxrs-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jdr-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jdr-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jpa-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jpa-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-injection-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-injection-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsr77-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsr77-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mail-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mail-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-activemq-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-activemq-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-metrics-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-metrics-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-config-smallrye-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-config-smallrye-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-health-smallrye-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-health-smallrye-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-metrics-smallrye-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-metrics-smallrye-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-opentracing-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-opentracing-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-undertow-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-undertow-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-naming-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-naming-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ormtransformer-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ormtransformer-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-picketlink-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-picketlink-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-pojo-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-pojo-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-rts-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-rts-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-sar-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-sar-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-integration-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-integration-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-plugins-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-plugins-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-vault-tool-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-vault-tool-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-system-jmx-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-system-jmx-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-transactions-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-transactions-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-undertow-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-undertow-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-common-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-common-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-webservices-server-integration-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-webservices-server-integration-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-bean-validation-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-bean-validation-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-common-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-common-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-ejb-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-ejb-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-jpa-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-jpa-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-transactions-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-transactions-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-webservices-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-webservices-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-xts-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-xts-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ejb3.jboss-ejb3-ext-api-2.3.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ejb3.jboss-ejb3-ext-api-2.3.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.genericjms.generic-jms-ra-jar-2.0.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.genericjms.generic-jms-ra-jar-2.0.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.hal.hal-console-3.3.20.Final-redhat-00001-resources.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.hal.hal-console-3.3.20.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.invocation.jboss-invocation-1.6.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.invocation.jboss-invocation-1.6.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-api-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-api-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-impl-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-impl-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-spi-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-spi-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-api-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-api-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-impl-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-impl-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-deployers-common-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-deployers-common-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-jdbc-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-jdbc-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-validator-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-validator-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jandex-2.4.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jandex-2.4.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-dmr-1.5.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-dmr-1.5.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-4.0.53.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-4.0.53.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-legacy-3.0.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-legacy-3.0.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-iiop-client-1.0.1.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-iiop-client-1.0.1.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-transaction-spi-7.6.0.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-transaction-spi-7.6.0.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-vfs-3.2.17.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-vfs-3.2.17.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.commons-logging-jboss-logging-1.0.0.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.commons-logging-jboss-logging-1.0.0.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jboss-logging-3.4.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jboss-logging-3.4.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jul-to-slf4j-stub-1.0.1.Final-redhat-3.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jul-to-slf4j-stub-1.0.1.Final-redhat-3.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.jboss-logmanager-2.1.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.jboss-logmanager-2.1.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.log4j-jboss-logmanager-1.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.log4j2-jboss-logmanager-1.1.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.log4j2-jboss-logmanager-1.1.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-2.0.14.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-2.0.14.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-river-2.0.14.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-river-2.0.14.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-appclient-13.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-appclient-13.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-common-13.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-common-13.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ear-13.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ear-13.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ejb-13.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ejb-13.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-web-13.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-web-13.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-cli-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-cli-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-core-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-core-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.0-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.0-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.1-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.1-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly11.0-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly11.0-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly12.0-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly12.0-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly13.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly13.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly14.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly14.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly15.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly15.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly16.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly16.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly17.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly17.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly18.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly18.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly19.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly19.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly20.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly20.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly21.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly21.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly22.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly22.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly8.2-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly8.2-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly9.0-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly9.0-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-container-spi-1.4.5.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-container-spi-1.4.5.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-core-1.4.5.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-core-1.4.5.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-load-spi-1.4.5.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-load-spi-1.4.5.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.modules.jboss-modules-1.12.2.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.modules.jboss-modules-1.12.2.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.msc.jboss-msc-1.4.13.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.msc.jboss-msc-1.4.13.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.arjunacore.arjuna-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.arjunacore.txoj-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.common-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.compensations.compensations-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.compensations.compensations-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jbosstxbridge-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jbosstxbridge-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.cdi-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.jdbc-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.jms-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.jta-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.idlj-idl-jdk8-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.jtax-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.jts-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.narayana-jts-idlj-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.narayana-jts-integration-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.narayana-jts-integration-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.orbportability-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-api-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-api-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-bridge-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-bridge-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-integration-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-integration-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-util-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-util-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.txframework.txframework-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.txframework.txframework-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.bridge-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.jbossxts-5.11.4.Final-redhat-00001-api.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.jbossxts-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.recovery-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.service-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.ws-c11-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.ws-t11-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.wsas-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.wscf11-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.wstx11-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.openjdk-orb.openjdk-orb-8.1.4.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.openjdk-orb.openjdk-orb-8.1.4.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.remoting.jboss-remoting-5.0.27.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.remoting.jboss-remoting-5.0.27.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.remotingjmx.remoting-jmx-3.0.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.remotingjmx.remoting-jmx-3.0.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.jose-jwt-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.jose-jwt-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-atom-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-atom-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-cdi-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-cdi-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-client-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-client-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-crypto-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-crypto-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson2-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson2-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxb-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxb-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxrs-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxrs-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jettison-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jettison-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jsapi-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jsapi-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-binding-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-binding-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-p-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-p-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-multipart-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-multipart-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-rxjava2-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-rxjava2-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-spring-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-spring-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-validator-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-validator-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-yaml-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-yaml-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.seam.integration.jboss-seam-int-jbossas-7.0.0.GA-redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.seam.integration.jboss-seam-int-jbossas-7.0.0.GA-redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-common-3.0.6.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-common-3.0.6.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-extras-3.0.6.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-extras-3.0.6.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-ntlm-3.0.6.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-ntlm-3.0.6.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-spnego-3.0.6.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-spnego-3.0.6.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jbossxacml-2.0.8.Final-redhat-8.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.slf4j.slf4j-jboss-logmanager-1.1.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.slf4j.slf4j-jboss-logmanager-1.1.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.annotation.jboss-annotations-api_1.3_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.annotation.jboss-annotations-api_1.3_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.batch.jboss-batch-api_1.0_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.batch.jboss-batch-api_1.0_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ejb.jboss-ejb-api_3.2_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ejb.jboss-ejb-api_3.2_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.el.jboss-el-api_3.0_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.el.jboss-el-api_3.0_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.enterprise.concurrent.jboss-concurrency-api_1.0_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.enterprise.concurrent.jboss-concurrency-api_1.0_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.faces.jboss-jsf-api_2.3_spec-3.0.0.SP07-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.faces.jboss-jsf-api_2.3_spec-3.0.0.SP07-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.interceptor.jboss-interceptors-api_1.2_spec-2.0.0.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.interceptor.jboss-interceptors-api_1.2_spec-2.0.0.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.jms.jboss-jms-api_2.0_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.jms.jboss-jms-api_2.0_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.management.j2ee.jboss-j2eemgmt-api_1.1_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.management.j2ee.jboss-j2eemgmt-api_1.1_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.resource.jboss-connector-api_1.7_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.resource.jboss-connector-api_1.7_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.auth.message.jboss-jaspi-api_1.1_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.auth.message.jboss-jaspi-api_1.1_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.jacc.jboss-jacc-api_1.5_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.jacc.jboss-jacc-api_1.5_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jboss-servlet-api_4.0_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jboss-servlet-api_4.0_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.transaction.jboss-transaction-api_1.3_spec-2.0.0.Final-redhat-00005.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.transaction.jboss-transaction-api_1.3_spec-2.0.0.Final-redhat-00005.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.websocket.jboss-websocket-api_1.1_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.websocket.jboss-websocket-api_1.1_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ws.rs.jboss-jaxrs-api_2.1_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ws.rs.jboss-jaxrs-api_2.1_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.rpc.jboss-jaxrpc-api_1.1_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.rpc.jboss-jaxrpc-api_1.1_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.3_spec-1.0.6.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.3_spec-1.0.6.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.4_spec-1.0.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.4_spec-1.0.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.ws.jboss-jaxws-api_2.3_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.ws.jboss-jaxws-api_2.3_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.staxmapper-1.3.0.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.staxmapper-1.3.0.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.stdio.jboss-stdio-1.1.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.stdio.jboss-stdio-1.1.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.threads.jboss-threads-2.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.threads.jboss-threads-2.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-ejb-3.1.10.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-ejb-3.1.10.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jsf-3.1.10.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jsf-3.1.10.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jta-3.1.10.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jta-3.1.10.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-web-3.1.10.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-web-3.1.10.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-api-3.1.0.SP3-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-api-3.1.0.SP3-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-core-impl-3.1.10.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-core-impl-3.1.10.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-spi-3.1.0.SP3-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-spi-3.1.0.SP3-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-client-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-client-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-factories-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-factories-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-jaspi-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-jaspi-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-resources-5.4.9.Final-redhat-00001-wildfly2400.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-resources-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-server-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-server-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-udp-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-udp-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-undertow-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-undertow-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-api-1.1.2.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-api-1.1.2.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-3.3.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-3.3.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-tools-1.3.2.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-tools-1.3.2.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-spi-3.4.0.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-spi-3.4.0.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.projects.jaxws-undertow-httpspi-1.0.1.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.projects.jaxws-undertow-httpspi-1.0.1.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.netty.netty-xnio-transport-0.1.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.netty.netty-xnio-transport-0.1.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-api-3.8.11.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-api-3.8.11.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-nio-3.8.11.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-nio-3.8.11.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jctools.jctools-core-2.1.2.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :org.jctools.jctools-core-2.1.2.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :org.jctools.jctools-core-3.1.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.azure.jgroups-azure-1.3.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.azure.jgroups-azure-1.3.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.jgroups-4.2.23.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.jgroups-4.2.23.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.kubernetes.jgroups-kubernetes-1.0.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.kubernetes.jgroups-kubernetes-1.0.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jsoup.jsoup-1.14.2.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jsoup.jsoup-1.14.2.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jvnet.staxex.stax-ex-1.8.3.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jvnet.staxex.stax-ex-1.8.3.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-core-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-core-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-profile-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-profile-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-impl-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-impl-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-impl-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-impl-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-soap-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-soap-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-impl-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-impl-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-impl-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-impl-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-impl-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-impl-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.ow2.asm.asm-9.1.0.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.ow2.asm.asm-util-9.1.0.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.acl-spi-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.authorization-spi-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.common-spi-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.identity-spi-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.jboss-security-spi-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.jbosssx-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.jbosssx-bare-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-5.0.3.Final-redhat-00009.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-acl-impl-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-bare-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-commons-1.0.0.final-redhat-5.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-commons-1.0.0.final-redhat-5.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-identity-impl-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-infinispan-5.0.3.Final-redhat-00009.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-infinispan-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-spi-bare-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.distribution.picketlink-wildfly8-2.5.5.SP12-redhat-00016.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-api-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-api-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-common-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-common-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-config-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-config-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-federation-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-federation-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-api-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-api-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-impl-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-impl-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-simple-schema-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-simple-schema-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-impl-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-impl-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-core-1.1.6.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-core-1.1.6.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-wildfly-1.1.6.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-wildfly-1.1.6.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.reactivestreams.reactive-streams-1.0.3.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.jcl-over-slf4j-1.7.30.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-api-1.7.22.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-api-1.7.22.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-api-1.7.30.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-ext-1.7.22.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-ext-1.7.22.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.client.wildfly-client-config-1.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.client.wildfly-client-config-1.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.common.wildfly-common-1.5.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.common.wildfly-common-1.5.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-cli-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-controller-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-controller-client-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-management-client-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-management-subsystem-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-security-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-security-api-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-deployment-repository-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-deployment-scanner-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-discovery-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-domain-http-error-context-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-domain-http-interface-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-domain-management-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-elytron-integration-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-elytron-tool-wrapper-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-embedded-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-event-logger-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-host-controller-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-io-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-jmx-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-launcher-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-logging-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-management-client-content-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-network-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-patching-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-platform-mbean-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-process-controller-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-protocol-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-remoting-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-request-controller-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-security-manager-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-server-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-threads-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-version-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.discovery.wildfly-discovery-client-1.2.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.discovery.wildfly-discovery-client-1.2.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-java-2.2.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-java-2.2.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-ppc64le-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-ppc64le-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel6-x86_64-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel6-x86_64-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel7-x86_64-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel7-x86_64-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel8-x86_64-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel8-x86_64-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel9-x86_64-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel9-x86_64-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-s390x-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-s390x-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-windows-x86_64-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-1.9.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-1.9.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-servlet-1.9.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-servlet-1.9.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-asn1-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-asn1-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-audit-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-audit-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-deprecated-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-deprecated-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-http-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-http-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-sasl-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-sasl-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-base-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-base-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-client-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-client-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-deprecated-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-deprecated-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-impl-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-impl-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-store-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-store-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-digest-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-digest-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-encryption-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-encryption-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-basic-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-basic-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-bearer-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-bearer-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-cert-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-cert-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-deprecated-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-deprecated-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-digest-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-digest-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-external-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-external-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-form-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-form-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-oidc-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-spnego-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-spnego-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-sso-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-sso-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-stateful-basic-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-stateful-basic-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jacc-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jacc-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jaspi-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jaspi-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jose-jwk-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jose-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-json-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-json-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-keystore-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-keystore-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-digest-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-digest-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-gssapi-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-gssapi-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-http-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-http-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-oauth2-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-oauth2-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-scram-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-scram-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-password-impl-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-password-impl-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-permission-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-permission-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-provider-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-provider-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-jdbc-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-jdbc-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-ldap-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-ldap-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-token-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-token-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-anonymous-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-anonymous-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-auth-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-auth-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-deprecated-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-deprecated-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-digest-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-digest-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-entity-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-entity-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-external-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-external-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gs2-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gs2-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gssapi-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gssapi-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-localuser-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-localuser-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-oauth2-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-oauth2-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-otp-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-otp-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-plain-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-plain-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-scram-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-scram-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-action-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-action-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-ssl-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-ssl-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-tool-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-tool-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-acme-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-acme-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-deprecated-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-deprecated-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-principal-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-principal-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.transaction.wildfly-transaction-client-1.1.17.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.transaction.wildfly-transaction-client-1.1.17.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-client-common-1.1.16.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-client-common-1.1.16.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-ejb-client-1.1.16.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-ejb-client-1.1.16.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-naming-client-1.1.16.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-naming-client-1.1.16.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-transaction-client-1.1.16.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-transaction-client-1.1.16.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-naming-client-1.0.17.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-naming-client-1.0.17.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.yaml.snakeyaml-1.33.0.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.yaml.snakeyaml-1.33.0.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :wsdl4j.wsdl4j-1.6.3.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :wsdl4j.wsdl4j-1.6.3.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :xalan.serializer-2.7.1.redhat-00014.jar",
"Red Hat JBoss Enterprise Application Platform :xalan.serializer-2.7.1.redhat-00014.pom",
"Red Hat JBoss Enterprise Application Platform :xalan.xalan-2.7.1.redhat-00014.jar",
"Red Hat JBoss Enterprise Application Platform :xalan.xalan-2.7.1.redhat-00014.pom",
"Red Hat JBoss Enterprise Application Platform :xerces.xercesImpl-2.12.0.SP04-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :xerces.xercesImpl-2.12.0.SP04-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :xml-resolver.xml-resolver-1.2.0.redhat-12.jar",
"Red Hat JBoss Enterprise Application Platform :xml-resolver.xml-resolver-1.2.0.redhat-12.pom",
"Red Hat JBoss Enterprise Application Platform :xom.xom-1.3.7.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :xom.xom-1.3.7.redhat-00001.pom"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2238614"
}
],
"notes": [
{
"category": "description",
"text": "Arbitrary File Overwrite in Eclipse JGit \u003c= 6.6.0\n\nIn Eclipse JGit, all versions \u003c= 6.6.0.202305301015-r, a symbolic link present in a specially crafted git repository can be used to write a file to locations outside the working tree when this repository is cloned with JGit to a case-insensitive filesystem, or when a checkout from a clone of such a repository is performed on a case-insensitive filesystem.\n\nThis can happen on checkout (DirCacheCheckout), merge (ResolveMerger\u00a0via its WorkingTreeUpdater), pull (PullCommand\u00a0using merge), and when applying a patch (PatchApplier). This can be exploited for remote code execution (RCE), for instance if the file written outside the working tree is a git filter that gets executed on a subsequent git command.\n\nThe issue occurs only on case-insensitive filesystems, like the default filesystems on Windows and macOS. The user performing the clone or checkout must have the rights to create symbolic links for the problem to occur, and symbolic links must be enabled in the git configuration.\n\nSetting git configuration option core.symlinks = false\u00a0before checking out avoids the problem.\n\nThe issue was fixed in Eclipse JGit version 6.6.1.202309021850-r and 6.7.0.202309050840-r, available via Maven Central https://repo1.maven.org/maven2/org/eclipse/jgit/ \u00a0and repo.eclipse.org https://repo.eclipse.org/content/repositories/jgit-releases/ . A backport is available in 5.13.3 starting from 5.13.3.202401111512-r.\n\n\nThe JGit maintainers would like to thank RyotaK for finding and reporting this issue.\n\n\n\n",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jgit: arbitrary file overwrite",
"title": "Vulnerability summary"
}
],
"product_status": {
"fixed": [
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit-5.13.2.SP1-redhat-00001.jar"
],
"known_not_affected": [
"Red Hat JBoss Enterprise Application Platform :@babel.code-frame-7.0.0",
"Red Hat JBoss Enterprise Application Platform :@babel.core-7.4.5",
"Red Hat JBoss Enterprise Application Platform :@babel.generator-7.4.4",
"Red Hat JBoss Enterprise Application Platform :@babel.helper-function-name-7.1.0",
"Red Hat JBoss Enterprise Application Platform :@babel.helper-get-function-arity-7.0.0",
"Red Hat JBoss Enterprise Application Platform :@babel.helper-split-export-declaration-7.4.4",
"Red Hat JBoss Enterprise Application Platform :@babel.helpers-7.4.4",
"Red Hat JBoss Enterprise Application Platform :@babel.highlight-7.0.0",
"Red Hat JBoss Enterprise Application Platform :@babel.parser-7.4.5",
"Red Hat JBoss Enterprise Application Platform :@babel.template-7.4.4",
"Red Hat JBoss Enterprise Application Platform :@babel.traverse-7.4.5",
"Red Hat JBoss Enterprise Application Platform :@babel.types-7.4.4",
"Red Hat JBoss Enterprise Application Platform :@gar.promisify-1.1.3",
"Red Hat JBoss Enterprise Application Platform :@mrmlnc.readdir-enhanced-2.2.1",
"Red Hat JBoss Enterprise Application Platform :@nodelib.fs.stat-1.1.3",
"Red Hat JBoss Enterprise Application Platform :@npmcli.fs-2.1.2",
"Red Hat JBoss Enterprise Application Platform :@npmcli.move-file-2.0.1",
"Red Hat JBoss Enterprise Application Platform :@tootallnate.once-2.0.0",
"Red Hat JBoss Enterprise Application Platform :@types.c3-0.6.0",
"Red Hat JBoss Enterprise Application Platform :@types.d3-4.13.0",
"Red Hat JBoss Enterprise Application Platform :@types.d3-array-1.2.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-axis-1.0.10",
"Red Hat JBoss Enterprise Application Platform :@types.d3-brush-1.0.8",
"Red Hat JBoss Enterprise Application Platform :@types.d3-chord-1.0.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-collection-1.0.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-color-1.2.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-dispatch-1.0.6",
"Red Hat JBoss Enterprise Application Platform :@types.d3-drag-1.2.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-dsv-1.0.33",
"Red Hat JBoss Enterprise Application Platform :@types.d3-ease-1.0.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-force-1.1.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-format-1.3.0",
"Red Hat JBoss Enterprise Application Platform :@types.d3-geo-1.10.3",
"Red Hat JBoss Enterprise Application Platform :@types.d3-hierarchy-1.1.2",
"Red Hat JBoss Enterprise Application Platform :@types.d3-interpolate-1.2.0",
"Red Hat JBoss Enterprise Application Platform :@types.d3-path-1.0.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-polygon-1.0.6",
"Red Hat JBoss Enterprise Application Platform :@types.d3-quadtree-1.0.5",
"Red Hat JBoss Enterprise Application Platform :@types.d3-queue-3.0.6",
"Red Hat JBoss Enterprise Application Platform :@types.d3-random-1.1.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-request-1.0.2",
"Red Hat JBoss Enterprise Application Platform :@types.d3-scale-1.0.13",
"Red Hat JBoss Enterprise Application Platform :@types.d3-selection-1.3.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-shape-1.2.3",
"Red Hat JBoss Enterprise Application Platform :@types.d3-time-1.0.8",
"Red Hat JBoss Enterprise Application Platform :@types.d3-time-format-2.1.0",
"Red Hat JBoss Enterprise Application Platform :@types.d3-timer-1.0.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-transition-1.1.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-voronoi-1.1.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-zoom-1.7.1",
"Red Hat JBoss Enterprise Application Platform :@types.events-3.0.0",
"Red Hat JBoss Enterprise Application Platform :@types.geojson-7946.0.3",
"Red Hat JBoss Enterprise Application Platform :@types.glob-7.1.1",
"Red Hat JBoss Enterprise Application Platform :@types.minimatch-3.0.3",
"Red Hat JBoss Enterprise Application Platform :@types.node-12.0.10",
"Red Hat JBoss Enterprise Application Platform :@types.unist-2.0.3",
"Red Hat JBoss Enterprise Application Platform :@types.vfile-3.0.2",
"Red Hat JBoss Enterprise Application Platform :@types.vfile-message-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.abab-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.abbrev-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.abort-controller-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.abstract-leveldown-6.2.3",
"Red Hat JBoss Enterprise Application Platform :None.ace-builds-1.4.5",
"Red Hat JBoss Enterprise Application Platform :None.acorn-2.7.0",
"Red Hat JBoss Enterprise Application Platform :None.acorn-globals-1.0.9",
"Red Hat JBoss Enterprise Application Platform :None.agent-base-6.0.2",
"Red Hat JBoss Enterprise Application Platform :None.agentkeepalive-4.2.1",
"Red Hat JBoss Enterprise Application Platform :None.aggregate-error-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.ajv-6.10.0",
"Red Hat JBoss Enterprise Application Platform :None.amdefine-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.ansi-regex-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.ansi-regex-4.1.0",
"Red Hat JBoss Enterprise Application Platform :None.ansi-regex-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.ansi-styles-2.2.1",
"Red Hat JBoss Enterprise Application Platform :None.ansi-styles-3.2.1",
"Red Hat JBoss Enterprise Application Platform :None.aproba-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.are-we-there-yet-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.argparse-1.0.10",
"Red Hat JBoss Enterprise Application Platform :None.arr-diff-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.arr-flatten-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.arr-union-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.array-each-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.array-find-index-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.array-slice-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.array-union-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.array-uniq-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.array-unique-0.3.2",
"Red Hat JBoss Enterprise Application Platform :None.arrify-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.artemis-service.exe-None",
"Red Hat JBoss Enterprise Application Platform :None.asap-2.0.6",
"Red Hat JBoss Enterprise Application Platform :None.asn1-0.2.4",
"Red Hat JBoss Enterprise Application Platform :None.assert-plus-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.assign-symbols-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.astral-regex-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.async-1.5.2",
"Red Hat JBoss Enterprise Application Platform :None.async-2.6.2",
"Red Hat JBoss Enterprise Application Platform :None.asynckit-0.4.0",
"Red Hat JBoss Enterprise Application Platform :None.atob-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.autocompleter-4.0.2",
"Red Hat JBoss Enterprise Application Platform :None.autoprefixer-9.6.0",
"Red Hat JBoss Enterprise Application Platform :None.aws-sign2-0.7.0",
"Red Hat JBoss Enterprise Application Platform :None.aws4-1.8.0",
"Red Hat JBoss Enterprise Application Platform :None.babel-code-frame-6.26.0",
"Red Hat JBoss Enterprise Application Platform :None.babel-generator-6.26.1",
"Red Hat JBoss Enterprise Application Platform :None.babel-messages-6.23.0",
"Red Hat JBoss Enterprise Application Platform :None.babel-runtime-6.26.0",
"Red Hat JBoss Enterprise Application Platform :None.babel-traverse-6.26.0",
"Red Hat JBoss Enterprise Application Platform :None.babel-types-6.26.0",
"Red Hat JBoss Enterprise Application Platform :None.babylon-6.18.0",
"Red Hat JBoss Enterprise Application Platform :None.bail-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.balanced-match-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.base-0.11.2",
"Red Hat JBoss Enterprise Application Platform :None.base64-js-1.5.1",
"Red Hat JBoss Enterprise Application Platform :None.bcrypt-pbkdf-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.body-5.1.0",
"Red Hat JBoss Enterprise Application Platform :None.boolbase-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-3.3.7",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-3.4.1",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-datepicker-1.8.0",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-datepicker-1.9.0",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-sass-3.4.1",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-select-1.12.2",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-select-1.13.10",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-slider-10.6.1",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-slider-9.10.0",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-switch-3.3.4",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-switch-3.3.5",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-touchspin-3.1.1",
"Red Hat JBoss Enterprise Application Platform :None.brace-expansion-1.1.11",
"Red Hat JBoss Enterprise Application Platform :None.brace-expansion-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.braces-2.3.2",
"Red Hat JBoss Enterprise Application Platform :None.braces-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.browserslist-4.6.3",
"Red Hat JBoss Enterprise Application Platform :None.buffer-5.7.1",
"Red Hat JBoss Enterprise Application Platform :None.buffer-from-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.bytes-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.c3-0.4.23",
"Red Hat JBoss Enterprise Application Platform :None.c3-0.7.1",
"Red Hat JBoss Enterprise Application Platform :None.cacache-16.1.3",
"Red Hat JBoss Enterprise Application Platform :None.cache-base-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.call-me-maybe-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.caller-callsite-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.caller-path-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.callsites-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.camelcase-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.camelcase-4.1.0",
"Red Hat JBoss Enterprise Application Platform :None.camelcase-keys-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.camelcase-keys-4.2.0",
"Red Hat JBoss Enterprise Application Platform :None.caniuse-lite-1.0.30000978",
"Red Hat JBoss Enterprise Application Platform :None.caseless-0.12.0",
"Red Hat JBoss Enterprise Application Platform :None.ccount-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.chalk-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.chalk-2.4.2",
"Red Hat JBoss Enterprise Application Platform :None.character-entities-1.2.3",
"Red Hat JBoss Enterprise Application Platform :None.character-entities-html4-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.character-entities-legacy-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.character-reference-invalid-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.cheerio-0.20.0",
"Red Hat JBoss Enterprise Application Platform :None.cheerio-1.0.0-rc.2",
"Red Hat JBoss Enterprise Application Platform :None.chownr-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.class-utils-0.3.6",
"Red Hat JBoss Enterprise Application Platform :None.clean-css-4.2.1",
"Red Hat JBoss Enterprise Application Platform :None.clean-stack-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.clipboard-2.0.11",
"Red Hat JBoss Enterprise Application Platform :None.clone-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.clone-buffer-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.clone-regexp-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.coffeescript-1.10.0",
"Red Hat JBoss Enterprise Application Platform :None.collapse-white-space-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.collection-visit-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.color-convert-1.9.3",
"Red Hat JBoss Enterprise Application Platform :None.color-logger-0.0.3",
"Red Hat JBoss Enterprise Application Platform :None.color-logger-0.0.6",
"Red Hat JBoss Enterprise Application Platform :None.color-name-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.color-support-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.colors-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.combined-stream-1.0.8",
"Red Hat JBoss Enterprise Application Platform :None.commander-2.20.0",
"Red Hat JBoss Enterprise Application Platform :None.component-emitter-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.concat-map-0.0.1",
"Red Hat JBoss Enterprise Application Platform :None.console-control-strings-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.continuable-cache-0.3.1",
"Red Hat JBoss Enterprise Application Platform :None.convert-source-map-1.6.0",
"Red Hat JBoss Enterprise Application Platform :None.copy-descriptor-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.core-js-0.9.18",
"Red Hat JBoss Enterprise Application Platform :None.core-js-2.6.9",
"Red Hat JBoss Enterprise Application Platform :None.core-util-is-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.cosmiconfig-5.2.1",
"Red Hat JBoss Enterprise Application Platform :None.css-2.2.4",
"Red Hat JBoss Enterprise Application Platform :None.css-parse-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.css-select-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.css-unit-converter-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.css-what-2.1.3",
"Red Hat JBoss Enterprise Application Platform :None.cssom-0.3.6",
"Red Hat JBoss Enterprise Application Platform :None.cssstyle-0.2.37",
"Red Hat JBoss Enterprise Application Platform :None.currently-unhandled-0.4.1",
"Red Hat JBoss Enterprise Application Platform :None.d3-3.5.17",
"Red Hat JBoss Enterprise Application Platform :None.d3-5.9.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-array-1.2.4",
"Red Hat JBoss Enterprise Application Platform :None.d3-axis-1.0.12",
"Red Hat JBoss Enterprise Application Platform :None.d3-brush-1.0.6",
"Red Hat JBoss Enterprise Application Platform :None.d3-chord-1.0.6",
"Red Hat JBoss Enterprise Application Platform :None.d3-collection-1.0.7",
"Red Hat JBoss Enterprise Application Platform :None.d3-color-1.2.3",
"Red Hat JBoss Enterprise Application Platform :None.d3-contour-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-dispatch-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.d3-drag-1.2.3",
"Red Hat JBoss Enterprise Application Platform :None.d3-dsv-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.d3-ease-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.d3-fetch-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-force-1.2.1",
"Red Hat JBoss Enterprise Application Platform :None.d3-format-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-geo-1.11.6",
"Red Hat JBoss Enterprise Application Platform :None.d3-hierarchy-1.1.8",
"Red Hat JBoss Enterprise Application Platform :None.d3-interpolate-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-path-1.0.7",
"Red Hat JBoss Enterprise Application Platform :None.d3-polygon-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.d3-quadtree-1.0.6",
"Red Hat JBoss Enterprise Application Platform :None.d3-random-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-scale-2.2.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-scale-chromatic-1.3.3",
"Red Hat JBoss Enterprise Application Platform :None.d3-selection-1.4.0",
"Red Hat JBoss Enterprise Application Platform :None.d3-shape-1.3.5",
"Red Hat JBoss Enterprise Application Platform :None.d3-time-1.0.11",
"Red Hat JBoss Enterprise Application Platform :None.d3-time-format-2.1.3",
"Red Hat JBoss Enterprise Application Platform :None.d3-timer-1.0.9",
"Red Hat JBoss Enterprise Application Platform :None.d3-transition-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.d3-voronoi-1.1.4",
"Red Hat JBoss Enterprise Application Platform :None.d3-zoom-1.7.3",
"Red Hat JBoss Enterprise Application Platform :None.dashdash-1.14.1",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-1.10.16",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-1.10.19",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-bs-1.10.16",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-buttons-1.5.6",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-colreorder-1.4.1",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-colreorder-bs-1.3.3",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-keytable-2.5.0",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-select-1.2.7",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-select-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.dateformat-1.0.12",
"Red Hat JBoss Enterprise Application Platform :None.debug-2.6.9",
"Red Hat JBoss Enterprise Application Platform :None.debug-3.2.6",
"Red Hat JBoss Enterprise Application Platform :None.debug-4.1.1",
"Red Hat JBoss Enterprise Application Platform :None.debug-4.3.4",
"Red Hat JBoss Enterprise Application Platform :None.decamelize-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.decamelize-keys-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.decode-uri-component-0.2.0",
"Red Hat JBoss Enterprise Application Platform :None.deep-is-0.1.3",
"Red Hat JBoss Enterprise Application Platform :None.deferred-leveldown-5.3.0",
"Red Hat JBoss Enterprise Application Platform :None.define-property-0.2.5",
"Red Hat JBoss Enterprise Application Platform :None.define-property-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.define-property-2.0.2",
"Red Hat JBoss Enterprise Application Platform :None.delayed-stream-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.delegate-3.2.0",
"Red Hat JBoss Enterprise Application Platform :None.delegates-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.depd-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.detect-file-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.detect-indent-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.diff-3.5.0",
"Red Hat JBoss Enterprise Application Platform :None.dir-glob-2.2.2",
"Red Hat JBoss Enterprise Application Platform :None.dom-serializer-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.domelementtype-1.3.1",
"Red Hat JBoss Enterprise Application Platform :None.domhandler-2.3.0",
"Red Hat JBoss Enterprise Application Platform :None.domhandler-2.4.2",
"Red Hat JBoss Enterprise Application Platform :None.domutils-1.5.1",
"Red Hat JBoss Enterprise Application Platform :None.dot-prop-4.2.0",
"Red Hat JBoss Enterprise Application Platform :None.double-ended-queue-2.1.0-0",
"Red Hat JBoss Enterprise Application Platform :None.drmonty-datatables-colvis-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.duplexer-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.ecc-jsbn-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.electron-to-chromium-1.3.174",
"Red Hat JBoss Enterprise Application Platform :None.emoji-regex-7.0.3",
"Red Hat JBoss Enterprise Application Platform :None.emoji-regex-8.0.0",
"Red Hat JBoss Enterprise Application Platform :None.encoding-0.1.13",
"Red Hat JBoss Enterprise Application Platform :None.encoding-down-6.3.0",
"Red Hat JBoss Enterprise Application Platform :None.end-stream-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.entities-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.entities-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.env-paths-2.2.1",
"Red Hat JBoss Enterprise Application Platform :None.eonasdan-bootstrap-datetimepicker-4.17.47",
"Red Hat JBoss Enterprise Application Platform :None.err-code-2.0.3",
"Red Hat JBoss Enterprise Application Platform :None.errno-0.1.7",
"Red Hat JBoss Enterprise Application Platform :None.error-7.0.2",
"Red Hat JBoss Enterprise Application Platform :None.error-ex-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.escape-html-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.escape-html-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.escape-string-regexp-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.escodegen-1.11.1",
"Red Hat JBoss Enterprise Application Platform :None.escodegen-1.7.0",
"Red Hat JBoss Enterprise Application Platform :None.esdoc-0.4.8",
"Red Hat JBoss Enterprise Application Platform :None.esdoc-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.espree-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.esprima-1.2.5",
"Red Hat JBoss Enterprise Application Platform :None.esprima-3.1.3",
"Red Hat JBoss Enterprise Application Platform :None.esprima-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.estraverse-1.9.3",
"Red Hat JBoss Enterprise Application Platform :None.estraverse-4.1.0",
"Red Hat JBoss Enterprise Application Platform :None.estraverse-4.2.0",
"Red Hat JBoss Enterprise Application Platform :None.esutils-2.0.2",
"Red Hat JBoss Enterprise Application Platform :None.event-target-shim-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.eventemitter2-0.4.14",
"Red Hat JBoss Enterprise Application Platform :None.execall-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.exit-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.expand-brackets-2.1.4",
"Red Hat JBoss Enterprise Application Platform :None.expand-tilde-2.0.2",
"Red Hat JBoss Enterprise Application Platform :None.extend-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.extend-shallow-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.extend-shallow-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.extglob-2.0.4",
"Red Hat JBoss Enterprise Application Platform :None.extsprintf-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.fast-deep-equal-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.fast-glob-2.2.7",
"Red Hat JBoss Enterprise Application Platform :None.fast-json-stable-stringify-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.fast-levenshtein-1.0.7",
"Red Hat JBoss Enterprise Application Platform :None.fast-levenshtein-2.0.6",
"Red Hat JBoss Enterprise Application Platform :None.faye-websocket-0.10.0",
"Red Hat JBoss Enterprise Application Platform :None.fetch-cookie-0.11.0",
"Red Hat JBoss Enterprise Application Platform :None.figures-1.7.0",
"Red Hat JBoss Enterprise Application Platform :None.file-entry-cache-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.file-sync-cmp-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.fill-range-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.fill-range-7.0.1",
"Red Hat JBoss Enterprise Application Platform :None.find-up-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.find-up-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.findup-sync-0.3.0",
"Red Hat JBoss Enterprise Application Platform :None.findup-sync-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.fined-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.flagged-respawn-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.flat-cache-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.flatted-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.font-awesome-4.7.0",
"Red Hat JBoss Enterprise Application Platform :None.font-awesome-sass-4.7.0",
"Red Hat JBoss Enterprise Application Platform :None.for-in-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.for-own-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.forever-agent-0.6.1",
"Red Hat JBoss Enterprise Application Platform :None.form-data-2.3.3",
"Red Hat JBoss Enterprise Application Platform :None.fragment-cache-0.2.1",
"Red Hat JBoss Enterprise Application Platform :None.fs-extra-0.26.5",
"Red Hat JBoss Enterprise Application Platform :None.fs-extra-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.fs-minipass-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.fs.realpath-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.gauge-4.0.4",
"Red Hat JBoss Enterprise Application Platform :None.gaze-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.get-stdin-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.get-stdin-7.0.0",
"Red Hat JBoss Enterprise Application Platform :None.get-value-2.0.6",
"Red Hat JBoss Enterprise Application Platform :None.getobject-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.getpass-0.1.7",
"Red Hat JBoss Enterprise Application Platform :None.glob-5.0.15",
"Red Hat JBoss Enterprise Application Platform :None.glob-7.0.6",
"Red Hat JBoss Enterprise Application Platform :None.glob-7.1.4",
"Red Hat JBoss Enterprise Application Platform :None.glob-7.2.3",
"Red Hat JBoss Enterprise Application Platform :None.glob-8.0.3",
"Red Hat JBoss Enterprise Application Platform :None.glob-parent-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.glob-to-regexp-0.3.0",
"Red Hat JBoss Enterprise Application Platform :None.global-modules-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.global-modules-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.global-prefix-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.global-prefix-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.globals-11.12.0",
"Red Hat JBoss Enterprise Application Platform :None.globals-9.18.0",
"Red Hat JBoss Enterprise Application Platform :None.globby-9.2.0",
"Red Hat JBoss Enterprise Application Platform :None.globjoin-0.1.4",
"Red Hat JBoss Enterprise Application Platform :None.globule-1.2.1",
"Red Hat JBoss Enterprise Application Platform :None.gonzales-pe-4.2.4",
"Red Hat JBoss Enterprise Application Platform :None.good-listener-1.2.2",
"Red Hat JBoss Enterprise Application Platform :None.google-code-prettify-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.graceful-fs-4.2.10",
"Red Hat JBoss Enterprise Application Platform :None.grunt-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.grunt-cli-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-cli-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-clean-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-concat-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-copy-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-cssmin-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-less-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-watch-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-css-count-0.3.2",
"Red Hat JBoss Enterprise Application Platform :None.grunt-esdoc-0.0.4",
"Red Hat JBoss Enterprise Application Platform :None.grunt-known-options-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.grunt-legacy-log-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-legacy-log-utils-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.grunt-legacy-util-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.grunt-postcss-0.9.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-stylelint-0.11.0",
"Red Hat JBoss Enterprise Application Platform :None.gzip-size-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.har-schema-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.har-validator-5.1.3",
"Red Hat JBoss Enterprise Application Platform :None.has-ansi-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.has-flag-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.has-unicode-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.has-value-0.3.1",
"Red Hat JBoss Enterprise Application Platform :None.has-value-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.has-values-0.1.4",
"Red Hat JBoss Enterprise Application Platform :None.has-values-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.homedir-polyfill-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.hooker-0.2.3",
"Red Hat JBoss Enterprise Application Platform :None.hosted-git-info-2.7.1",
"Red Hat JBoss Enterprise Application Platform :None.html-tags-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.htmlparser2-3.10.1",
"Red Hat JBoss Enterprise Application Platform :None.htmlparser2-3.8.3",
"Red Hat JBoss Enterprise Application Platform :None.http-cache-semantics-4.1.0",
"Red Hat JBoss Enterprise Application Platform :None.http-parser-js-0.4.10",
"Red Hat JBoss Enterprise Application Platform :None.http-proxy-agent-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.http-signature-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.https-proxy-agent-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.humanize-ms-1.2.1",
"Red Hat JBoss Enterprise Application Platform :None.ice-cap-0.0.4",
"Red Hat JBoss Enterprise Application Platform :None.iconv-lite-0.4.24",
"Red Hat JBoss Enterprise Application Platform :None.iconv-lite-0.6.3",
"Red Hat JBoss Enterprise Application Platform :None.ieee754-1.2.1",
"Red Hat JBoss Enterprise Application Platform :None.ignore-4.0.6",
"Red Hat JBoss Enterprise Application Platform :None.ignore-5.1.2",
"Red Hat JBoss Enterprise Application Platform :None.image-size-0.5.5",
"Red Hat JBoss Enterprise Application Platform :None.immediate-3.3.0",
"Red Hat JBoss Enterprise Application Platform :None.import-fresh-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.import-lazy-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.imurmurhash-0.1.4",
"Red Hat JBoss Enterprise Application Platform :None.indent-string-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.indent-string-3.2.0",
"Red Hat JBoss Enterprise Application Platform :None.indent-string-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.indexes-of-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.infer-owner-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.inflight-1.0.6",
"Red Hat JBoss Enterprise Application Platform :None.inherits-2.0.4",
"Red Hat JBoss Enterprise Application Platform :None.ini-1.3.5",
"Red Hat JBoss Enterprise Application Platform :None.interpret-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.invariant-2.2.4",
"Red Hat JBoss Enterprise Application Platform :None.ip-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-absolute-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-accessor-descriptor-0.1.6",
"Red Hat JBoss Enterprise Application Platform :None.is-accessor-descriptor-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-alphabetical-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-alphanumeric-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-alphanumerical-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-arrayish-0.2.1",
"Red Hat JBoss Enterprise Application Platform :None.is-buffer-1.1.6",
"Red Hat JBoss Enterprise Application Platform :None.is-buffer-2.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-data-descriptor-0.1.4",
"Red Hat JBoss Enterprise Application Platform :None.is-data-descriptor-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-decimal-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-descriptor-0.1.6",
"Red Hat JBoss Enterprise Application Platform :None.is-descriptor-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.is-directory-0.3.1",
"Red Hat JBoss Enterprise Application Platform :None.is-extendable-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.is-extendable-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.is-extglob-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.is-finite-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.is-fullwidth-code-point-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-fullwidth-code-point-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-glob-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.is-glob-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.is-hexadecimal-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-lambda-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.is-number-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-number-7.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-obj-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.is-plain-obj-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.is-plain-object-2.0.4",
"Red Hat JBoss Enterprise Application Platform :None.is-regexp-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.is-relative-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-typedarray-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-unc-path-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-utf8-0.2.1",
"Red Hat JBoss Enterprise Application Platform :None.is-whitespace-character-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-windows-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.is-word-character-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.isarray-0.0.1",
"Red Hat JBoss Enterprise Application Platform :None.isarray-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.isexe-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.isobject-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.isobject-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.isstream-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.jansi.dll-None",
"Red Hat JBoss Enterprise Application Platform :None.jboss-eap-7.4.15-runtime-maven-repository.zip-None",
"Red Hat JBoss Enterprise Application Platform :None.jquery-3.2.1",
"Red Hat JBoss Enterprise Application Platform :None.jquery-3.6.1",
"Red Hat JBoss Enterprise Application Platform :None.jquery-match-height-0.7.2",
"Red Hat JBoss Enterprise Application Platform :None.js-cookie-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.js-tokens-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.js-tokens-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.js-yaml-3.13.1",
"Red Hat JBoss Enterprise Application Platform :None.jsbn-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.jsdom-7.2.2",
"Red Hat JBoss Enterprise Application Platform :None.jsesc-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.jsesc-2.5.2",
"Red Hat JBoss Enterprise Application Platform :None.json-parse-better-errors-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.json-schema-0.2.3",
"Red Hat JBoss Enterprise Application Platform :None.json-schema-traverse-0.4.1",
"Red Hat JBoss Enterprise Application Platform :None.json-stringify-safe-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.json5-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.jsonfile-2.4.0",
"Red Hat JBoss Enterprise Application Platform :None.jsonfile-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.jsprim-1.4.1",
"Red Hat JBoss Enterprise Application Platform :None.jstree-3.3.8",
"Red Hat JBoss Enterprise Application Platform :None.kind-of-3.2.2",
"Red Hat JBoss Enterprise Application Platform :None.kind-of-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.kind-of-5.1.0",
"Red Hat JBoss Enterprise Application Platform :None.kind-of-6.0.2",
"Red Hat JBoss Enterprise Application Platform :None.klaw-1.3.1",
"Red Hat JBoss Enterprise Application Platform :None.known-css-properties-0.14.0",
"Red Hat JBoss Enterprise Application Platform :None.less-3.9.0",
"Red Hat JBoss Enterprise Application Platform :None.level-6.0.1",
"Red Hat JBoss Enterprise Application Platform :None.level-codec-9.0.2",
"Red Hat JBoss Enterprise Application Platform :None.level-concat-iterator-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.level-errors-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.level-iterator-stream-4.0.2",
"Red Hat JBoss Enterprise Application Platform :None.level-js-5.0.2",
"Red Hat JBoss Enterprise Application Platform :None.level-packager-5.1.1",
"Red Hat JBoss Enterprise Application Platform :None.level-supports-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.level-write-stream-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.leveldown-5.6.0",
"Red Hat JBoss Enterprise Application Platform :None.levelup-4.4.0",
"Red Hat JBoss Enterprise Application Platform :None.leven-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.levn-0.2.5",
"Red Hat JBoss Enterprise Application Platform :None.levn-0.3.0",
"Red Hat JBoss Enterprise Application Platform :None.libjansi.so-None",
"Red Hat JBoss Enterprise Application Platform :None.libnetty_transport_native_epoll_x86_64.so-None",
"Red Hat JBoss Enterprise Application Platform :None.liftoff-2.5.0",
"Red Hat JBoss Enterprise Application Platform :None.livereload-js-2.4.0",
"Red Hat JBoss Enterprise Application Platform :None.load-json-file-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.load-json-file-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.locate-path-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.lodash-4.17.11",
"Red Hat JBoss Enterprise Application Platform :None.log-symbols-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.log-symbols-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.longest-streak-2.0.3",
"Red Hat JBoss Enterprise Application Platform :None.loose-envify-1.4.0",
"Red Hat JBoss Enterprise Application Platform :None.loud-rejection-1.6.0",
"Red Hat JBoss Enterprise Application Platform :None.lru-cache-6.0.0",
"Red Hat JBoss Enterprise Application Platform :None.lru-cache-7.14.0",
"Red Hat JBoss Enterprise Application Platform :None.ltgt-2.2.1",
"Red Hat JBoss Enterprise Application Platform :None.make-fetch-happen-10.2.1",
"Red Hat JBoss Enterprise Application Platform :None.make-iterator-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.map-cache-0.2.2",
"Red Hat JBoss Enterprise Application Platform :None.map-obj-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.map-obj-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.map-visit-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.markdown-escapes-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.markdown-table-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.marked-0.3.19",
"Red Hat JBoss Enterprise Application Platform :None.marked-0.3.5",
"Red Hat JBoss Enterprise Application Platform :None.marked-0.7.0",
"Red Hat JBoss Enterprise Application Platform :None.matchdep-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.mathml-tag-names-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.maxmin-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.mdast-util-compact-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.meow-3.7.0",
"Red Hat JBoss Enterprise Application Platform :None.meow-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.merge2-1.2.3",
"Red Hat JBoss Enterprise Application Platform :None.micromatch-3.1.10",
"Red Hat JBoss Enterprise Application Platform :None.micromatch-4.0.2",
"Red Hat JBoss Enterprise Application Platform :None.mime-1.6.0",
"Red Hat JBoss Enterprise Application Platform :None.mime-db-1.40.0",
"Red Hat JBoss Enterprise Application Platform :None.mime-types-2.1.24",
"Red Hat JBoss Enterprise Application Platform :None.minimatch-3.0.4",
"Red Hat JBoss Enterprise Application Platform :None.minimatch-3.1.2",
"Red Hat JBoss Enterprise Application Platform :None.minimatch-5.1.0",
"Red Hat JBoss Enterprise Application Platform :None.minimist-0.0.8",
"Red Hat JBoss Enterprise Application Platform :None.minimist-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.minimist-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.minimist-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.minimist-1.2.6",
"Red Hat JBoss Enterprise Application Platform :None.minimist-options-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.minipass-3.3.4",
"Red Hat JBoss Enterprise Application Platform :None.minipass-collect-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.minipass-fetch-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.minipass-flush-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.minipass-pipeline-1.2.4",
"Red Hat JBoss Enterprise Application Platform :None.minipass-sized-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.minizlib-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.mixin-deep-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.mkdirp-0.5.1",
"Red Hat JBoss Enterprise Application Platform :None.mkdirp-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.moment-2.29.4",
"Red Hat JBoss Enterprise Application Platform :None.moment-timezone-0.4.1",
"Red Hat JBoss Enterprise Application Platform :None.ms-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.ms-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.nanomatch-1.2.13",
"Red Hat JBoss Enterprise Application Platform :None.napi-macros-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.negotiator-0.6.3",
"Red Hat JBoss Enterprise Application Platform :None.node-fetch-2.6.7",
"Red Hat JBoss Enterprise Application Platform :None.node-gyp-9.2.0",
"Red Hat JBoss Enterprise Application Platform :None.node-gyp-build-4.1.1",
"Red Hat JBoss Enterprise Application Platform :None.node-releases-1.1.23",
"Red Hat JBoss Enterprise Application Platform :None.nopt-3.0.6",
"Red Hat JBoss Enterprise Application Platform :None.nopt-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.nopt-6.0.0",
"Red Hat JBoss Enterprise Application Platform :None.normalize-package-data-2.5.0",
"Red Hat JBoss Enterprise Application Platform :None.normalize-range-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.normalize-selector-0.2.0",
"Red Hat JBoss Enterprise Application Platform :None.npmlog-6.0.2",
"Red Hat JBoss Enterprise Application Platform :None.nth-check-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.num2fraction-1.2.2",
"Red Hat JBoss Enterprise Application Platform :None.number-is-nan-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.nwmatcher-1.4.4",
"Red Hat JBoss Enterprise Application Platform :None.oauth-sign-0.9.0",
"Red Hat JBoss Enterprise Application Platform :None.object-assign-4.1.1",
"Red Hat JBoss Enterprise Application Platform :None.object-copy-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.object-visit-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.object.defaults-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.object.map-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.object.pick-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.once-1.4.0",
"Red Hat JBoss Enterprise Application Platform :None.optionator-0.5.0",
"Red Hat JBoss Enterprise Application Platform :None.optionator-0.8.2",
"Red Hat JBoss Enterprise Application Platform :None.os-homedir-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.os-tmpdir-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.osenv-0.1.5",
"Red Hat JBoss Enterprise Application Platform :None.p-limit-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.p-locate-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.p-map-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.p-try-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.parse-entities-1.2.2",
"Red Hat JBoss Enterprise Application Platform :None.parse-filepath-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.parse-json-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.parse-json-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.parse-passwd-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.parse5-1.5.1",
"Red Hat JBoss Enterprise Application Platform :None.parse5-3.0.3",
"Red Hat JBoss Enterprise Application Platform :None.pascalcase-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.path-dirname-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.path-exists-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.path-exists-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.path-is-absolute-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.path-parse-1.0.6",
"Red Hat JBoss Enterprise Application Platform :None.path-root-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.path-root-regex-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.path-type-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.path-type-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.patternfly-3.59.2",
"Red Hat JBoss Enterprise Application Platform :None.patternfly-bootstrap-combobox-1.1.7",
"Red Hat JBoss Enterprise Application Platform :None.patternfly-bootstrap-treeview-2.1.5",
"Red Hat JBoss Enterprise Application Platform :None.performance-now-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.picomatch-2.0.7",
"Red Hat JBoss Enterprise Application Platform :None.pify-2.3.0",
"Red Hat JBoss Enterprise Application Platform :None.pify-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.pify-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.pinkie-2.0.4",
"Red Hat JBoss Enterprise Application Platform :None.pinkie-promise-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.pixrem-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.pom.xml-None",
"Red Hat JBoss Enterprise Application Platform :None.posix-character-classes-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-6.0.23",
"Red Hat JBoss Enterprise Application Platform :None.postcss-7.0.17",
"Red Hat JBoss Enterprise Application Platform :None.postcss-html-0.36.0",
"Red Hat JBoss Enterprise Application Platform :None.postcss-jsx-0.36.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-less-3.1.4",
"Red Hat JBoss Enterprise Application Platform :None.postcss-markdown-0.36.0",
"Red Hat JBoss Enterprise Application Platform :None.postcss-media-query-parser-0.2.3",
"Red Hat JBoss Enterprise Application Platform :None.postcss-reporter-6.0.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-resolve-nested-selector-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-safe-parser-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-sass-0.3.5",
"Red Hat JBoss Enterprise Application Platform :None.postcss-scss-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.postcss-selector-parser-3.1.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-syntax-0.36.2",
"Red Hat JBoss Enterprise Application Platform :None.postcss-value-parser-3.3.1",
"Red Hat JBoss Enterprise Application Platform :None.pouchdb-8.0.1",
"Red Hat JBoss Enterprise Application Platform :None.prelude-ls-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.pretty-bytes-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.promise-7.3.1",
"Red Hat JBoss Enterprise Application Platform :None.promise-inflight-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.promise-polyfill-8.1.3",
"Red Hat JBoss Enterprise Application Platform :None.promise-retry-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.prr-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.psl-1.1.33",
"Red Hat JBoss Enterprise Application Platform :None.punycode-1.4.1",
"Red Hat JBoss Enterprise Application Platform :None.punycode-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.qs-6.5.2",
"Red Hat JBoss Enterprise Application Platform :None.querystringify-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.quick-lru-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.raw-body-1.1.7",
"Red Hat JBoss Enterprise Application Platform :None.read-pkg-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.read-pkg-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.read-pkg-up-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.read-pkg-up-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.readable-stream-0.0.4",
"Red Hat JBoss Enterprise Application Platform :None.readable-stream-1.1.14",
"Red Hat JBoss Enterprise Application Platform :None.readable-stream-3.4.0",
"Red Hat JBoss Enterprise Application Platform :None.readable-stream-3.6.0",
"Red Hat JBoss Enterprise Application Platform :None.readable-stream-3.6.2",
"Red Hat JBoss Enterprise Application Platform :None.rechoir-0.6.2",
"Red Hat JBoss Enterprise Application Platform :None.redent-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.redent-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.reduce-css-calc-2.1.6",
"Red Hat JBoss Enterprise Application Platform :None.regenerator-runtime-0.11.1",
"Red Hat JBoss Enterprise Application Platform :None.regex-not-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.remark-10.0.1",
"Red Hat JBoss Enterprise Application Platform :None.remark-parse-6.0.3",
"Red Hat JBoss Enterprise Application Platform :None.remark-stringify-6.0.4",
"Red Hat JBoss Enterprise Application Platform :None.repeat-element-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.repeat-string-1.6.1",
"Red Hat JBoss Enterprise Application Platform :None.repeating-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.replace-ext-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.request-2.88.0",
"Red Hat JBoss Enterprise Application Platform :None.requires-port-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.resolve-1.1.7",
"Red Hat JBoss Enterprise Application Platform :None.resolve-1.11.1",
"Red Hat JBoss Enterprise Application Platform :None.resolve-dir-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.resolve-from-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.resolve-from-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.resolve-url-0.2.1",
"Red Hat JBoss Enterprise Application Platform :None.ret-0.1.15",
"Red Hat JBoss Enterprise Application Platform :None.retry-0.12.0",
"Red Hat JBoss Enterprise Application Platform :None.rimraf-2.6.3",
"Red Hat JBoss Enterprise Application Platform :None.rimraf-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.rw-1.3.3",
"Red Hat JBoss Enterprise Application Platform :None.safe-buffer-5.1.2",
"Red Hat JBoss Enterprise Application Platform :None.safe-json-parse-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.safe-regex-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.safer-buffer-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.sax-1.2.4",
"Red Hat JBoss Enterprise Application Platform :None.select-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.semver-5.7.2",
"Red Hat JBoss Enterprise Application Platform :None.semver-7.5.4",
"Red Hat JBoss Enterprise Application Platform :None.set-blocking-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.set-value-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.signal-exit-3.0.7",
"Red Hat JBoss Enterprise Application Platform :None.slash-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.slash-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.slice-ansi-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.smart-buffer-4.2.0",
"Red Hat JBoss Enterprise Application Platform :None.snapdragon-0.8.2",
"Red Hat JBoss Enterprise Application Platform :None.snapdragon-node-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.snapdragon-util-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.socks-2.7.1",
"Red Hat JBoss Enterprise Application Platform :None.socks-proxy-agent-7.0.0",
"Red Hat JBoss Enterprise Application Platform :None.source-map-0.2.0",
"Red Hat JBoss Enterprise Application Platform :None.source-map-0.5.7",
"Red Hat JBoss Enterprise Application Platform :None.source-map-0.6.1",
"Red Hat JBoss Enterprise Application Platform :None.source-map-resolve-0.5.2",
"Red Hat JBoss Enterprise Application Platform :None.source-map-url-0.4.0",
"Red Hat JBoss Enterprise Application Platform :None.spark-md5-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.spdx-correct-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.spdx-exceptions-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.spdx-expression-parse-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.spdx-license-ids-3.0.4",
"Red Hat JBoss Enterprise Application Platform :None.specificity-0.4.1",
"Red Hat JBoss Enterprise Application Platform :None.split-string-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.sprintf-js-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.sprintf-js-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.sshpk-1.16.1",
"Red Hat JBoss Enterprise Application Platform :None.ssri-9.0.1",
"Red Hat JBoss Enterprise Application Platform :None.stack-trace-0.0.10",
"Red Hat JBoss Enterprise Application Platform :None.state-toggle-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.static-extend-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.string-template-0.2.1",
"Red Hat JBoss Enterprise Application Platform :None.string-width-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.string-width-4.2.3",
"Red Hat JBoss Enterprise Application Platform :None.string_decoder-0.10.31",
"Red Hat JBoss Enterprise Application Platform :None.string_decoder-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.stringify-entities-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.strip-ansi-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.strip-ansi-5.2.0",
"Red Hat JBoss Enterprise Application Platform :None.strip-ansi-6.0.1",
"Red Hat JBoss Enterprise Application Platform :None.strip-bom-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.strip-bom-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.strip-indent-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.strip-indent-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.style-search-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.stylelint-10.1.0",
"Red Hat JBoss Enterprise Application Platform :None.sugarss-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.supports-color-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.supports-color-5.5.0",
"Red Hat JBoss Enterprise Application Platform :None.supports-color-6.1.0",
"Red Hat JBoss Enterprise Application Platform :None.svg-tags-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.symbol-tree-3.2.4",
"Red Hat JBoss Enterprise Application Platform :None.table-5.4.1",
"Red Hat JBoss Enterprise Application Platform :None.taffydb-2.7.2",
"Red Hat JBoss Enterprise Application Platform :None.taffydb-2.7.3",
"Red Hat JBoss Enterprise Application Platform :None.tar-6.1.11",
"Red Hat JBoss Enterprise Application Platform :None.through2-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.tiny-emitter-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.tiny-lr-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.to-fast-properties-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.to-fast-properties-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.to-object-path-0.3.0",
"Red Hat JBoss Enterprise Application Platform :None.to-regex-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.to-regex-range-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.to-regex-range-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.tough-cookie-2.4.3",
"Red Hat JBoss Enterprise Application Platform :None.tough-cookie-2.5.0",
"Red Hat JBoss Enterprise Application Platform :None.tough-cookie-4.1.3",
"Red Hat JBoss Enterprise Application Platform :None.tr46-0.0.3",
"Red Hat JBoss Enterprise Application Platform :None.trim-0.0.1",
"Red Hat JBoss Enterprise Application Platform :None.trim-newlines-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.trim-newlines-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.trim-right-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.trim-trailing-lines-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.trough-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.tunnel-agent-0.6.0",
"Red Hat JBoss Enterprise Application Platform :None.tweetnacl-0.14.5",
"Red Hat JBoss Enterprise Application Platform :None.type-check-0.3.2",
"Red Hat JBoss Enterprise Application Platform :None.unc-path-regex-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.underscore.string-3.3.5",
"Red Hat JBoss Enterprise Application Platform :None.unherit-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.unified-7.1.0",
"Red Hat JBoss Enterprise Application Platform :None.union-value-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.uniq-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.unique-filename-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.unique-slug-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-find-all-after-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-is-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-remove-position-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-stringify-position-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-visit-1.4.1",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-visit-parents-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.universalify-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.universalify-0.2.0",
"Red Hat JBoss Enterprise Application Platform :None.unset-value-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.uri-js-4.2.2",
"Red Hat JBoss Enterprise Application Platform :None.urix-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.url-parse-1.5.10",
"Red Hat JBoss Enterprise Application Platform :None.use-3.1.1",
"Red Hat JBoss Enterprise Application Platform :None.util-deprecate-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.uuid-3.3.2",
"Red Hat JBoss Enterprise Application Platform :None.uuid-8.3.2",
"Red Hat JBoss Enterprise Application Platform :None.v8flags-3.1.3",
"Red Hat JBoss Enterprise Application Platform :None.validate-npm-package-license-3.0.4",
"Red Hat JBoss Enterprise Application Platform :None.verror-1.10.0",
"Red Hat JBoss Enterprise Application Platform :None.vfile-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.vfile-location-2.0.5",
"Red Hat JBoss Enterprise Application Platform :None.vfile-message-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.vuvuzela-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.webidl-conversions-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.webidl-conversions-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.websocket-driver-0.7.3",
"Red Hat JBoss Enterprise Application Platform :None.websocket-extensions-0.1.3",
"Red Hat JBoss Enterprise Application Platform :None.whatwg-fetch-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.whatwg-url-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.whatwg-url-compat-0.6.5",
"Red Hat JBoss Enterprise Application Platform :None.which-1.3.1",
"Red Hat JBoss Enterprise Application Platform :None.which-2.0.2",
"Red Hat JBoss Enterprise Application Platform :None.wide-align-1.1.5",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-cli-15.0.33.Final-redhat-00001-client.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-cli-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-controller-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-controller-client-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-core-management-client-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-core-management-subsystem-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-core-security-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-core-security-api-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-deployment-repository-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-deployment-scanner-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-discovery-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-domain-http-error-context-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-domain-http-interface-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-domain-management-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-elytron-integration-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-elytron-tool-wrapper-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-embedded-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-event-logger-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-host-controller-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-io-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-jmx-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-launcher-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-logging-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-management-client-content-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-network-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-patching-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-platform-mbean-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-process-controller-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-protocol-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-remoting-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-request-controller-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-security-manager-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-server-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-threads-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-version-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wordwrap-0.0.3",
"Red Hat JBoss Enterprise Application Platform :None.wordwrap-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.wrappy-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.write-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.write-stream-0.4.3",
"Red Hat JBoss Enterprise Application Platform :None.x-is-string-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.xml-name-validator-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.xtend-4.0.2",
"Red Hat JBoss Enterprise Application Platform :None.yallist-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.yargs-parser-10.1.0",
"Red Hat JBoss Enterprise Application Platform :antlr.antlr-2.7.7.redhat-7.jar",
"Red Hat JBoss Enterprise Application Platform :antlr.antlr-2.7.7.redhat-7.pom",
"Red Hat JBoss Enterprise Application Platform :ch.qos.cal10n.cal10n-api-0.8.1.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :ch.qos.cal10n.cal10n-api-0.8.1.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.classmate-1.5.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.classmate-1.5.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-annotations-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-annotations-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-annotations-2.13.4.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-core-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-core-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-core-2.13.4.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-databind-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-databind-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-databind-2.13.4.2-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.woodstox.woodstox-core-6.4.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.ben-manes.caffeine.caffeine-2.8.8.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.fge.btf-1.2.0.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.fge.jackson-coreutils-1.8.0.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.fge.json-patch-1.9.0.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.fge.msg-simple-1.1.0.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.spullara.mustache.java.compiler-0.9.6.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.spullara.mustache.java.compiler-0.9.6.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.google.code.gson.gson-2.8.5.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :com.google.code.gson.gson-2.8.9.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.google.code.gson.gson-2.8.9.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.google.guava.failureaccess-1.0.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.google.guava.failureaccess-1.0.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :com.google.guava.guava-32.1.1.jre-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.google.guava.guava-32.1.1.jre-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.googlecode.javaewah.JavaEWAH-1.1.7.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.googlecode.javaewah.JavaEWAH-1.1.7.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.h2database.h2-1.4.197.redhat-00004.jar",
"Red Hat JBoss Enterprise Application Platform :com.h2database.h2-1.4.197.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :com.h2database.h2-1.4.197.redhat-00004.zip",
"Red Hat JBoss Enterprise Application Platform :com.microsoft.azure.azure-storage-8.6.6.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.microsoft.azure.azure-storage-8.6.6.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.redhat.insights.runtimes-java-api-1.1.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.redhat.insights.runtimes-java-api-1.1.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.squareup.protoparser-4.0.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.activation.jakarta.activation-1.2.2.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.activation.jakarta.activation-1.2.2.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.faces.jsf-impl-2.3.14.SP08-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.faces.jsf-impl-2.3.14.SP08-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-runtime-3.0.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-runtime-3.0.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-tools-3.0.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-tools-3.0.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.mail.jakarta.mail-1.6.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.mail.jakarta.mail-1.6.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.relaxng-datatype-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.relaxng-datatype-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.rngom-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.rngom-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.jaxb.isorelax-20090621.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.fastinfoset.FastInfoset-1.2.13.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.fastinfoset.FastInfoset-1.2.13.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.messaging.saaj.saaj-impl-1.4.1.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.messaging.saaj.saaj-impl-1.4.1.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-beanutils.commons-beanutils-1.9.4.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :commons-beanutils.commons-beanutils-1.9.4.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :commons-cli.commons-cli-1.2.0.redhat-10.pom",
"Red Hat JBoss Enterprise Application Platform :commons-cli.commons-cli-1.4.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :commons-cli.commons-cli-1.4.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-codec.commons-codec-1.11.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-codec.commons-codec-1.15.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :commons-codec.commons-codec-1.15.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-collections.commons-collections-3.2.2.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :commons-collections.commons-collections-3.2.2.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :commons-io.commons-io-2.10.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :commons-io.commons-io-2.10.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-io.commons-io-2.8.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-lang.commons-lang-2.6.0.redhat-7.jar",
"Red Hat JBoss Enterprise Application Platform :commons-lang.commons-lang-2.6.0.redhat-7.pom",
"Red Hat JBoss Enterprise Application Platform :commons-logging.commons-logging-1.2.0.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :gnu.getopt.java-getopt-1.0.13.redhat-5.jar",
"Red Hat JBoss Enterprise Application Platform :gnu.getopt.java-getopt-1.0.13.redhat-5.pom",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-api-1.3.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-api-1.3.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-narayana-1.3.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-narayana-1.3.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-pool-1.3.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-pool-1.3.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-buffer-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-buffer-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-dns-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-dns-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-haproxy-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-haproxy-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http2-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http2-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-memcache-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-memcache-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-mqtt-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-mqtt-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-redis-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-redis-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-smtp-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-smtp-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-socks-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-socks-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-stomp-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-stomp-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-xml-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-xml-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-common-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-proxy-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-proxy-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-classes-macos-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-classes-macos-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-tcnative-classes-2.0.52.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-tcnative-classes-2.0.52.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-epoll-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-epoll-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-kqueue-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-kqueue-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-epoll-4.1.94.Final-redhat-00003-linux-x86_64.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-epoll-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-unix-common-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-unix-common-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-rxtx-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-rxtx-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-sctp-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-sctp-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-udt-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-udt-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.reactivex.rxjava2.rxjava-2.2.20.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.reactivex.rxjava3.rxjava-3.0.9.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.jastow.jastow-2.0.14.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.jastow.jastow-2.0.14.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.undertow.js.undertow-js-1.0.2.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.js.undertow-js-1.0.2.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-core-2.2.28.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-core-2.2.28.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-servlet-2.2.28.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-servlet-2.2.28.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-websockets-jsr-2.2.28.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-websockets-jsr-2.2.28.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.enterprise.jakarta.enterprise.cdi-api-2.0.2.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.enterprise.jakarta.enterprise.cdi-api-2.0.2.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.inject.jakarta.inject-api-1.0.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.inject.jakarta.inject-api-1.0.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.json.bind.jakarta.json.bind-api-1.0.2.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.json.bind.jakarta.json.bind-api-1.0.2.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.json.jakarta.json-api-1.1.6.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.json.jakarta.json-api-1.1.6.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.persistence.jakarta.persistence-api-2.2.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.persistence.jakarta.persistence-api-2.2.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.security.enterprise.jakarta.security.enterprise-api-1.0.2.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.security.enterprise.jakarta.security.enterprise-api-1.0.2.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.validation.jakarta.validation-api-2.0.2.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.validation.jakarta.validation-api-2.0.2.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :javax.jws.jsr181-api-1.0.0.MR1-redhat-8.jar",
"Red Hat JBoss Enterprise Application Platform :javax.jws.jsr181-api-1.0.0.MR1-redhat-8.pom",
"Red Hat JBoss Enterprise Application Platform :jaxen.jaxen-1.1.6.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :jaxen.jaxen-1.1.6.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :jboss.jaxbintros.jboss-jaxb-intros-1.0.3.GA-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jboss.jaxbintros.jboss-jaxb-intros-1.0.3.GA-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :joda-time.joda-time-2.9.7.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :joda-time.joda-time-2.9.7.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :net.bytebuddy.byte-buddy-1.11.12.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :net.bytebuddy.byte-buddy-dep-1.11.12.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :net.java.dev.msv.xsdlib-2013.6.1.pom",
"Red Hat JBoss Enterprise Application Platform :net.jcip.jcip-annotations-1.0.0.redhat-8.jar",
"Red Hat JBoss Enterprise Application Platform :net.jcip.jcip-annotations-1.0.0.redhat-8.pom",
"Red Hat JBoss Enterprise Application Platform :net.shibboleth.utilities.java-support-7.3.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :net.shibboleth.utilities.java-support-7.3.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-2.4.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-2.4.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-extensions-1.8.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-extensions-1.8.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.aesh.readline-2.2.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.aesh.readline-2.2.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.aesh.terminal-api-2.2.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.activemq-artemis-native-1.0.2.redhat-00004.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.activemq-artemis-native-1.0.2.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-cli-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-cli-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-commons-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-commons-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-core-client-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-core-client-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-dto-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-dto-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hornetq-protocol-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hornetq-protocol-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hqclient-protocol-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hqclient-protocol-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jdbc-store-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jdbc-store-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-client-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-client-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-server-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-server-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-journal-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-journal-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-ra-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-ra-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-selector-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-selector-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-server-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-server-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-service-extensions-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-service-extensions-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-tools-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-tools-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-i686-1.0.2-redhat-00001.so",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-ppc64le-1.0.2-redhat-00001.so",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-s390x-1.0.2-redhat-00001.so",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-x86_64-1.0.2-redhat-00001.so",
"Red Hat JBoss Enterprise Application Platform :org.apache.avro.avro-1.11.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.avro.avro-1.11.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.commons.commons-lang3-3.11.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.commons.commons-lang3-3.11.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-core-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-core-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-coloc-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-coloc-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-soap-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-soap-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-xml-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-xml-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-aegis-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-aegis-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-jaxb-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-jaxb-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-clustering-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-clustering-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-logging-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-logging-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-jaxws-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-jaxws-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-simple-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-simple-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-management-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-management-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-saml-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-saml-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-hc-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-hc-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-jms-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-jms-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-local-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-local-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-addr-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-addr-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-mex-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-mex-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-policy-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-policy-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-rm-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-rm-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-security-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-security-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-wsdl-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-wsdl-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-common-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-common-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-java2ws-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-java2ws-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-validator-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-validator-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-core-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-core-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-databinding-jaxb-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-databinding-jaxb-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-frontend-jaxws-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-frontend-jaxws-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.sts.cxf-services-sts-core-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.sts.cxf-services-sts-core-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.ws-discovery.cxf-services-ws-discovery-api-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.ws-discovery.cxf-services-ws-discovery-api-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjc-utils.cxf-xjc-runtime-3.3.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjc-utils.cxf-xjc-runtime-3.3.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-boolean-3.3.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-boolean-3.3.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-bug986-3.3.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-bug986-3.3.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-dv-3.3.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-dv-3.3.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-ts-3.3.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-ts-3.3.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpasyncclient-4.1.4.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpasyncclient-4.1.4.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpclient-4.5.13.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpclient-4.5.13.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-4.4.13.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-4.4.14.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-4.4.14.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-nio-4.4.14.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-nio-4.4.14.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpmime-4.5.13.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpmime-4.5.13.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-core-0.8.9.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-core-0.8.9.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-dom-0.8.9.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-dom-0.8.9.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-storage-0.8.9.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-storage-0.8.9.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.logging.log4j.log4j-api-2.17.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.logging.log4j.log4j-api-2.17.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-analyzers-common-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-analyzers-common-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-backward-codecs-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-backward-codecs-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-core-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-core-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-facet-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-facet-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-misc-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-misc-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queries-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queries-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queryparser-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queryparser-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.neethi.neethi-3.1.1.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.neethi.neethi-3.1.1.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.santuario.xmlsec-2.2.6.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.santuario.xmlsec-2.2.6.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-common-2.9.2.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-common-2.9.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-common-2.9.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-core-2.9.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-core-2.9.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-compat-1.2.6.RC1-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-compat-1.2.6.RC1-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-impl-1.2.6.RC1-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-impl-1.2.6.RC1-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-spec-1.2.6.RC1-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-spec-1.2.6.RC1-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.velocity.velocity-engine-core-2.3.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.ws.xmlschema.xmlschema-core-2.2.5.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.ws.xmlschema.xmlschema-core-2.2.5.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-bindings-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-bindings-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-policy-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-policy-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-common-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-common-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-dom-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-dom-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-policy-stax-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-policy-stax-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-stax-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-stax-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.bitbucket.b_c.jose4j-0.9.3.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcmail-jdk18on-1.76.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcmail-jdk18on-1.76.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpg-jdk18on-1.76.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpg-jdk18on-1.76.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpkix-jdk18on-1.76.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpkix-jdk18on-1.76.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcprov-jdk18on-1.76.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcprov-jdk18on-1.76.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcutil-jdk18on-1.76.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcutil-jdk18on-1.76.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-core-asl-1.9.13.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-jaxrs-1.9.13.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-mapper-asl-1.9.13.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-xc-1.9.13.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jettison.jettison-1.5.4.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jettison.jettison-1.5.4.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.woodstox.stax2-api-4.2.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.woodstox.stax2-api-4.2.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.cryptacular.cryptacular-1.2.4.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.cryptacular.cryptacular-1.2.4.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.dom4j.dom4j-2.1.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.dom4j.dom4j-2.1.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jdt.ecj-3.26.0.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jdt.ecj-3.26.0.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit-5.13.2.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit.ssh.apache-5.13.2.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit.ssh.apache-5.13.2.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.yasson-1.0.11.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.yasson-1.0.11.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.fusesource.hawtjni.hawtjni-runtime-1.17.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-1.18.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-linux32-1.8.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-linux64-1.8.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-native-1.8.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.el-3.0.3.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.el-3.0.3.redhat-00007.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.enterprise.concurrent-1.1.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.enterprise.concurrent-1.1.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.json-1.1.6.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.json-1.1.6.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.codemodel-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.codemodel-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-jxc-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-jxc-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-runtime-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-runtime-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-xjc-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-xjc-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.txw2-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.txw2-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.xsom-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.xsom-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.soteria.jakarta.security.enterprise-1.0.1.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.soteria.jakarta.security.enterprise-1.0.1.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.common.hibernate-commons-annotations-5.0.5.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-core-5.3.33.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-envers-5.3.33.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-backend-jms-5.10.13.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-backend-jms-5.10.13.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-engine-5.10.13.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-engine-5.10.13.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-orm-5.10.13.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-orm-5.10.13.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-serialization-avro-5.10.13.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-serialization-avro-5.10.13.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-6.0.23.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-6.0.23.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-cdi-6.0.23.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-cdi-6.0.23.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-commons-2.4.8.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-commons-2.4.8.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-core-client-2.4.8.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-core-client-2.4.8.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-jms-client-2.4.8.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-jms-client-2.4.8.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-jdbc-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-jdbc-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-remote-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-remote-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-client-hotrod-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-client-hotrod-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-commons-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-commons-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-component-annotations-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-component-annotations-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-core-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-core-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-commons-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-commons-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-spi-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-spi-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v51-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v51-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v53-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v53-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.protostream.protostream-4.3.6.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.protostream.protostream-4.3.6.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jasypt.jasypt-1.9.3.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jasypt.jasypt-1.9.3.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.javassist.javassist-3.26.0.GA-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.javassist.javassist-3.27.0.GA-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.javassist.javassist-3.27.0.GA-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jberet.jberet-core-1.3.9.SP2-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jberet.jberet-core-1.3.9.SP2-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.activemq.artemis.integration.artemis-wildfly-integration-1.0.7.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.activemq.artemis.integration.artemis-wildfly-integration-1.0.7.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.classfilewriter.jboss-classfilewriter-1.2.5.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.classfilewriter.jboss-classfilewriter-1.2.5.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.common.jboss-common-beans-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.common.jboss-common-beans-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jboss-insights-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jboss-insights-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-eclipselink-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-eclipselink-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-1-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-1-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-3-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-3-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-3-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-3-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-openjpa-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-openjpa-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-appclient-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-appclient-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-batch-jberet-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-batch-jberet-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-bean-validation-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-bean-validation-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-client-all-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-client-properties-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-client-properties-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-common-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-common-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-cache-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-cache-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-hotrod-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-hotrod-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-infinispan-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-infinispan-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-infinispan-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-infinispan-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-client-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-client-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-marshalling-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-marshalling-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-jboss-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-jboss-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-protostream-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-protostream-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-server-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-server-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-service-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-service-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-cache-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-cache-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-container-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-container-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-hotrod-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-hotrod-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-infinispan-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-infinispan-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-undertow-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-undertow-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-cmp-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-cmp-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-configadmin-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-configadmin-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-connector-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-connector-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-datasources-agroal-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-datasources-agroal-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-security-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-security-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ejb3-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ejb3-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-health-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-health-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-iiop-openjdk-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-iiop-openjdk-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jacorb-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jacorb-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxr-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxr-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxrs-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxrs-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jdr-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jdr-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jpa-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jpa-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-injection-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-injection-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsr77-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsr77-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mail-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mail-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-activemq-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-activemq-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-metrics-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-metrics-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-config-smallrye-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-config-smallrye-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-health-smallrye-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-health-smallrye-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-metrics-smallrye-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-metrics-smallrye-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-opentracing-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-opentracing-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-undertow-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-undertow-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-naming-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-naming-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ormtransformer-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ormtransformer-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-picketlink-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-picketlink-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-pojo-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-pojo-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-rts-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-rts-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-sar-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-sar-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-integration-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-integration-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-plugins-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-plugins-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-vault-tool-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-vault-tool-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-system-jmx-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-system-jmx-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-transactions-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-transactions-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-undertow-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-undertow-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-common-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-common-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-webservices-server-integration-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-webservices-server-integration-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-bean-validation-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-bean-validation-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-common-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-common-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-ejb-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-ejb-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-jpa-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-jpa-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-transactions-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-transactions-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-webservices-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-webservices-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-xts-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-xts-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ejb3.jboss-ejb3-ext-api-2.3.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ejb3.jboss-ejb3-ext-api-2.3.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.genericjms.generic-jms-ra-jar-2.0.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.genericjms.generic-jms-ra-jar-2.0.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.hal.hal-console-3.3.20.Final-redhat-00001-resources.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.hal.hal-console-3.3.20.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.invocation.jboss-invocation-1.6.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.invocation.jboss-invocation-1.6.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-api-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-api-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-impl-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-impl-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-spi-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-spi-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-api-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-api-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-impl-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-impl-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-deployers-common-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-deployers-common-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-jdbc-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-jdbc-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-validator-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-validator-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jandex-2.4.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jandex-2.4.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-dmr-1.5.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-dmr-1.5.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-4.0.53.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-4.0.53.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-legacy-3.0.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-legacy-3.0.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-iiop-client-1.0.1.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-iiop-client-1.0.1.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-transaction-spi-7.6.0.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-transaction-spi-7.6.0.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-vfs-3.2.17.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-vfs-3.2.17.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.commons-logging-jboss-logging-1.0.0.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.commons-logging-jboss-logging-1.0.0.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jboss-logging-3.4.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jboss-logging-3.4.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jul-to-slf4j-stub-1.0.1.Final-redhat-3.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jul-to-slf4j-stub-1.0.1.Final-redhat-3.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.jboss-logmanager-2.1.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.jboss-logmanager-2.1.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.log4j-jboss-logmanager-1.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.log4j2-jboss-logmanager-1.1.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.log4j2-jboss-logmanager-1.1.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-2.0.14.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-2.0.14.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-river-2.0.14.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-river-2.0.14.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-appclient-13.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-appclient-13.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-common-13.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-common-13.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ear-13.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ear-13.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ejb-13.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ejb-13.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-web-13.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-web-13.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-cli-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-cli-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-core-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-core-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.0-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.0-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.1-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.1-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly11.0-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly11.0-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly12.0-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly12.0-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly13.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly13.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly14.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly14.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly15.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly15.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly16.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly16.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly17.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly17.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly18.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly18.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly19.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly19.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly20.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly20.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly21.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly21.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly22.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly22.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly8.2-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly8.2-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly9.0-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly9.0-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-container-spi-1.4.5.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-container-spi-1.4.5.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-core-1.4.5.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-core-1.4.5.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-load-spi-1.4.5.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-load-spi-1.4.5.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.modules.jboss-modules-1.12.2.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.modules.jboss-modules-1.12.2.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.msc.jboss-msc-1.4.13.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.msc.jboss-msc-1.4.13.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.arjunacore.arjuna-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.arjunacore.txoj-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.common-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.compensations.compensations-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.compensations.compensations-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jbosstxbridge-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jbosstxbridge-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.cdi-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.jdbc-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.jms-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.jta-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.idlj-idl-jdk8-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.jtax-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.jts-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.narayana-jts-idlj-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.narayana-jts-integration-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.narayana-jts-integration-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.orbportability-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-api-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-api-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-bridge-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-bridge-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-integration-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-integration-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-util-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-util-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.txframework.txframework-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.txframework.txframework-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.bridge-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.jbossxts-5.11.4.Final-redhat-00001-api.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.jbossxts-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.recovery-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.service-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.ws-c11-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.ws-t11-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.wsas-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.wscf11-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.wstx11-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.openjdk-orb.openjdk-orb-8.1.4.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.openjdk-orb.openjdk-orb-8.1.4.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.remoting.jboss-remoting-5.0.27.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.remoting.jboss-remoting-5.0.27.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.remotingjmx.remoting-jmx-3.0.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.remotingjmx.remoting-jmx-3.0.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.jose-jwt-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.jose-jwt-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-atom-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-atom-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-cdi-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-cdi-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-client-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-client-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-crypto-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-crypto-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson2-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson2-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxb-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxb-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxrs-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxrs-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jettison-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jettison-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jsapi-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jsapi-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-binding-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-binding-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-p-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-p-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-multipart-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-multipart-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-rxjava2-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-rxjava2-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-spring-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-spring-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-validator-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-validator-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-yaml-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-yaml-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.seam.integration.jboss-seam-int-jbossas-7.0.0.GA-redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.seam.integration.jboss-seam-int-jbossas-7.0.0.GA-redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-common-3.0.6.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-common-3.0.6.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-extras-3.0.6.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-extras-3.0.6.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-ntlm-3.0.6.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-ntlm-3.0.6.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-spnego-3.0.6.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-spnego-3.0.6.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jbossxacml-2.0.8.Final-redhat-8.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.slf4j.slf4j-jboss-logmanager-1.1.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.slf4j.slf4j-jboss-logmanager-1.1.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.annotation.jboss-annotations-api_1.3_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.annotation.jboss-annotations-api_1.3_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.batch.jboss-batch-api_1.0_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.batch.jboss-batch-api_1.0_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ejb.jboss-ejb-api_3.2_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ejb.jboss-ejb-api_3.2_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.el.jboss-el-api_3.0_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.el.jboss-el-api_3.0_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.enterprise.concurrent.jboss-concurrency-api_1.0_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.enterprise.concurrent.jboss-concurrency-api_1.0_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.faces.jboss-jsf-api_2.3_spec-3.0.0.SP07-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.faces.jboss-jsf-api_2.3_spec-3.0.0.SP07-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.interceptor.jboss-interceptors-api_1.2_spec-2.0.0.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.interceptor.jboss-interceptors-api_1.2_spec-2.0.0.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.jms.jboss-jms-api_2.0_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.jms.jboss-jms-api_2.0_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.management.j2ee.jboss-j2eemgmt-api_1.1_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.management.j2ee.jboss-j2eemgmt-api_1.1_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.resource.jboss-connector-api_1.7_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.resource.jboss-connector-api_1.7_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.auth.message.jboss-jaspi-api_1.1_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.auth.message.jboss-jaspi-api_1.1_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.jacc.jboss-jacc-api_1.5_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.jacc.jboss-jacc-api_1.5_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jboss-servlet-api_4.0_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jboss-servlet-api_4.0_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.transaction.jboss-transaction-api_1.3_spec-2.0.0.Final-redhat-00005.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.transaction.jboss-transaction-api_1.3_spec-2.0.0.Final-redhat-00005.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.websocket.jboss-websocket-api_1.1_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.websocket.jboss-websocket-api_1.1_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ws.rs.jboss-jaxrs-api_2.1_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ws.rs.jboss-jaxrs-api_2.1_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.rpc.jboss-jaxrpc-api_1.1_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.rpc.jboss-jaxrpc-api_1.1_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.3_spec-1.0.6.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.3_spec-1.0.6.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.4_spec-1.0.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.4_spec-1.0.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.ws.jboss-jaxws-api_2.3_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.ws.jboss-jaxws-api_2.3_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.staxmapper-1.3.0.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.staxmapper-1.3.0.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.stdio.jboss-stdio-1.1.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.stdio.jboss-stdio-1.1.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.threads.jboss-threads-2.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.threads.jboss-threads-2.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-ejb-3.1.10.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-ejb-3.1.10.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jsf-3.1.10.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jsf-3.1.10.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jta-3.1.10.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jta-3.1.10.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-web-3.1.10.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-web-3.1.10.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-api-3.1.0.SP3-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-api-3.1.0.SP3-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-core-impl-3.1.10.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-core-impl-3.1.10.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-spi-3.1.0.SP3-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-spi-3.1.0.SP3-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-client-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-client-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-factories-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-factories-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-jaspi-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-jaspi-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-resources-5.4.9.Final-redhat-00001-wildfly2400.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-resources-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-server-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-server-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-udp-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-udp-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-undertow-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-undertow-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-api-1.1.2.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-api-1.1.2.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-3.3.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-3.3.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-tools-1.3.2.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-tools-1.3.2.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-spi-3.4.0.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-spi-3.4.0.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.projects.jaxws-undertow-httpspi-1.0.1.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.projects.jaxws-undertow-httpspi-1.0.1.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.netty.netty-xnio-transport-0.1.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.netty.netty-xnio-transport-0.1.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-api-3.8.11.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-api-3.8.11.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-nio-3.8.11.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-nio-3.8.11.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jctools.jctools-core-2.1.2.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :org.jctools.jctools-core-2.1.2.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :org.jctools.jctools-core-3.1.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.azure.jgroups-azure-1.3.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.azure.jgroups-azure-1.3.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.jgroups-4.2.23.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.jgroups-4.2.23.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.kubernetes.jgroups-kubernetes-1.0.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.kubernetes.jgroups-kubernetes-1.0.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jsoup.jsoup-1.14.2.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jsoup.jsoup-1.14.2.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jvnet.staxex.stax-ex-1.8.3.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jvnet.staxex.stax-ex-1.8.3.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-core-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-core-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-profile-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-profile-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-impl-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-impl-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-impl-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-impl-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-soap-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-soap-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-impl-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-impl-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-impl-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-impl-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-impl-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-impl-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.ow2.asm.asm-9.1.0.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.ow2.asm.asm-util-9.1.0.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.acl-spi-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.authorization-spi-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.common-spi-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.identity-spi-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.jboss-security-spi-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.jbosssx-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.jbosssx-bare-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-5.0.3.Final-redhat-00009.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-acl-impl-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-bare-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-commons-1.0.0.final-redhat-5.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-commons-1.0.0.final-redhat-5.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-identity-impl-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-infinispan-5.0.3.Final-redhat-00009.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-infinispan-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-spi-bare-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.distribution.picketlink-wildfly8-2.5.5.SP12-redhat-00016.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-api-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-api-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-common-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-common-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-config-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-config-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-federation-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-federation-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-api-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-api-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-impl-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-impl-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-simple-schema-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-simple-schema-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-impl-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-impl-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-core-1.1.6.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-core-1.1.6.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-wildfly-1.1.6.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-wildfly-1.1.6.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.reactivestreams.reactive-streams-1.0.3.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.jcl-over-slf4j-1.7.30.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-api-1.7.22.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-api-1.7.22.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-api-1.7.30.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-ext-1.7.22.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-ext-1.7.22.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.client.wildfly-client-config-1.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.client.wildfly-client-config-1.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.common.wildfly-common-1.5.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.common.wildfly-common-1.5.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-cli-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-controller-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-controller-client-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-management-client-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-management-subsystem-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-security-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-security-api-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-deployment-repository-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-deployment-scanner-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-discovery-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-domain-http-error-context-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-domain-http-interface-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-domain-management-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-elytron-integration-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-elytron-tool-wrapper-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-embedded-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-event-logger-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-host-controller-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-io-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-jmx-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-launcher-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-logging-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-management-client-content-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-network-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-patching-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-platform-mbean-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-process-controller-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-protocol-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-remoting-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-request-controller-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-security-manager-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-server-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-threads-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-version-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.discovery.wildfly-discovery-client-1.2.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.discovery.wildfly-discovery-client-1.2.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-java-2.2.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-java-2.2.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-ppc64le-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-ppc64le-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel6-x86_64-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel6-x86_64-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel7-x86_64-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel7-x86_64-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel8-x86_64-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel8-x86_64-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel9-x86_64-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel9-x86_64-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-s390x-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-s390x-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-windows-x86_64-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-1.9.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-1.9.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-servlet-1.9.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-servlet-1.9.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-asn1-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-asn1-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-audit-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-audit-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-deprecated-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-deprecated-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-http-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-http-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-sasl-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-sasl-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-base-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-base-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-client-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-client-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-deprecated-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-deprecated-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-impl-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-impl-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-store-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-store-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-digest-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-digest-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-encryption-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-encryption-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-basic-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-basic-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-bearer-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-bearer-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-cert-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-cert-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-deprecated-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-deprecated-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-digest-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-digest-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-external-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-external-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-form-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-form-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-oidc-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-spnego-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-spnego-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-sso-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-sso-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-stateful-basic-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-stateful-basic-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jacc-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jacc-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jaspi-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jaspi-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jose-jwk-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jose-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-json-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-json-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-keystore-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-keystore-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-digest-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-digest-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-gssapi-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-gssapi-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-http-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-http-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-oauth2-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-oauth2-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-scram-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-scram-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-password-impl-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-password-impl-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-permission-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-permission-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-provider-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-provider-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-jdbc-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-jdbc-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-ldap-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-ldap-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-token-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-token-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-anonymous-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-anonymous-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-auth-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-auth-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-deprecated-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-deprecated-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-digest-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-digest-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-entity-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-entity-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-external-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-external-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gs2-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gs2-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gssapi-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gssapi-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-localuser-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-localuser-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-oauth2-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-oauth2-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-otp-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-otp-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-plain-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-plain-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-scram-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-scram-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-action-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-action-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-ssl-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-ssl-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-tool-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-tool-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-acme-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-acme-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-deprecated-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-deprecated-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-principal-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-principal-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.transaction.wildfly-transaction-client-1.1.17.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.transaction.wildfly-transaction-client-1.1.17.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-client-common-1.1.16.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-client-common-1.1.16.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-ejb-client-1.1.16.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-ejb-client-1.1.16.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-naming-client-1.1.16.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-naming-client-1.1.16.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-transaction-client-1.1.16.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-transaction-client-1.1.16.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-naming-client-1.0.17.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-naming-client-1.0.17.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.yaml.snakeyaml-1.33.0.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.yaml.snakeyaml-1.33.0.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :wsdl4j.wsdl4j-1.6.3.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :wsdl4j.wsdl4j-1.6.3.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :xalan.serializer-2.7.1.redhat-00014.jar",
"Red Hat JBoss Enterprise Application Platform :xalan.serializer-2.7.1.redhat-00014.pom",
"Red Hat JBoss Enterprise Application Platform :xalan.xalan-2.7.1.redhat-00014.jar",
"Red Hat JBoss Enterprise Application Platform :xalan.xalan-2.7.1.redhat-00014.pom",
"Red Hat JBoss Enterprise Application Platform :xerces.xercesImpl-2.12.0.SP04-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :xerces.xercesImpl-2.12.0.SP04-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :xml-resolver.xml-resolver-1.2.0.redhat-12.jar",
"Red Hat JBoss Enterprise Application Platform :xml-resolver.xml-resolver-1.2.0.redhat-12.pom",
"Red Hat JBoss Enterprise Application Platform :xom.xom-1.3.7.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :xom.xom-1.3.7.redhat-00001.pom"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-4759"
},
{
"category": "external",
"summary": "RHBZ#2238614",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2238614"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-4759",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4759"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4759",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4759"
}
],
"release_date": "2023-09-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-06T19:55:38+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).",
"product_ids": [
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit-5.13.2.SP1-redhat-00001.jar"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0714"
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jgit: arbitrary file overwrite"
},
{
"cve": "CVE-2023-44483",
"cwe": {
"id": "CWE-532",
"name": "Insertion of Sensitive Information into Log File"
},
"discovery_date": "2023-10-25T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat JBoss Enterprise Application Platform :@babel.code-frame-7.0.0",
"Red Hat JBoss Enterprise Application Platform :@babel.core-7.4.5",
"Red Hat JBoss Enterprise Application Platform :@babel.generator-7.4.4",
"Red Hat JBoss Enterprise Application Platform :@babel.helper-function-name-7.1.0",
"Red Hat JBoss Enterprise Application Platform :@babel.helper-get-function-arity-7.0.0",
"Red Hat JBoss Enterprise Application Platform :@babel.helper-split-export-declaration-7.4.4",
"Red Hat JBoss Enterprise Application Platform :@babel.helpers-7.4.4",
"Red Hat JBoss Enterprise Application Platform :@babel.highlight-7.0.0",
"Red Hat JBoss Enterprise Application Platform :@babel.parser-7.4.5",
"Red Hat JBoss Enterprise Application Platform :@babel.template-7.4.4",
"Red Hat JBoss Enterprise Application Platform :@babel.traverse-7.4.5",
"Red Hat JBoss Enterprise Application Platform :@babel.types-7.4.4",
"Red Hat JBoss Enterprise Application Platform :@gar.promisify-1.1.3",
"Red Hat JBoss Enterprise Application Platform :@mrmlnc.readdir-enhanced-2.2.1",
"Red Hat JBoss Enterprise Application Platform :@nodelib.fs.stat-1.1.3",
"Red Hat JBoss Enterprise Application Platform :@npmcli.fs-2.1.2",
"Red Hat JBoss Enterprise Application Platform :@npmcli.move-file-2.0.1",
"Red Hat JBoss Enterprise Application Platform :@tootallnate.once-2.0.0",
"Red Hat JBoss Enterprise Application Platform :@types.c3-0.6.0",
"Red Hat JBoss Enterprise Application Platform :@types.d3-4.13.0",
"Red Hat JBoss Enterprise Application Platform :@types.d3-array-1.2.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-axis-1.0.10",
"Red Hat JBoss Enterprise Application Platform :@types.d3-brush-1.0.8",
"Red Hat JBoss Enterprise Application Platform :@types.d3-chord-1.0.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-collection-1.0.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-color-1.2.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-dispatch-1.0.6",
"Red Hat JBoss Enterprise Application Platform :@types.d3-drag-1.2.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-dsv-1.0.33",
"Red Hat JBoss Enterprise Application Platform :@types.d3-ease-1.0.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-force-1.1.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-format-1.3.0",
"Red Hat JBoss Enterprise Application Platform :@types.d3-geo-1.10.3",
"Red Hat JBoss Enterprise Application Platform :@types.d3-hierarchy-1.1.2",
"Red Hat JBoss Enterprise Application Platform :@types.d3-interpolate-1.2.0",
"Red Hat JBoss Enterprise Application Platform :@types.d3-path-1.0.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-polygon-1.0.6",
"Red Hat JBoss Enterprise Application Platform :@types.d3-quadtree-1.0.5",
"Red Hat JBoss Enterprise Application Platform :@types.d3-queue-3.0.6",
"Red Hat JBoss Enterprise Application Platform :@types.d3-random-1.1.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-request-1.0.2",
"Red Hat JBoss Enterprise Application Platform :@types.d3-scale-1.0.13",
"Red Hat JBoss Enterprise Application Platform :@types.d3-selection-1.3.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-shape-1.2.3",
"Red Hat JBoss Enterprise Application Platform :@types.d3-time-1.0.8",
"Red Hat JBoss Enterprise Application Platform :@types.d3-time-format-2.1.0",
"Red Hat JBoss Enterprise Application Platform :@types.d3-timer-1.0.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-transition-1.1.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-voronoi-1.1.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-zoom-1.7.1",
"Red Hat JBoss Enterprise Application Platform :@types.events-3.0.0",
"Red Hat JBoss Enterprise Application Platform :@types.geojson-7946.0.3",
"Red Hat JBoss Enterprise Application Platform :@types.glob-7.1.1",
"Red Hat JBoss Enterprise Application Platform :@types.minimatch-3.0.3",
"Red Hat JBoss Enterprise Application Platform :@types.node-12.0.10",
"Red Hat JBoss Enterprise Application Platform :@types.unist-2.0.3",
"Red Hat JBoss Enterprise Application Platform :@types.vfile-3.0.2",
"Red Hat JBoss Enterprise Application Platform :@types.vfile-message-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.abab-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.abbrev-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.abort-controller-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.abstract-leveldown-6.2.3",
"Red Hat JBoss Enterprise Application Platform :None.ace-builds-1.4.5",
"Red Hat JBoss Enterprise Application Platform :None.acorn-2.7.0",
"Red Hat JBoss Enterprise Application Platform :None.acorn-globals-1.0.9",
"Red Hat JBoss Enterprise Application Platform :None.agent-base-6.0.2",
"Red Hat JBoss Enterprise Application Platform :None.agentkeepalive-4.2.1",
"Red Hat JBoss Enterprise Application Platform :None.aggregate-error-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.ajv-6.10.0",
"Red Hat JBoss Enterprise Application Platform :None.amdefine-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.ansi-regex-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.ansi-regex-4.1.0",
"Red Hat JBoss Enterprise Application Platform :None.ansi-regex-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.ansi-styles-2.2.1",
"Red Hat JBoss Enterprise Application Platform :None.ansi-styles-3.2.1",
"Red Hat JBoss Enterprise Application Platform :None.aproba-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.are-we-there-yet-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.argparse-1.0.10",
"Red Hat JBoss Enterprise Application Platform :None.arr-diff-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.arr-flatten-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.arr-union-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.array-each-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.array-find-index-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.array-slice-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.array-union-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.array-uniq-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.array-unique-0.3.2",
"Red Hat JBoss Enterprise Application Platform :None.arrify-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.artemis-service.exe-None",
"Red Hat JBoss Enterprise Application Platform :None.asap-2.0.6",
"Red Hat JBoss Enterprise Application Platform :None.asn1-0.2.4",
"Red Hat JBoss Enterprise Application Platform :None.assert-plus-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.assign-symbols-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.astral-regex-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.async-1.5.2",
"Red Hat JBoss Enterprise Application Platform :None.async-2.6.2",
"Red Hat JBoss Enterprise Application Platform :None.asynckit-0.4.0",
"Red Hat JBoss Enterprise Application Platform :None.atob-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.autocompleter-4.0.2",
"Red Hat JBoss Enterprise Application Platform :None.autoprefixer-9.6.0",
"Red Hat JBoss Enterprise Application Platform :None.aws-sign2-0.7.0",
"Red Hat JBoss Enterprise Application Platform :None.aws4-1.8.0",
"Red Hat JBoss Enterprise Application Platform :None.babel-code-frame-6.26.0",
"Red Hat JBoss Enterprise Application Platform :None.babel-generator-6.26.1",
"Red Hat JBoss Enterprise Application Platform :None.babel-messages-6.23.0",
"Red Hat JBoss Enterprise Application Platform :None.babel-runtime-6.26.0",
"Red Hat JBoss Enterprise Application Platform :None.babel-traverse-6.26.0",
"Red Hat JBoss Enterprise Application Platform :None.babel-types-6.26.0",
"Red Hat JBoss Enterprise Application Platform :None.babylon-6.18.0",
"Red Hat JBoss Enterprise Application Platform :None.bail-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.balanced-match-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.base-0.11.2",
"Red Hat JBoss Enterprise Application Platform :None.base64-js-1.5.1",
"Red Hat JBoss Enterprise Application Platform :None.bcrypt-pbkdf-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.body-5.1.0",
"Red Hat JBoss Enterprise Application Platform :None.boolbase-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-3.3.7",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-3.4.1",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-datepicker-1.8.0",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-datepicker-1.9.0",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-sass-3.4.1",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-select-1.12.2",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-select-1.13.10",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-slider-10.6.1",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-slider-9.10.0",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-switch-3.3.4",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-switch-3.3.5",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-touchspin-3.1.1",
"Red Hat JBoss Enterprise Application Platform :None.brace-expansion-1.1.11",
"Red Hat JBoss Enterprise Application Platform :None.brace-expansion-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.braces-2.3.2",
"Red Hat JBoss Enterprise Application Platform :None.braces-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.browserslist-4.6.3",
"Red Hat JBoss Enterprise Application Platform :None.buffer-5.7.1",
"Red Hat JBoss Enterprise Application Platform :None.buffer-from-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.bytes-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.c3-0.4.23",
"Red Hat JBoss Enterprise Application Platform :None.c3-0.7.1",
"Red Hat JBoss Enterprise Application Platform :None.cacache-16.1.3",
"Red Hat JBoss Enterprise Application Platform :None.cache-base-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.call-me-maybe-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.caller-callsite-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.caller-path-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.callsites-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.camelcase-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.camelcase-4.1.0",
"Red Hat JBoss Enterprise Application Platform :None.camelcase-keys-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.camelcase-keys-4.2.0",
"Red Hat JBoss Enterprise Application Platform :None.caniuse-lite-1.0.30000978",
"Red Hat JBoss Enterprise Application Platform :None.caseless-0.12.0",
"Red Hat JBoss Enterprise Application Platform :None.ccount-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.chalk-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.chalk-2.4.2",
"Red Hat JBoss Enterprise Application Platform :None.character-entities-1.2.3",
"Red Hat JBoss Enterprise Application Platform :None.character-entities-html4-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.character-entities-legacy-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.character-reference-invalid-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.cheerio-0.20.0",
"Red Hat JBoss Enterprise Application Platform :None.cheerio-1.0.0-rc.2",
"Red Hat JBoss Enterprise Application Platform :None.chownr-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.class-utils-0.3.6",
"Red Hat JBoss Enterprise Application Platform :None.clean-css-4.2.1",
"Red Hat JBoss Enterprise Application Platform :None.clean-stack-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.clipboard-2.0.11",
"Red Hat JBoss Enterprise Application Platform :None.clone-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.clone-buffer-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.clone-regexp-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.coffeescript-1.10.0",
"Red Hat JBoss Enterprise Application Platform :None.collapse-white-space-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.collection-visit-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.color-convert-1.9.3",
"Red Hat JBoss Enterprise Application Platform :None.color-logger-0.0.3",
"Red Hat JBoss Enterprise Application Platform :None.color-logger-0.0.6",
"Red Hat JBoss Enterprise Application Platform :None.color-name-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.color-support-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.colors-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.combined-stream-1.0.8",
"Red Hat JBoss Enterprise Application Platform :None.commander-2.20.0",
"Red Hat JBoss Enterprise Application Platform :None.component-emitter-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.concat-map-0.0.1",
"Red Hat JBoss Enterprise Application Platform :None.console-control-strings-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.continuable-cache-0.3.1",
"Red Hat JBoss Enterprise Application Platform :None.convert-source-map-1.6.0",
"Red Hat JBoss Enterprise Application Platform :None.copy-descriptor-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.core-js-0.9.18",
"Red Hat JBoss Enterprise Application Platform :None.core-js-2.6.9",
"Red Hat JBoss Enterprise Application Platform :None.core-util-is-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.cosmiconfig-5.2.1",
"Red Hat JBoss Enterprise Application Platform :None.css-2.2.4",
"Red Hat JBoss Enterprise Application Platform :None.css-parse-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.css-select-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.css-unit-converter-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.css-what-2.1.3",
"Red Hat JBoss Enterprise Application Platform :None.cssom-0.3.6",
"Red Hat JBoss Enterprise Application Platform :None.cssstyle-0.2.37",
"Red Hat JBoss Enterprise Application Platform :None.currently-unhandled-0.4.1",
"Red Hat JBoss Enterprise Application Platform :None.d3-3.5.17",
"Red Hat JBoss Enterprise Application Platform :None.d3-5.9.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-array-1.2.4",
"Red Hat JBoss Enterprise Application Platform :None.d3-axis-1.0.12",
"Red Hat JBoss Enterprise Application Platform :None.d3-brush-1.0.6",
"Red Hat JBoss Enterprise Application Platform :None.d3-chord-1.0.6",
"Red Hat JBoss Enterprise Application Platform :None.d3-collection-1.0.7",
"Red Hat JBoss Enterprise Application Platform :None.d3-color-1.2.3",
"Red Hat JBoss Enterprise Application Platform :None.d3-contour-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-dispatch-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.d3-drag-1.2.3",
"Red Hat JBoss Enterprise Application Platform :None.d3-dsv-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.d3-ease-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.d3-fetch-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-force-1.2.1",
"Red Hat JBoss Enterprise Application Platform :None.d3-format-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-geo-1.11.6",
"Red Hat JBoss Enterprise Application Platform :None.d3-hierarchy-1.1.8",
"Red Hat JBoss Enterprise Application Platform :None.d3-interpolate-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-path-1.0.7",
"Red Hat JBoss Enterprise Application Platform :None.d3-polygon-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.d3-quadtree-1.0.6",
"Red Hat JBoss Enterprise Application Platform :None.d3-random-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-scale-2.2.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-scale-chromatic-1.3.3",
"Red Hat JBoss Enterprise Application Platform :None.d3-selection-1.4.0",
"Red Hat JBoss Enterprise Application Platform :None.d3-shape-1.3.5",
"Red Hat JBoss Enterprise Application Platform :None.d3-time-1.0.11",
"Red Hat JBoss Enterprise Application Platform :None.d3-time-format-2.1.3",
"Red Hat JBoss Enterprise Application Platform :None.d3-timer-1.0.9",
"Red Hat JBoss Enterprise Application Platform :None.d3-transition-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.d3-voronoi-1.1.4",
"Red Hat JBoss Enterprise Application Platform :None.d3-zoom-1.7.3",
"Red Hat JBoss Enterprise Application Platform :None.dashdash-1.14.1",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-1.10.16",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-1.10.19",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-bs-1.10.16",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-buttons-1.5.6",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-colreorder-1.4.1",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-colreorder-bs-1.3.3",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-keytable-2.5.0",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-select-1.2.7",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-select-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.dateformat-1.0.12",
"Red Hat JBoss Enterprise Application Platform :None.debug-2.6.9",
"Red Hat JBoss Enterprise Application Platform :None.debug-3.2.6",
"Red Hat JBoss Enterprise Application Platform :None.debug-4.1.1",
"Red Hat JBoss Enterprise Application Platform :None.debug-4.3.4",
"Red Hat JBoss Enterprise Application Platform :None.decamelize-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.decamelize-keys-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.decode-uri-component-0.2.0",
"Red Hat JBoss Enterprise Application Platform :None.deep-is-0.1.3",
"Red Hat JBoss Enterprise Application Platform :None.deferred-leveldown-5.3.0",
"Red Hat JBoss Enterprise Application Platform :None.define-property-0.2.5",
"Red Hat JBoss Enterprise Application Platform :None.define-property-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.define-property-2.0.2",
"Red Hat JBoss Enterprise Application Platform :None.delayed-stream-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.delegate-3.2.0",
"Red Hat JBoss Enterprise Application Platform :None.delegates-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.depd-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.detect-file-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.detect-indent-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.diff-3.5.0",
"Red Hat JBoss Enterprise Application Platform :None.dir-glob-2.2.2",
"Red Hat JBoss Enterprise Application Platform :None.dom-serializer-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.domelementtype-1.3.1",
"Red Hat JBoss Enterprise Application Platform :None.domhandler-2.3.0",
"Red Hat JBoss Enterprise Application Platform :None.domhandler-2.4.2",
"Red Hat JBoss Enterprise Application Platform :None.domutils-1.5.1",
"Red Hat JBoss Enterprise Application Platform :None.dot-prop-4.2.0",
"Red Hat JBoss Enterprise Application Platform :None.double-ended-queue-2.1.0-0",
"Red Hat JBoss Enterprise Application Platform :None.drmonty-datatables-colvis-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.duplexer-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.ecc-jsbn-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.electron-to-chromium-1.3.174",
"Red Hat JBoss Enterprise Application Platform :None.emoji-regex-7.0.3",
"Red Hat JBoss Enterprise Application Platform :None.emoji-regex-8.0.0",
"Red Hat JBoss Enterprise Application Platform :None.encoding-0.1.13",
"Red Hat JBoss Enterprise Application Platform :None.encoding-down-6.3.0",
"Red Hat JBoss Enterprise Application Platform :None.end-stream-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.entities-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.entities-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.env-paths-2.2.1",
"Red Hat JBoss Enterprise Application Platform :None.eonasdan-bootstrap-datetimepicker-4.17.47",
"Red Hat JBoss Enterprise Application Platform :None.err-code-2.0.3",
"Red Hat JBoss Enterprise Application Platform :None.errno-0.1.7",
"Red Hat JBoss Enterprise Application Platform :None.error-7.0.2",
"Red Hat JBoss Enterprise Application Platform :None.error-ex-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.escape-html-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.escape-html-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.escape-string-regexp-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.escodegen-1.11.1",
"Red Hat JBoss Enterprise Application Platform :None.escodegen-1.7.0",
"Red Hat JBoss Enterprise Application Platform :None.esdoc-0.4.8",
"Red Hat JBoss Enterprise Application Platform :None.esdoc-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.espree-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.esprima-1.2.5",
"Red Hat JBoss Enterprise Application Platform :None.esprima-3.1.3",
"Red Hat JBoss Enterprise Application Platform :None.esprima-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.estraverse-1.9.3",
"Red Hat JBoss Enterprise Application Platform :None.estraverse-4.1.0",
"Red Hat JBoss Enterprise Application Platform :None.estraverse-4.2.0",
"Red Hat JBoss Enterprise Application Platform :None.esutils-2.0.2",
"Red Hat JBoss Enterprise Application Platform :None.event-target-shim-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.eventemitter2-0.4.14",
"Red Hat JBoss Enterprise Application Platform :None.execall-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.exit-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.expand-brackets-2.1.4",
"Red Hat JBoss Enterprise Application Platform :None.expand-tilde-2.0.2",
"Red Hat JBoss Enterprise Application Platform :None.extend-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.extend-shallow-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.extend-shallow-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.extglob-2.0.4",
"Red Hat JBoss Enterprise Application Platform :None.extsprintf-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.fast-deep-equal-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.fast-glob-2.2.7",
"Red Hat JBoss Enterprise Application Platform :None.fast-json-stable-stringify-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.fast-levenshtein-1.0.7",
"Red Hat JBoss Enterprise Application Platform :None.fast-levenshtein-2.0.6",
"Red Hat JBoss Enterprise Application Platform :None.faye-websocket-0.10.0",
"Red Hat JBoss Enterprise Application Platform :None.fetch-cookie-0.11.0",
"Red Hat JBoss Enterprise Application Platform :None.figures-1.7.0",
"Red Hat JBoss Enterprise Application Platform :None.file-entry-cache-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.file-sync-cmp-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.fill-range-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.fill-range-7.0.1",
"Red Hat JBoss Enterprise Application Platform :None.find-up-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.find-up-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.findup-sync-0.3.0",
"Red Hat JBoss Enterprise Application Platform :None.findup-sync-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.fined-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.flagged-respawn-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.flat-cache-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.flatted-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.font-awesome-4.7.0",
"Red Hat JBoss Enterprise Application Platform :None.font-awesome-sass-4.7.0",
"Red Hat JBoss Enterprise Application Platform :None.for-in-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.for-own-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.forever-agent-0.6.1",
"Red Hat JBoss Enterprise Application Platform :None.form-data-2.3.3",
"Red Hat JBoss Enterprise Application Platform :None.fragment-cache-0.2.1",
"Red Hat JBoss Enterprise Application Platform :None.fs-extra-0.26.5",
"Red Hat JBoss Enterprise Application Platform :None.fs-extra-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.fs-minipass-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.fs.realpath-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.gauge-4.0.4",
"Red Hat JBoss Enterprise Application Platform :None.gaze-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.get-stdin-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.get-stdin-7.0.0",
"Red Hat JBoss Enterprise Application Platform :None.get-value-2.0.6",
"Red Hat JBoss Enterprise Application Platform :None.getobject-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.getpass-0.1.7",
"Red Hat JBoss Enterprise Application Platform :None.glob-5.0.15",
"Red Hat JBoss Enterprise Application Platform :None.glob-7.0.6",
"Red Hat JBoss Enterprise Application Platform :None.glob-7.1.4",
"Red Hat JBoss Enterprise Application Platform :None.glob-7.2.3",
"Red Hat JBoss Enterprise Application Platform :None.glob-8.0.3",
"Red Hat JBoss Enterprise Application Platform :None.glob-parent-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.glob-to-regexp-0.3.0",
"Red Hat JBoss Enterprise Application Platform :None.global-modules-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.global-modules-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.global-prefix-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.global-prefix-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.globals-11.12.0",
"Red Hat JBoss Enterprise Application Platform :None.globals-9.18.0",
"Red Hat JBoss Enterprise Application Platform :None.globby-9.2.0",
"Red Hat JBoss Enterprise Application Platform :None.globjoin-0.1.4",
"Red Hat JBoss Enterprise Application Platform :None.globule-1.2.1",
"Red Hat JBoss Enterprise Application Platform :None.gonzales-pe-4.2.4",
"Red Hat JBoss Enterprise Application Platform :None.good-listener-1.2.2",
"Red Hat JBoss Enterprise Application Platform :None.google-code-prettify-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.graceful-fs-4.2.10",
"Red Hat JBoss Enterprise Application Platform :None.grunt-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.grunt-cli-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-cli-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-clean-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-concat-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-copy-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-cssmin-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-less-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-watch-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-css-count-0.3.2",
"Red Hat JBoss Enterprise Application Platform :None.grunt-esdoc-0.0.4",
"Red Hat JBoss Enterprise Application Platform :None.grunt-known-options-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.grunt-legacy-log-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-legacy-log-utils-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.grunt-legacy-util-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.grunt-postcss-0.9.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-stylelint-0.11.0",
"Red Hat JBoss Enterprise Application Platform :None.gzip-size-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.har-schema-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.har-validator-5.1.3",
"Red Hat JBoss Enterprise Application Platform :None.has-ansi-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.has-flag-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.has-unicode-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.has-value-0.3.1",
"Red Hat JBoss Enterprise Application Platform :None.has-value-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.has-values-0.1.4",
"Red Hat JBoss Enterprise Application Platform :None.has-values-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.homedir-polyfill-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.hooker-0.2.3",
"Red Hat JBoss Enterprise Application Platform :None.hosted-git-info-2.7.1",
"Red Hat JBoss Enterprise Application Platform :None.html-tags-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.htmlparser2-3.10.1",
"Red Hat JBoss Enterprise Application Platform :None.htmlparser2-3.8.3",
"Red Hat JBoss Enterprise Application Platform :None.http-cache-semantics-4.1.0",
"Red Hat JBoss Enterprise Application Platform :None.http-parser-js-0.4.10",
"Red Hat JBoss Enterprise Application Platform :None.http-proxy-agent-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.http-signature-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.https-proxy-agent-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.humanize-ms-1.2.1",
"Red Hat JBoss Enterprise Application Platform :None.ice-cap-0.0.4",
"Red Hat JBoss Enterprise Application Platform :None.iconv-lite-0.4.24",
"Red Hat JBoss Enterprise Application Platform :None.iconv-lite-0.6.3",
"Red Hat JBoss Enterprise Application Platform :None.ieee754-1.2.1",
"Red Hat JBoss Enterprise Application Platform :None.ignore-4.0.6",
"Red Hat JBoss Enterprise Application Platform :None.ignore-5.1.2",
"Red Hat JBoss Enterprise Application Platform :None.image-size-0.5.5",
"Red Hat JBoss Enterprise Application Platform :None.immediate-3.3.0",
"Red Hat JBoss Enterprise Application Platform :None.import-fresh-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.import-lazy-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.imurmurhash-0.1.4",
"Red Hat JBoss Enterprise Application Platform :None.indent-string-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.indent-string-3.2.0",
"Red Hat JBoss Enterprise Application Platform :None.indent-string-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.indexes-of-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.infer-owner-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.inflight-1.0.6",
"Red Hat JBoss Enterprise Application Platform :None.inherits-2.0.4",
"Red Hat JBoss Enterprise Application Platform :None.ini-1.3.5",
"Red Hat JBoss Enterprise Application Platform :None.interpret-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.invariant-2.2.4",
"Red Hat JBoss Enterprise Application Platform :None.ip-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-absolute-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-accessor-descriptor-0.1.6",
"Red Hat JBoss Enterprise Application Platform :None.is-accessor-descriptor-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-alphabetical-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-alphanumeric-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-alphanumerical-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-arrayish-0.2.1",
"Red Hat JBoss Enterprise Application Platform :None.is-buffer-1.1.6",
"Red Hat JBoss Enterprise Application Platform :None.is-buffer-2.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-data-descriptor-0.1.4",
"Red Hat JBoss Enterprise Application Platform :None.is-data-descriptor-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-decimal-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-descriptor-0.1.6",
"Red Hat JBoss Enterprise Application Platform :None.is-descriptor-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.is-directory-0.3.1",
"Red Hat JBoss Enterprise Application Platform :None.is-extendable-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.is-extendable-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.is-extglob-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.is-finite-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.is-fullwidth-code-point-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-fullwidth-code-point-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-glob-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.is-glob-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.is-hexadecimal-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-lambda-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.is-number-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-number-7.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-obj-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.is-plain-obj-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.is-plain-object-2.0.4",
"Red Hat JBoss Enterprise Application Platform :None.is-regexp-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.is-relative-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-typedarray-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-unc-path-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-utf8-0.2.1",
"Red Hat JBoss Enterprise Application Platform :None.is-whitespace-character-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-windows-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.is-word-character-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.isarray-0.0.1",
"Red Hat JBoss Enterprise Application Platform :None.isarray-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.isexe-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.isobject-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.isobject-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.isstream-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.jansi.dll-None",
"Red Hat JBoss Enterprise Application Platform :None.jboss-eap-7.4.15-runtime-maven-repository.zip-None",
"Red Hat JBoss Enterprise Application Platform :None.jquery-3.2.1",
"Red Hat JBoss Enterprise Application Platform :None.jquery-3.6.1",
"Red Hat JBoss Enterprise Application Platform :None.jquery-match-height-0.7.2",
"Red Hat JBoss Enterprise Application Platform :None.js-cookie-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.js-tokens-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.js-tokens-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.js-yaml-3.13.1",
"Red Hat JBoss Enterprise Application Platform :None.jsbn-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.jsdom-7.2.2",
"Red Hat JBoss Enterprise Application Platform :None.jsesc-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.jsesc-2.5.2",
"Red Hat JBoss Enterprise Application Platform :None.json-parse-better-errors-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.json-schema-0.2.3",
"Red Hat JBoss Enterprise Application Platform :None.json-schema-traverse-0.4.1",
"Red Hat JBoss Enterprise Application Platform :None.json-stringify-safe-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.json5-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.jsonfile-2.4.0",
"Red Hat JBoss Enterprise Application Platform :None.jsonfile-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.jsprim-1.4.1",
"Red Hat JBoss Enterprise Application Platform :None.jstree-3.3.8",
"Red Hat JBoss Enterprise Application Platform :None.kind-of-3.2.2",
"Red Hat JBoss Enterprise Application Platform :None.kind-of-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.kind-of-5.1.0",
"Red Hat JBoss Enterprise Application Platform :None.kind-of-6.0.2",
"Red Hat JBoss Enterprise Application Platform :None.klaw-1.3.1",
"Red Hat JBoss Enterprise Application Platform :None.known-css-properties-0.14.0",
"Red Hat JBoss Enterprise Application Platform :None.less-3.9.0",
"Red Hat JBoss Enterprise Application Platform :None.level-6.0.1",
"Red Hat JBoss Enterprise Application Platform :None.level-codec-9.0.2",
"Red Hat JBoss Enterprise Application Platform :None.level-concat-iterator-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.level-errors-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.level-iterator-stream-4.0.2",
"Red Hat JBoss Enterprise Application Platform :None.level-js-5.0.2",
"Red Hat JBoss Enterprise Application Platform :None.level-packager-5.1.1",
"Red Hat JBoss Enterprise Application Platform :None.level-supports-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.level-write-stream-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.leveldown-5.6.0",
"Red Hat JBoss Enterprise Application Platform :None.levelup-4.4.0",
"Red Hat JBoss Enterprise Application Platform :None.leven-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.levn-0.2.5",
"Red Hat JBoss Enterprise Application Platform :None.levn-0.3.0",
"Red Hat JBoss Enterprise Application Platform :None.libjansi.so-None",
"Red Hat JBoss Enterprise Application Platform :None.libnetty_transport_native_epoll_x86_64.so-None",
"Red Hat JBoss Enterprise Application Platform :None.liftoff-2.5.0",
"Red Hat JBoss Enterprise Application Platform :None.livereload-js-2.4.0",
"Red Hat JBoss Enterprise Application Platform :None.load-json-file-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.load-json-file-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.locate-path-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.lodash-4.17.11",
"Red Hat JBoss Enterprise Application Platform :None.log-symbols-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.log-symbols-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.longest-streak-2.0.3",
"Red Hat JBoss Enterprise Application Platform :None.loose-envify-1.4.0",
"Red Hat JBoss Enterprise Application Platform :None.loud-rejection-1.6.0",
"Red Hat JBoss Enterprise Application Platform :None.lru-cache-6.0.0",
"Red Hat JBoss Enterprise Application Platform :None.lru-cache-7.14.0",
"Red Hat JBoss Enterprise Application Platform :None.ltgt-2.2.1",
"Red Hat JBoss Enterprise Application Platform :None.make-fetch-happen-10.2.1",
"Red Hat JBoss Enterprise Application Platform :None.make-iterator-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.map-cache-0.2.2",
"Red Hat JBoss Enterprise Application Platform :None.map-obj-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.map-obj-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.map-visit-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.markdown-escapes-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.markdown-table-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.marked-0.3.19",
"Red Hat JBoss Enterprise Application Platform :None.marked-0.3.5",
"Red Hat JBoss Enterprise Application Platform :None.marked-0.7.0",
"Red Hat JBoss Enterprise Application Platform :None.matchdep-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.mathml-tag-names-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.maxmin-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.mdast-util-compact-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.meow-3.7.0",
"Red Hat JBoss Enterprise Application Platform :None.meow-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.merge2-1.2.3",
"Red Hat JBoss Enterprise Application Platform :None.micromatch-3.1.10",
"Red Hat JBoss Enterprise Application Platform :None.micromatch-4.0.2",
"Red Hat JBoss Enterprise Application Platform :None.mime-1.6.0",
"Red Hat JBoss Enterprise Application Platform :None.mime-db-1.40.0",
"Red Hat JBoss Enterprise Application Platform :None.mime-types-2.1.24",
"Red Hat JBoss Enterprise Application Platform :None.minimatch-3.0.4",
"Red Hat JBoss Enterprise Application Platform :None.minimatch-3.1.2",
"Red Hat JBoss Enterprise Application Platform :None.minimatch-5.1.0",
"Red Hat JBoss Enterprise Application Platform :None.minimist-0.0.8",
"Red Hat JBoss Enterprise Application Platform :None.minimist-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.minimist-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.minimist-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.minimist-1.2.6",
"Red Hat JBoss Enterprise Application Platform :None.minimist-options-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.minipass-3.3.4",
"Red Hat JBoss Enterprise Application Platform :None.minipass-collect-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.minipass-fetch-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.minipass-flush-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.minipass-pipeline-1.2.4",
"Red Hat JBoss Enterprise Application Platform :None.minipass-sized-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.minizlib-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.mixin-deep-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.mkdirp-0.5.1",
"Red Hat JBoss Enterprise Application Platform :None.mkdirp-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.moment-2.29.4",
"Red Hat JBoss Enterprise Application Platform :None.moment-timezone-0.4.1",
"Red Hat JBoss Enterprise Application Platform :None.ms-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.ms-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.nanomatch-1.2.13",
"Red Hat JBoss Enterprise Application Platform :None.napi-macros-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.negotiator-0.6.3",
"Red Hat JBoss Enterprise Application Platform :None.node-fetch-2.6.7",
"Red Hat JBoss Enterprise Application Platform :None.node-gyp-9.2.0",
"Red Hat JBoss Enterprise Application Platform :None.node-gyp-build-4.1.1",
"Red Hat JBoss Enterprise Application Platform :None.node-releases-1.1.23",
"Red Hat JBoss Enterprise Application Platform :None.nopt-3.0.6",
"Red Hat JBoss Enterprise Application Platform :None.nopt-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.nopt-6.0.0",
"Red Hat JBoss Enterprise Application Platform :None.normalize-package-data-2.5.0",
"Red Hat JBoss Enterprise Application Platform :None.normalize-range-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.normalize-selector-0.2.0",
"Red Hat JBoss Enterprise Application Platform :None.npmlog-6.0.2",
"Red Hat JBoss Enterprise Application Platform :None.nth-check-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.num2fraction-1.2.2",
"Red Hat JBoss Enterprise Application Platform :None.number-is-nan-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.nwmatcher-1.4.4",
"Red Hat JBoss Enterprise Application Platform :None.oauth-sign-0.9.0",
"Red Hat JBoss Enterprise Application Platform :None.object-assign-4.1.1",
"Red Hat JBoss Enterprise Application Platform :None.object-copy-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.object-visit-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.object.defaults-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.object.map-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.object.pick-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.once-1.4.0",
"Red Hat JBoss Enterprise Application Platform :None.optionator-0.5.0",
"Red Hat JBoss Enterprise Application Platform :None.optionator-0.8.2",
"Red Hat JBoss Enterprise Application Platform :None.os-homedir-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.os-tmpdir-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.osenv-0.1.5",
"Red Hat JBoss Enterprise Application Platform :None.p-limit-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.p-locate-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.p-map-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.p-try-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.parse-entities-1.2.2",
"Red Hat JBoss Enterprise Application Platform :None.parse-filepath-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.parse-json-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.parse-json-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.parse-passwd-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.parse5-1.5.1",
"Red Hat JBoss Enterprise Application Platform :None.parse5-3.0.3",
"Red Hat JBoss Enterprise Application Platform :None.pascalcase-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.path-dirname-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.path-exists-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.path-exists-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.path-is-absolute-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.path-parse-1.0.6",
"Red Hat JBoss Enterprise Application Platform :None.path-root-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.path-root-regex-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.path-type-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.path-type-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.patternfly-3.59.2",
"Red Hat JBoss Enterprise Application Platform :None.patternfly-bootstrap-combobox-1.1.7",
"Red Hat JBoss Enterprise Application Platform :None.patternfly-bootstrap-treeview-2.1.5",
"Red Hat JBoss Enterprise Application Platform :None.performance-now-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.picomatch-2.0.7",
"Red Hat JBoss Enterprise Application Platform :None.pify-2.3.0",
"Red Hat JBoss Enterprise Application Platform :None.pify-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.pify-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.pinkie-2.0.4",
"Red Hat JBoss Enterprise Application Platform :None.pinkie-promise-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.pixrem-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.pom.xml-None",
"Red Hat JBoss Enterprise Application Platform :None.posix-character-classes-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-6.0.23",
"Red Hat JBoss Enterprise Application Platform :None.postcss-7.0.17",
"Red Hat JBoss Enterprise Application Platform :None.postcss-html-0.36.0",
"Red Hat JBoss Enterprise Application Platform :None.postcss-jsx-0.36.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-less-3.1.4",
"Red Hat JBoss Enterprise Application Platform :None.postcss-markdown-0.36.0",
"Red Hat JBoss Enterprise Application Platform :None.postcss-media-query-parser-0.2.3",
"Red Hat JBoss Enterprise Application Platform :None.postcss-reporter-6.0.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-resolve-nested-selector-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-safe-parser-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-sass-0.3.5",
"Red Hat JBoss Enterprise Application Platform :None.postcss-scss-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.postcss-selector-parser-3.1.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-syntax-0.36.2",
"Red Hat JBoss Enterprise Application Platform :None.postcss-value-parser-3.3.1",
"Red Hat JBoss Enterprise Application Platform :None.pouchdb-8.0.1",
"Red Hat JBoss Enterprise Application Platform :None.prelude-ls-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.pretty-bytes-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.promise-7.3.1",
"Red Hat JBoss Enterprise Application Platform :None.promise-inflight-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.promise-polyfill-8.1.3",
"Red Hat JBoss Enterprise Application Platform :None.promise-retry-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.prr-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.psl-1.1.33",
"Red Hat JBoss Enterprise Application Platform :None.punycode-1.4.1",
"Red Hat JBoss Enterprise Application Platform :None.punycode-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.qs-6.5.2",
"Red Hat JBoss Enterprise Application Platform :None.querystringify-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.quick-lru-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.raw-body-1.1.7",
"Red Hat JBoss Enterprise Application Platform :None.read-pkg-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.read-pkg-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.read-pkg-up-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.read-pkg-up-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.readable-stream-0.0.4",
"Red Hat JBoss Enterprise Application Platform :None.readable-stream-1.1.14",
"Red Hat JBoss Enterprise Application Platform :None.readable-stream-3.4.0",
"Red Hat JBoss Enterprise Application Platform :None.readable-stream-3.6.0",
"Red Hat JBoss Enterprise Application Platform :None.readable-stream-3.6.2",
"Red Hat JBoss Enterprise Application Platform :None.rechoir-0.6.2",
"Red Hat JBoss Enterprise Application Platform :None.redent-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.redent-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.reduce-css-calc-2.1.6",
"Red Hat JBoss Enterprise Application Platform :None.regenerator-runtime-0.11.1",
"Red Hat JBoss Enterprise Application Platform :None.regex-not-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.remark-10.0.1",
"Red Hat JBoss Enterprise Application Platform :None.remark-parse-6.0.3",
"Red Hat JBoss Enterprise Application Platform :None.remark-stringify-6.0.4",
"Red Hat JBoss Enterprise Application Platform :None.repeat-element-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.repeat-string-1.6.1",
"Red Hat JBoss Enterprise Application Platform :None.repeating-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.replace-ext-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.request-2.88.0",
"Red Hat JBoss Enterprise Application Platform :None.requires-port-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.resolve-1.1.7",
"Red Hat JBoss Enterprise Application Platform :None.resolve-1.11.1",
"Red Hat JBoss Enterprise Application Platform :None.resolve-dir-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.resolve-from-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.resolve-from-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.resolve-url-0.2.1",
"Red Hat JBoss Enterprise Application Platform :None.ret-0.1.15",
"Red Hat JBoss Enterprise Application Platform :None.retry-0.12.0",
"Red Hat JBoss Enterprise Application Platform :None.rimraf-2.6.3",
"Red Hat JBoss Enterprise Application Platform :None.rimraf-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.rw-1.3.3",
"Red Hat JBoss Enterprise Application Platform :None.safe-buffer-5.1.2",
"Red Hat JBoss Enterprise Application Platform :None.safe-json-parse-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.safe-regex-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.safer-buffer-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.sax-1.2.4",
"Red Hat JBoss Enterprise Application Platform :None.select-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.semver-5.7.2",
"Red Hat JBoss Enterprise Application Platform :None.semver-7.5.4",
"Red Hat JBoss Enterprise Application Platform :None.set-blocking-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.set-value-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.signal-exit-3.0.7",
"Red Hat JBoss Enterprise Application Platform :None.slash-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.slash-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.slice-ansi-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.smart-buffer-4.2.0",
"Red Hat JBoss Enterprise Application Platform :None.snapdragon-0.8.2",
"Red Hat JBoss Enterprise Application Platform :None.snapdragon-node-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.snapdragon-util-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.socks-2.7.1",
"Red Hat JBoss Enterprise Application Platform :None.socks-proxy-agent-7.0.0",
"Red Hat JBoss Enterprise Application Platform :None.source-map-0.2.0",
"Red Hat JBoss Enterprise Application Platform :None.source-map-0.5.7",
"Red Hat JBoss Enterprise Application Platform :None.source-map-0.6.1",
"Red Hat JBoss Enterprise Application Platform :None.source-map-resolve-0.5.2",
"Red Hat JBoss Enterprise Application Platform :None.source-map-url-0.4.0",
"Red Hat JBoss Enterprise Application Platform :None.spark-md5-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.spdx-correct-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.spdx-exceptions-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.spdx-expression-parse-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.spdx-license-ids-3.0.4",
"Red Hat JBoss Enterprise Application Platform :None.specificity-0.4.1",
"Red Hat JBoss Enterprise Application Platform :None.split-string-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.sprintf-js-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.sprintf-js-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.sshpk-1.16.1",
"Red Hat JBoss Enterprise Application Platform :None.ssri-9.0.1",
"Red Hat JBoss Enterprise Application Platform :None.stack-trace-0.0.10",
"Red Hat JBoss Enterprise Application Platform :None.state-toggle-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.static-extend-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.string-template-0.2.1",
"Red Hat JBoss Enterprise Application Platform :None.string-width-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.string-width-4.2.3",
"Red Hat JBoss Enterprise Application Platform :None.string_decoder-0.10.31",
"Red Hat JBoss Enterprise Application Platform :None.string_decoder-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.stringify-entities-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.strip-ansi-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.strip-ansi-5.2.0",
"Red Hat JBoss Enterprise Application Platform :None.strip-ansi-6.0.1",
"Red Hat JBoss Enterprise Application Platform :None.strip-bom-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.strip-bom-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.strip-indent-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.strip-indent-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.style-search-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.stylelint-10.1.0",
"Red Hat JBoss Enterprise Application Platform :None.sugarss-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.supports-color-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.supports-color-5.5.0",
"Red Hat JBoss Enterprise Application Platform :None.supports-color-6.1.0",
"Red Hat JBoss Enterprise Application Platform :None.svg-tags-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.symbol-tree-3.2.4",
"Red Hat JBoss Enterprise Application Platform :None.table-5.4.1",
"Red Hat JBoss Enterprise Application Platform :None.taffydb-2.7.2",
"Red Hat JBoss Enterprise Application Platform :None.taffydb-2.7.3",
"Red Hat JBoss Enterprise Application Platform :None.tar-6.1.11",
"Red Hat JBoss Enterprise Application Platform :None.through2-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.tiny-emitter-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.tiny-lr-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.to-fast-properties-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.to-fast-properties-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.to-object-path-0.3.0",
"Red Hat JBoss Enterprise Application Platform :None.to-regex-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.to-regex-range-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.to-regex-range-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.tough-cookie-2.4.3",
"Red Hat JBoss Enterprise Application Platform :None.tough-cookie-2.5.0",
"Red Hat JBoss Enterprise Application Platform :None.tough-cookie-4.1.3",
"Red Hat JBoss Enterprise Application Platform :None.tr46-0.0.3",
"Red Hat JBoss Enterprise Application Platform :None.trim-0.0.1",
"Red Hat JBoss Enterprise Application Platform :None.trim-newlines-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.trim-newlines-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.trim-right-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.trim-trailing-lines-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.trough-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.tunnel-agent-0.6.0",
"Red Hat JBoss Enterprise Application Platform :None.tweetnacl-0.14.5",
"Red Hat JBoss Enterprise Application Platform :None.type-check-0.3.2",
"Red Hat JBoss Enterprise Application Platform :None.unc-path-regex-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.underscore.string-3.3.5",
"Red Hat JBoss Enterprise Application Platform :None.unherit-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.unified-7.1.0",
"Red Hat JBoss Enterprise Application Platform :None.union-value-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.uniq-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.unique-filename-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.unique-slug-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-find-all-after-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-is-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-remove-position-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-stringify-position-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-visit-1.4.1",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-visit-parents-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.universalify-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.universalify-0.2.0",
"Red Hat JBoss Enterprise Application Platform :None.unset-value-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.uri-js-4.2.2",
"Red Hat JBoss Enterprise Application Platform :None.urix-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.url-parse-1.5.10",
"Red Hat JBoss Enterprise Application Platform :None.use-3.1.1",
"Red Hat JBoss Enterprise Application Platform :None.util-deprecate-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.uuid-3.3.2",
"Red Hat JBoss Enterprise Application Platform :None.uuid-8.3.2",
"Red Hat JBoss Enterprise Application Platform :None.v8flags-3.1.3",
"Red Hat JBoss Enterprise Application Platform :None.validate-npm-package-license-3.0.4",
"Red Hat JBoss Enterprise Application Platform :None.verror-1.10.0",
"Red Hat JBoss Enterprise Application Platform :None.vfile-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.vfile-location-2.0.5",
"Red Hat JBoss Enterprise Application Platform :None.vfile-message-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.vuvuzela-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.webidl-conversions-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.webidl-conversions-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.websocket-driver-0.7.3",
"Red Hat JBoss Enterprise Application Platform :None.websocket-extensions-0.1.3",
"Red Hat JBoss Enterprise Application Platform :None.whatwg-fetch-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.whatwg-url-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.whatwg-url-compat-0.6.5",
"Red Hat JBoss Enterprise Application Platform :None.which-1.3.1",
"Red Hat JBoss Enterprise Application Platform :None.which-2.0.2",
"Red Hat JBoss Enterprise Application Platform :None.wide-align-1.1.5",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-cli-15.0.33.Final-redhat-00001-client.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-cli-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-controller-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-controller-client-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-core-management-client-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-core-management-subsystem-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-core-security-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-core-security-api-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-deployment-repository-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-deployment-scanner-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-discovery-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-domain-http-error-context-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-domain-http-interface-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-domain-management-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-elytron-integration-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-elytron-tool-wrapper-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-embedded-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-event-logger-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-host-controller-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-io-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-jmx-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-launcher-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-logging-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-management-client-content-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-network-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-patching-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-platform-mbean-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-process-controller-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-protocol-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-remoting-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-request-controller-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-security-manager-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-server-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-threads-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-version-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wordwrap-0.0.3",
"Red Hat JBoss Enterprise Application Platform :None.wordwrap-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.wrappy-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.write-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.write-stream-0.4.3",
"Red Hat JBoss Enterprise Application Platform :None.x-is-string-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.xml-name-validator-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.xtend-4.0.2",
"Red Hat JBoss Enterprise Application Platform :None.yallist-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.yargs-parser-10.1.0",
"Red Hat JBoss Enterprise Application Platform :antlr.antlr-2.7.7.redhat-7.jar",
"Red Hat JBoss Enterprise Application Platform :antlr.antlr-2.7.7.redhat-7.pom",
"Red Hat JBoss Enterprise Application Platform :ch.qos.cal10n.cal10n-api-0.8.1.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :ch.qos.cal10n.cal10n-api-0.8.1.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.classmate-1.5.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.classmate-1.5.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-annotations-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-annotations-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-annotations-2.13.4.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-core-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-core-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-core-2.13.4.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-databind-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-databind-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-databind-2.13.4.2-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.woodstox.woodstox-core-6.4.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.ben-manes.caffeine.caffeine-2.8.8.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.fge.btf-1.2.0.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.fge.jackson-coreutils-1.8.0.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.fge.json-patch-1.9.0.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.fge.msg-simple-1.1.0.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.spullara.mustache.java.compiler-0.9.6.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.spullara.mustache.java.compiler-0.9.6.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.google.code.gson.gson-2.8.5.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :com.google.code.gson.gson-2.8.9.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.google.code.gson.gson-2.8.9.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.google.guava.failureaccess-1.0.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.google.guava.failureaccess-1.0.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :com.google.guava.guava-32.1.1.jre-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.google.guava.guava-32.1.1.jre-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.googlecode.javaewah.JavaEWAH-1.1.7.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.googlecode.javaewah.JavaEWAH-1.1.7.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.h2database.h2-1.4.197.redhat-00004.jar",
"Red Hat JBoss Enterprise Application Platform :com.h2database.h2-1.4.197.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :com.h2database.h2-1.4.197.redhat-00004.zip",
"Red Hat JBoss Enterprise Application Platform :com.microsoft.azure.azure-storage-8.6.6.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.microsoft.azure.azure-storage-8.6.6.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.redhat.insights.runtimes-java-api-1.1.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.redhat.insights.runtimes-java-api-1.1.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.squareup.protoparser-4.0.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.activation.jakarta.activation-1.2.2.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.activation.jakarta.activation-1.2.2.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.faces.jsf-impl-2.3.14.SP08-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.faces.jsf-impl-2.3.14.SP08-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-runtime-3.0.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-runtime-3.0.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-tools-3.0.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-tools-3.0.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.mail.jakarta.mail-1.6.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.mail.jakarta.mail-1.6.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.relaxng-datatype-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.relaxng-datatype-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.rngom-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.rngom-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.jaxb.isorelax-20090621.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.fastinfoset.FastInfoset-1.2.13.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.fastinfoset.FastInfoset-1.2.13.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.messaging.saaj.saaj-impl-1.4.1.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.messaging.saaj.saaj-impl-1.4.1.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-beanutils.commons-beanutils-1.9.4.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :commons-beanutils.commons-beanutils-1.9.4.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :commons-cli.commons-cli-1.2.0.redhat-10.pom",
"Red Hat JBoss Enterprise Application Platform :commons-cli.commons-cli-1.4.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :commons-cli.commons-cli-1.4.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-codec.commons-codec-1.11.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-codec.commons-codec-1.15.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :commons-codec.commons-codec-1.15.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-collections.commons-collections-3.2.2.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :commons-collections.commons-collections-3.2.2.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :commons-io.commons-io-2.10.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :commons-io.commons-io-2.10.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-io.commons-io-2.8.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-lang.commons-lang-2.6.0.redhat-7.jar",
"Red Hat JBoss Enterprise Application Platform :commons-lang.commons-lang-2.6.0.redhat-7.pom",
"Red Hat JBoss Enterprise Application Platform :commons-logging.commons-logging-1.2.0.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :gnu.getopt.java-getopt-1.0.13.redhat-5.jar",
"Red Hat JBoss Enterprise Application Platform :gnu.getopt.java-getopt-1.0.13.redhat-5.pom",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-api-1.3.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-api-1.3.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-narayana-1.3.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-narayana-1.3.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-pool-1.3.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-pool-1.3.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-buffer-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-buffer-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-dns-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-dns-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-haproxy-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-haproxy-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http2-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http2-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-memcache-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-memcache-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-mqtt-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-mqtt-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-redis-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-redis-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-smtp-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-smtp-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-socks-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-socks-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-stomp-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-stomp-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-xml-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-xml-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-common-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-proxy-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-proxy-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-classes-macos-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-classes-macos-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-tcnative-classes-2.0.52.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-tcnative-classes-2.0.52.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-epoll-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-epoll-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-kqueue-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-kqueue-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-epoll-4.1.94.Final-redhat-00003-linux-x86_64.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-epoll-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-unix-common-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-unix-common-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-rxtx-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-rxtx-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-sctp-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-sctp-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-udt-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-udt-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.reactivex.rxjava2.rxjava-2.2.20.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.reactivex.rxjava3.rxjava-3.0.9.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.jastow.jastow-2.0.14.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.jastow.jastow-2.0.14.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.undertow.js.undertow-js-1.0.2.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.js.undertow-js-1.0.2.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-core-2.2.28.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-core-2.2.28.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-servlet-2.2.28.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-servlet-2.2.28.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-websockets-jsr-2.2.28.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-websockets-jsr-2.2.28.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.enterprise.jakarta.enterprise.cdi-api-2.0.2.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.enterprise.jakarta.enterprise.cdi-api-2.0.2.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.inject.jakarta.inject-api-1.0.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.inject.jakarta.inject-api-1.0.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.json.bind.jakarta.json.bind-api-1.0.2.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.json.bind.jakarta.json.bind-api-1.0.2.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.json.jakarta.json-api-1.1.6.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.json.jakarta.json-api-1.1.6.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.persistence.jakarta.persistence-api-2.2.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.persistence.jakarta.persistence-api-2.2.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.security.enterprise.jakarta.security.enterprise-api-1.0.2.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.security.enterprise.jakarta.security.enterprise-api-1.0.2.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.validation.jakarta.validation-api-2.0.2.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.validation.jakarta.validation-api-2.0.2.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :javax.jws.jsr181-api-1.0.0.MR1-redhat-8.jar",
"Red Hat JBoss Enterprise Application Platform :javax.jws.jsr181-api-1.0.0.MR1-redhat-8.pom",
"Red Hat JBoss Enterprise Application Platform :jaxen.jaxen-1.1.6.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :jaxen.jaxen-1.1.6.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :jboss.jaxbintros.jboss-jaxb-intros-1.0.3.GA-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jboss.jaxbintros.jboss-jaxb-intros-1.0.3.GA-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :joda-time.joda-time-2.9.7.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :joda-time.joda-time-2.9.7.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :net.bytebuddy.byte-buddy-1.11.12.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :net.bytebuddy.byte-buddy-dep-1.11.12.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :net.java.dev.msv.xsdlib-2013.6.1.pom",
"Red Hat JBoss Enterprise Application Platform :net.jcip.jcip-annotations-1.0.0.redhat-8.jar",
"Red Hat JBoss Enterprise Application Platform :net.jcip.jcip-annotations-1.0.0.redhat-8.pom",
"Red Hat JBoss Enterprise Application Platform :net.shibboleth.utilities.java-support-7.3.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :net.shibboleth.utilities.java-support-7.3.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-2.4.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-2.4.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-extensions-1.8.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-extensions-1.8.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.aesh.readline-2.2.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.aesh.readline-2.2.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.aesh.terminal-api-2.2.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.activemq-artemis-native-1.0.2.redhat-00004.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.activemq-artemis-native-1.0.2.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-cli-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-cli-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-commons-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-commons-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-core-client-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-core-client-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-dto-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-dto-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hornetq-protocol-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hornetq-protocol-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hqclient-protocol-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hqclient-protocol-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jdbc-store-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jdbc-store-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-client-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-client-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-server-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-server-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-journal-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-journal-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-ra-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-ra-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-selector-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-selector-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-server-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-server-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-service-extensions-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-service-extensions-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-tools-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-tools-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-i686-1.0.2-redhat-00001.so",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-ppc64le-1.0.2-redhat-00001.so",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-s390x-1.0.2-redhat-00001.so",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-x86_64-1.0.2-redhat-00001.so",
"Red Hat JBoss Enterprise Application Platform :org.apache.avro.avro-1.11.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.avro.avro-1.11.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.commons.commons-lang3-3.11.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.commons.commons-lang3-3.11.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-core-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-core-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-coloc-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-coloc-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-soap-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-soap-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-xml-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-xml-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-aegis-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-aegis-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-jaxb-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-jaxb-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-clustering-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-clustering-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-logging-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-logging-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-jaxws-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-jaxws-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-simple-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-simple-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-management-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-management-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-saml-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-saml-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-hc-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-hc-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-jms-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-jms-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-local-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-local-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-addr-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-addr-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-mex-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-mex-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-policy-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-policy-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-rm-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-rm-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-security-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-security-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-wsdl-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-wsdl-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-common-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-common-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-java2ws-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-java2ws-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-validator-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-validator-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-core-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-core-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-databinding-jaxb-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-databinding-jaxb-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-frontend-jaxws-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-frontend-jaxws-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.sts.cxf-services-sts-core-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.sts.cxf-services-sts-core-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.ws-discovery.cxf-services-ws-discovery-api-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.ws-discovery.cxf-services-ws-discovery-api-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjc-utils.cxf-xjc-runtime-3.3.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjc-utils.cxf-xjc-runtime-3.3.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-boolean-3.3.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-boolean-3.3.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-bug986-3.3.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-bug986-3.3.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-dv-3.3.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-dv-3.3.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-ts-3.3.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-ts-3.3.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpasyncclient-4.1.4.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpasyncclient-4.1.4.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpclient-4.5.13.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpclient-4.5.13.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-4.4.13.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-4.4.14.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-4.4.14.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-nio-4.4.14.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-nio-4.4.14.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpmime-4.5.13.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpmime-4.5.13.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-core-0.8.9.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-core-0.8.9.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-dom-0.8.9.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-dom-0.8.9.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-storage-0.8.9.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-storage-0.8.9.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.logging.log4j.log4j-api-2.17.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.logging.log4j.log4j-api-2.17.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-analyzers-common-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-analyzers-common-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-backward-codecs-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-backward-codecs-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-core-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-core-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-facet-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-facet-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-misc-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-misc-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queries-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queries-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queryparser-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queryparser-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.neethi.neethi-3.1.1.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.neethi.neethi-3.1.1.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.santuario.xmlsec-2.2.6.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-common-2.9.2.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-common-2.9.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-common-2.9.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-core-2.9.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-core-2.9.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-compat-1.2.6.RC1-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-compat-1.2.6.RC1-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-impl-1.2.6.RC1-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-impl-1.2.6.RC1-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-spec-1.2.6.RC1-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-spec-1.2.6.RC1-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.velocity.velocity-engine-core-2.3.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.ws.xmlschema.xmlschema-core-2.2.5.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.ws.xmlschema.xmlschema-core-2.2.5.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-bindings-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-bindings-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-policy-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-policy-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-common-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-common-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-dom-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-dom-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-policy-stax-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-policy-stax-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-stax-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-stax-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.bitbucket.b_c.jose4j-0.9.3.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcmail-jdk18on-1.76.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcmail-jdk18on-1.76.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpg-jdk18on-1.76.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpg-jdk18on-1.76.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpkix-jdk18on-1.76.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpkix-jdk18on-1.76.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcprov-jdk18on-1.76.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcprov-jdk18on-1.76.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcutil-jdk18on-1.76.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcutil-jdk18on-1.76.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-core-asl-1.9.13.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-jaxrs-1.9.13.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-mapper-asl-1.9.13.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-xc-1.9.13.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jettison.jettison-1.5.4.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jettison.jettison-1.5.4.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.woodstox.stax2-api-4.2.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.woodstox.stax2-api-4.2.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.cryptacular.cryptacular-1.2.4.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.cryptacular.cryptacular-1.2.4.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.dom4j.dom4j-2.1.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.dom4j.dom4j-2.1.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jdt.ecj-3.26.0.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jdt.ecj-3.26.0.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit-5.13.2.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit-5.13.2.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit.ssh.apache-5.13.2.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit.ssh.apache-5.13.2.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.yasson-1.0.11.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.yasson-1.0.11.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.fusesource.hawtjni.hawtjni-runtime-1.17.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-1.18.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-linux32-1.8.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-linux64-1.8.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-native-1.8.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.el-3.0.3.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.el-3.0.3.redhat-00007.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.enterprise.concurrent-1.1.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.enterprise.concurrent-1.1.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.json-1.1.6.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.json-1.1.6.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.codemodel-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.codemodel-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-jxc-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-jxc-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-runtime-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-runtime-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-xjc-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-xjc-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.txw2-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.txw2-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.xsom-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.xsom-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.soteria.jakarta.security.enterprise-1.0.1.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.soteria.jakarta.security.enterprise-1.0.1.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.common.hibernate-commons-annotations-5.0.5.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-core-5.3.33.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-envers-5.3.33.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-backend-jms-5.10.13.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-backend-jms-5.10.13.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-engine-5.10.13.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-engine-5.10.13.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-orm-5.10.13.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-orm-5.10.13.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-serialization-avro-5.10.13.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-serialization-avro-5.10.13.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-6.0.23.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-6.0.23.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-cdi-6.0.23.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-cdi-6.0.23.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-commons-2.4.8.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-commons-2.4.8.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-core-client-2.4.8.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-core-client-2.4.8.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-jms-client-2.4.8.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-jms-client-2.4.8.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-jdbc-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-jdbc-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-remote-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-remote-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-client-hotrod-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-client-hotrod-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-commons-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-commons-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-component-annotations-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-component-annotations-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-core-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-core-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-commons-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-commons-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-spi-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-spi-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v51-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v51-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v53-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v53-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.protostream.protostream-4.3.6.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.protostream.protostream-4.3.6.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jasypt.jasypt-1.9.3.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jasypt.jasypt-1.9.3.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.javassist.javassist-3.26.0.GA-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.javassist.javassist-3.27.0.GA-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.javassist.javassist-3.27.0.GA-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jberet.jberet-core-1.3.9.SP2-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jberet.jberet-core-1.3.9.SP2-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.activemq.artemis.integration.artemis-wildfly-integration-1.0.7.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.activemq.artemis.integration.artemis-wildfly-integration-1.0.7.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.classfilewriter.jboss-classfilewriter-1.2.5.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.classfilewriter.jboss-classfilewriter-1.2.5.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.common.jboss-common-beans-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.common.jboss-common-beans-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jboss-insights-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jboss-insights-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-eclipselink-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-eclipselink-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-1-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-1-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-3-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-3-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-3-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-3-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-openjpa-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-openjpa-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-appclient-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-appclient-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-batch-jberet-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-batch-jberet-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-bean-validation-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-bean-validation-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-client-all-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-client-properties-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-client-properties-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-common-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-common-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-cache-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-cache-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-hotrod-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-hotrod-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-infinispan-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-infinispan-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-infinispan-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-infinispan-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-client-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-client-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-marshalling-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-marshalling-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-jboss-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-jboss-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-protostream-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-protostream-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-server-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-server-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-service-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-service-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-cache-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-cache-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-container-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-container-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-hotrod-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-hotrod-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-infinispan-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-infinispan-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-undertow-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-undertow-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-cmp-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-cmp-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-configadmin-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-configadmin-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-connector-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-connector-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-datasources-agroal-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-datasources-agroal-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-security-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-security-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ejb3-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ejb3-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-health-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-health-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-iiop-openjdk-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-iiop-openjdk-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jacorb-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jacorb-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxr-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxr-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxrs-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxrs-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jdr-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jdr-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jpa-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jpa-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-injection-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-injection-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsr77-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsr77-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mail-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mail-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-activemq-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-activemq-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-metrics-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-metrics-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-config-smallrye-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-config-smallrye-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-health-smallrye-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-health-smallrye-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-metrics-smallrye-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-metrics-smallrye-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-opentracing-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-opentracing-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-undertow-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-undertow-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-naming-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-naming-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ormtransformer-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ormtransformer-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-picketlink-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-picketlink-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-pojo-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-pojo-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-rts-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-rts-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-sar-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-sar-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-integration-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-integration-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-plugins-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-plugins-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-vault-tool-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-vault-tool-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-system-jmx-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-system-jmx-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-transactions-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-transactions-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-undertow-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-undertow-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-common-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-common-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-webservices-server-integration-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-webservices-server-integration-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-bean-validation-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-bean-validation-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-common-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-common-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-ejb-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-ejb-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-jpa-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-jpa-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-transactions-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-transactions-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-webservices-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-webservices-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-xts-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-xts-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ejb3.jboss-ejb3-ext-api-2.3.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ejb3.jboss-ejb3-ext-api-2.3.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.genericjms.generic-jms-ra-jar-2.0.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.genericjms.generic-jms-ra-jar-2.0.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.hal.hal-console-3.3.20.Final-redhat-00001-resources.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.hal.hal-console-3.3.20.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.invocation.jboss-invocation-1.6.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.invocation.jboss-invocation-1.6.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-api-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-api-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-impl-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-impl-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-spi-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-spi-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-api-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-api-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-impl-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-impl-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-deployers-common-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-deployers-common-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-jdbc-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-jdbc-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-validator-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-validator-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jandex-2.4.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jandex-2.4.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-dmr-1.5.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-dmr-1.5.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-4.0.53.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-4.0.53.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-legacy-3.0.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-legacy-3.0.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-iiop-client-1.0.1.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-iiop-client-1.0.1.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-transaction-spi-7.6.0.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-transaction-spi-7.6.0.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-vfs-3.2.17.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-vfs-3.2.17.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.commons-logging-jboss-logging-1.0.0.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.commons-logging-jboss-logging-1.0.0.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jboss-logging-3.4.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jboss-logging-3.4.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jul-to-slf4j-stub-1.0.1.Final-redhat-3.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jul-to-slf4j-stub-1.0.1.Final-redhat-3.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.jboss-logmanager-2.1.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.jboss-logmanager-2.1.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.log4j-jboss-logmanager-1.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.log4j2-jboss-logmanager-1.1.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.log4j2-jboss-logmanager-1.1.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-2.0.14.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-2.0.14.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-river-2.0.14.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-river-2.0.14.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-appclient-13.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-appclient-13.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-common-13.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-common-13.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ear-13.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ear-13.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ejb-13.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ejb-13.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-web-13.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-web-13.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-cli-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-cli-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-core-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-core-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.0-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.0-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.1-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.1-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly11.0-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly11.0-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly12.0-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly12.0-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly13.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly13.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly14.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly14.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly15.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly15.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly16.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly16.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly17.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly17.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly18.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly18.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly19.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly19.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly20.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly20.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly21.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly21.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly22.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly22.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly8.2-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly8.2-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly9.0-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly9.0-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-container-spi-1.4.5.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-container-spi-1.4.5.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-core-1.4.5.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-core-1.4.5.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-load-spi-1.4.5.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-load-spi-1.4.5.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.modules.jboss-modules-1.12.2.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.modules.jboss-modules-1.12.2.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.msc.jboss-msc-1.4.13.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.msc.jboss-msc-1.4.13.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.arjunacore.arjuna-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.arjunacore.txoj-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.common-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.compensations.compensations-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.compensations.compensations-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jbosstxbridge-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jbosstxbridge-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.cdi-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.jdbc-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.jms-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.jta-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.idlj-idl-jdk8-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.jtax-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.jts-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.narayana-jts-idlj-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.narayana-jts-integration-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.narayana-jts-integration-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.orbportability-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-api-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-api-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-bridge-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-bridge-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-integration-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-integration-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-util-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-util-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.txframework.txframework-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.txframework.txframework-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.bridge-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.jbossxts-5.11.4.Final-redhat-00001-api.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.jbossxts-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.recovery-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.service-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.ws-c11-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.ws-t11-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.wsas-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.wscf11-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.wstx11-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.openjdk-orb.openjdk-orb-8.1.4.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.openjdk-orb.openjdk-orb-8.1.4.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.remoting.jboss-remoting-5.0.27.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.remoting.jboss-remoting-5.0.27.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.remotingjmx.remoting-jmx-3.0.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.remotingjmx.remoting-jmx-3.0.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.jose-jwt-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.jose-jwt-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-atom-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-atom-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-cdi-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-cdi-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-client-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-client-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-crypto-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-crypto-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson2-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson2-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxb-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxb-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxrs-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxrs-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jettison-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jettison-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jsapi-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jsapi-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-binding-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-binding-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-p-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-p-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-multipart-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-multipart-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-rxjava2-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-rxjava2-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-spring-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-spring-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-validator-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-validator-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-yaml-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-yaml-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.seam.integration.jboss-seam-int-jbossas-7.0.0.GA-redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.seam.integration.jboss-seam-int-jbossas-7.0.0.GA-redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-common-3.0.6.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-common-3.0.6.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-extras-3.0.6.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-extras-3.0.6.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-ntlm-3.0.6.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-ntlm-3.0.6.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-spnego-3.0.6.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-spnego-3.0.6.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jbossxacml-2.0.8.Final-redhat-8.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.slf4j.slf4j-jboss-logmanager-1.1.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.slf4j.slf4j-jboss-logmanager-1.1.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.annotation.jboss-annotations-api_1.3_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.annotation.jboss-annotations-api_1.3_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.batch.jboss-batch-api_1.0_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.batch.jboss-batch-api_1.0_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ejb.jboss-ejb-api_3.2_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ejb.jboss-ejb-api_3.2_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.el.jboss-el-api_3.0_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.el.jboss-el-api_3.0_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.enterprise.concurrent.jboss-concurrency-api_1.0_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.enterprise.concurrent.jboss-concurrency-api_1.0_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.faces.jboss-jsf-api_2.3_spec-3.0.0.SP07-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.faces.jboss-jsf-api_2.3_spec-3.0.0.SP07-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.interceptor.jboss-interceptors-api_1.2_spec-2.0.0.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.interceptor.jboss-interceptors-api_1.2_spec-2.0.0.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.jms.jboss-jms-api_2.0_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.jms.jboss-jms-api_2.0_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.management.j2ee.jboss-j2eemgmt-api_1.1_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.management.j2ee.jboss-j2eemgmt-api_1.1_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.resource.jboss-connector-api_1.7_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.resource.jboss-connector-api_1.7_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.auth.message.jboss-jaspi-api_1.1_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.auth.message.jboss-jaspi-api_1.1_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.jacc.jboss-jacc-api_1.5_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.jacc.jboss-jacc-api_1.5_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jboss-servlet-api_4.0_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jboss-servlet-api_4.0_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.transaction.jboss-transaction-api_1.3_spec-2.0.0.Final-redhat-00005.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.transaction.jboss-transaction-api_1.3_spec-2.0.0.Final-redhat-00005.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.websocket.jboss-websocket-api_1.1_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.websocket.jboss-websocket-api_1.1_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ws.rs.jboss-jaxrs-api_2.1_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ws.rs.jboss-jaxrs-api_2.1_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.rpc.jboss-jaxrpc-api_1.1_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.rpc.jboss-jaxrpc-api_1.1_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.3_spec-1.0.6.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.3_spec-1.0.6.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.4_spec-1.0.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.4_spec-1.0.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.ws.jboss-jaxws-api_2.3_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.ws.jboss-jaxws-api_2.3_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.staxmapper-1.3.0.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.staxmapper-1.3.0.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.stdio.jboss-stdio-1.1.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.stdio.jboss-stdio-1.1.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.threads.jboss-threads-2.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.threads.jboss-threads-2.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-ejb-3.1.10.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-ejb-3.1.10.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jsf-3.1.10.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jsf-3.1.10.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jta-3.1.10.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jta-3.1.10.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-web-3.1.10.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-web-3.1.10.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-api-3.1.0.SP3-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-api-3.1.0.SP3-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-core-impl-3.1.10.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-core-impl-3.1.10.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-spi-3.1.0.SP3-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-spi-3.1.0.SP3-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-client-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-client-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-factories-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-factories-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-jaspi-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-jaspi-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-resources-5.4.9.Final-redhat-00001-wildfly2400.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-resources-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-server-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-server-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-udp-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-udp-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-undertow-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-undertow-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-api-1.1.2.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-api-1.1.2.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-3.3.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-3.3.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-tools-1.3.2.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-tools-1.3.2.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-spi-3.4.0.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-spi-3.4.0.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.projects.jaxws-undertow-httpspi-1.0.1.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.projects.jaxws-undertow-httpspi-1.0.1.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.netty.netty-xnio-transport-0.1.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.netty.netty-xnio-transport-0.1.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-api-3.8.11.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-api-3.8.11.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-nio-3.8.11.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-nio-3.8.11.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jctools.jctools-core-2.1.2.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :org.jctools.jctools-core-2.1.2.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :org.jctools.jctools-core-3.1.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.azure.jgroups-azure-1.3.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.azure.jgroups-azure-1.3.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.jgroups-4.2.23.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.jgroups-4.2.23.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.kubernetes.jgroups-kubernetes-1.0.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.kubernetes.jgroups-kubernetes-1.0.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jsoup.jsoup-1.14.2.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jsoup.jsoup-1.14.2.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jvnet.staxex.stax-ex-1.8.3.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jvnet.staxex.stax-ex-1.8.3.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-core-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-core-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-profile-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-profile-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-impl-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-impl-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-impl-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-impl-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-soap-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-soap-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-impl-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-impl-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-impl-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-impl-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-impl-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-impl-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.ow2.asm.asm-9.1.0.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.ow2.asm.asm-util-9.1.0.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.acl-spi-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.authorization-spi-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.common-spi-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.identity-spi-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.jboss-security-spi-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.jbosssx-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.jbosssx-bare-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-5.0.3.Final-redhat-00009.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-acl-impl-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-bare-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-commons-1.0.0.final-redhat-5.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-commons-1.0.0.final-redhat-5.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-identity-impl-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-infinispan-5.0.3.Final-redhat-00009.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-infinispan-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-spi-bare-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.distribution.picketlink-wildfly8-2.5.5.SP12-redhat-00016.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-api-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-api-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-common-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-common-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-config-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-config-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-federation-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-federation-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-api-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-api-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-impl-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-impl-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-simple-schema-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-simple-schema-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-impl-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-impl-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-core-1.1.6.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-core-1.1.6.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-wildfly-1.1.6.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-wildfly-1.1.6.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.reactivestreams.reactive-streams-1.0.3.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.jcl-over-slf4j-1.7.30.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-api-1.7.22.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-api-1.7.22.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-api-1.7.30.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-ext-1.7.22.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-ext-1.7.22.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.client.wildfly-client-config-1.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.client.wildfly-client-config-1.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.common.wildfly-common-1.5.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.common.wildfly-common-1.5.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-cli-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-controller-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-controller-client-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-management-client-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-management-subsystem-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-security-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-security-api-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-deployment-repository-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-deployment-scanner-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-discovery-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-domain-http-error-context-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-domain-http-interface-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-domain-management-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-elytron-integration-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-elytron-tool-wrapper-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-embedded-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-event-logger-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-host-controller-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-io-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-jmx-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-launcher-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-logging-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-management-client-content-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-network-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-patching-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-platform-mbean-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-process-controller-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-protocol-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-remoting-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-request-controller-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-security-manager-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-server-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-threads-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-version-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.discovery.wildfly-discovery-client-1.2.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.discovery.wildfly-discovery-client-1.2.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-java-2.2.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-java-2.2.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-ppc64le-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-ppc64le-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel6-x86_64-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel6-x86_64-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel7-x86_64-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel7-x86_64-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel8-x86_64-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel8-x86_64-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel9-x86_64-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel9-x86_64-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-s390x-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-s390x-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-windows-x86_64-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-1.9.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-1.9.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-servlet-1.9.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-servlet-1.9.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-asn1-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-asn1-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-audit-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-audit-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-deprecated-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-deprecated-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-http-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-http-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-sasl-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-sasl-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-base-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-base-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-client-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-client-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-deprecated-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-deprecated-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-impl-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-impl-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-store-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-store-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-digest-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-digest-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-encryption-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-encryption-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-basic-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-basic-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-bearer-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-bearer-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-cert-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-cert-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-deprecated-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-deprecated-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-digest-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-digest-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-external-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-external-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-form-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-form-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-oidc-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-spnego-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-spnego-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-sso-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-sso-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-stateful-basic-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-stateful-basic-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jacc-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jacc-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jaspi-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jaspi-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jose-jwk-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jose-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-json-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-json-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-keystore-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-keystore-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-digest-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-digest-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-gssapi-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-gssapi-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-http-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-http-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-oauth2-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-oauth2-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-scram-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-scram-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-password-impl-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-password-impl-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-permission-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-permission-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-provider-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-provider-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-jdbc-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-jdbc-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-ldap-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-ldap-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-token-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-token-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-anonymous-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-anonymous-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-auth-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-auth-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-deprecated-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-deprecated-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-digest-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-digest-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-entity-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-entity-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-external-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-external-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gs2-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gs2-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gssapi-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gssapi-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-localuser-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-localuser-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-oauth2-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-oauth2-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-otp-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-otp-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-plain-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-plain-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-scram-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-scram-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-action-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-action-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-ssl-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-ssl-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-tool-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-tool-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-acme-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-acme-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-deprecated-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-deprecated-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-principal-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-principal-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.transaction.wildfly-transaction-client-1.1.17.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.transaction.wildfly-transaction-client-1.1.17.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-client-common-1.1.16.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-client-common-1.1.16.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-ejb-client-1.1.16.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-ejb-client-1.1.16.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-naming-client-1.1.16.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-naming-client-1.1.16.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-transaction-client-1.1.16.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-transaction-client-1.1.16.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-naming-client-1.0.17.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-naming-client-1.0.17.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.yaml.snakeyaml-1.33.0.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.yaml.snakeyaml-1.33.0.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :wsdl4j.wsdl4j-1.6.3.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :wsdl4j.wsdl4j-1.6.3.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :xalan.serializer-2.7.1.redhat-00014.jar",
"Red Hat JBoss Enterprise Application Platform :xalan.serializer-2.7.1.redhat-00014.pom",
"Red Hat JBoss Enterprise Application Platform :xalan.xalan-2.7.1.redhat-00014.jar",
"Red Hat JBoss Enterprise Application Platform :xalan.xalan-2.7.1.redhat-00014.pom",
"Red Hat JBoss Enterprise Application Platform :xerces.xercesImpl-2.12.0.SP04-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :xerces.xercesImpl-2.12.0.SP04-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :xml-resolver.xml-resolver-1.2.0.redhat-12.jar",
"Red Hat JBoss Enterprise Application Platform :xml-resolver.xml-resolver-1.2.0.redhat-12.pom",
"Red Hat JBoss Enterprise Application Platform :xom.xom-1.3.7.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :xom.xom-1.3.7.redhat-00001.pom"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2246070"
}
],
"notes": [
{
"category": "description",
"text": "All versions of Apache Santuario - XML Security for Java prior to 2.2.6, 2.3.4, and 3.0.3, when using the JSR 105 API, are vulnerable to an issue where a private key may be disclosed in log files when generating an XML Signature and logging with debug level is enabled.\u00a0Users are recommended to upgrade to version 2.2.6, 2.3.4, or 3.0.3, which fixes this issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "santuario: Private Key disclosure in debug-log output",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat JBoss Enterprise Application Platform :org.apache.santuario.xmlsec-2.2.6.redhat-00002.jar"
],
"known_not_affected": [
"Red Hat JBoss Enterprise Application Platform :@babel.code-frame-7.0.0",
"Red Hat JBoss Enterprise Application Platform :@babel.core-7.4.5",
"Red Hat JBoss Enterprise Application Platform :@babel.generator-7.4.4",
"Red Hat JBoss Enterprise Application Platform :@babel.helper-function-name-7.1.0",
"Red Hat JBoss Enterprise Application Platform :@babel.helper-get-function-arity-7.0.0",
"Red Hat JBoss Enterprise Application Platform :@babel.helper-split-export-declaration-7.4.4",
"Red Hat JBoss Enterprise Application Platform :@babel.helpers-7.4.4",
"Red Hat JBoss Enterprise Application Platform :@babel.highlight-7.0.0",
"Red Hat JBoss Enterprise Application Platform :@babel.parser-7.4.5",
"Red Hat JBoss Enterprise Application Platform :@babel.template-7.4.4",
"Red Hat JBoss Enterprise Application Platform :@babel.traverse-7.4.5",
"Red Hat JBoss Enterprise Application Platform :@babel.types-7.4.4",
"Red Hat JBoss Enterprise Application Platform :@gar.promisify-1.1.3",
"Red Hat JBoss Enterprise Application Platform :@mrmlnc.readdir-enhanced-2.2.1",
"Red Hat JBoss Enterprise Application Platform :@nodelib.fs.stat-1.1.3",
"Red Hat JBoss Enterprise Application Platform :@npmcli.fs-2.1.2",
"Red Hat JBoss Enterprise Application Platform :@npmcli.move-file-2.0.1",
"Red Hat JBoss Enterprise Application Platform :@tootallnate.once-2.0.0",
"Red Hat JBoss Enterprise Application Platform :@types.c3-0.6.0",
"Red Hat JBoss Enterprise Application Platform :@types.d3-4.13.0",
"Red Hat JBoss Enterprise Application Platform :@types.d3-array-1.2.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-axis-1.0.10",
"Red Hat JBoss Enterprise Application Platform :@types.d3-brush-1.0.8",
"Red Hat JBoss Enterprise Application Platform :@types.d3-chord-1.0.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-collection-1.0.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-color-1.2.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-dispatch-1.0.6",
"Red Hat JBoss Enterprise Application Platform :@types.d3-drag-1.2.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-dsv-1.0.33",
"Red Hat JBoss Enterprise Application Platform :@types.d3-ease-1.0.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-force-1.1.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-format-1.3.0",
"Red Hat JBoss Enterprise Application Platform :@types.d3-geo-1.10.3",
"Red Hat JBoss Enterprise Application Platform :@types.d3-hierarchy-1.1.2",
"Red Hat JBoss Enterprise Application Platform :@types.d3-interpolate-1.2.0",
"Red Hat JBoss Enterprise Application Platform :@types.d3-path-1.0.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-polygon-1.0.6",
"Red Hat JBoss Enterprise Application Platform :@types.d3-quadtree-1.0.5",
"Red Hat JBoss Enterprise Application Platform :@types.d3-queue-3.0.6",
"Red Hat JBoss Enterprise Application Platform :@types.d3-random-1.1.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-request-1.0.2",
"Red Hat JBoss Enterprise Application Platform :@types.d3-scale-1.0.13",
"Red Hat JBoss Enterprise Application Platform :@types.d3-selection-1.3.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-shape-1.2.3",
"Red Hat JBoss Enterprise Application Platform :@types.d3-time-1.0.8",
"Red Hat JBoss Enterprise Application Platform :@types.d3-time-format-2.1.0",
"Red Hat JBoss Enterprise Application Platform :@types.d3-timer-1.0.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-transition-1.1.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-voronoi-1.1.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-zoom-1.7.1",
"Red Hat JBoss Enterprise Application Platform :@types.events-3.0.0",
"Red Hat JBoss Enterprise Application Platform :@types.geojson-7946.0.3",
"Red Hat JBoss Enterprise Application Platform :@types.glob-7.1.1",
"Red Hat JBoss Enterprise Application Platform :@types.minimatch-3.0.3",
"Red Hat JBoss Enterprise Application Platform :@types.node-12.0.10",
"Red Hat JBoss Enterprise Application Platform :@types.unist-2.0.3",
"Red Hat JBoss Enterprise Application Platform :@types.vfile-3.0.2",
"Red Hat JBoss Enterprise Application Platform :@types.vfile-message-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.abab-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.abbrev-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.abort-controller-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.abstract-leveldown-6.2.3",
"Red Hat JBoss Enterprise Application Platform :None.ace-builds-1.4.5",
"Red Hat JBoss Enterprise Application Platform :None.acorn-2.7.0",
"Red Hat JBoss Enterprise Application Platform :None.acorn-globals-1.0.9",
"Red Hat JBoss Enterprise Application Platform :None.agent-base-6.0.2",
"Red Hat JBoss Enterprise Application Platform :None.agentkeepalive-4.2.1",
"Red Hat JBoss Enterprise Application Platform :None.aggregate-error-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.ajv-6.10.0",
"Red Hat JBoss Enterprise Application Platform :None.amdefine-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.ansi-regex-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.ansi-regex-4.1.0",
"Red Hat JBoss Enterprise Application Platform :None.ansi-regex-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.ansi-styles-2.2.1",
"Red Hat JBoss Enterprise Application Platform :None.ansi-styles-3.2.1",
"Red Hat JBoss Enterprise Application Platform :None.aproba-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.are-we-there-yet-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.argparse-1.0.10",
"Red Hat JBoss Enterprise Application Platform :None.arr-diff-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.arr-flatten-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.arr-union-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.array-each-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.array-find-index-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.array-slice-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.array-union-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.array-uniq-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.array-unique-0.3.2",
"Red Hat JBoss Enterprise Application Platform :None.arrify-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.artemis-service.exe-None",
"Red Hat JBoss Enterprise Application Platform :None.asap-2.0.6",
"Red Hat JBoss Enterprise Application Platform :None.asn1-0.2.4",
"Red Hat JBoss Enterprise Application Platform :None.assert-plus-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.assign-symbols-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.astral-regex-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.async-1.5.2",
"Red Hat JBoss Enterprise Application Platform :None.async-2.6.2",
"Red Hat JBoss Enterprise Application Platform :None.asynckit-0.4.0",
"Red Hat JBoss Enterprise Application Platform :None.atob-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.autocompleter-4.0.2",
"Red Hat JBoss Enterprise Application Platform :None.autoprefixer-9.6.0",
"Red Hat JBoss Enterprise Application Platform :None.aws-sign2-0.7.0",
"Red Hat JBoss Enterprise Application Platform :None.aws4-1.8.0",
"Red Hat JBoss Enterprise Application Platform :None.babel-code-frame-6.26.0",
"Red Hat JBoss Enterprise Application Platform :None.babel-generator-6.26.1",
"Red Hat JBoss Enterprise Application Platform :None.babel-messages-6.23.0",
"Red Hat JBoss Enterprise Application Platform :None.babel-runtime-6.26.0",
"Red Hat JBoss Enterprise Application Platform :None.babel-traverse-6.26.0",
"Red Hat JBoss Enterprise Application Platform :None.babel-types-6.26.0",
"Red Hat JBoss Enterprise Application Platform :None.babylon-6.18.0",
"Red Hat JBoss Enterprise Application Platform :None.bail-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.balanced-match-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.base-0.11.2",
"Red Hat JBoss Enterprise Application Platform :None.base64-js-1.5.1",
"Red Hat JBoss Enterprise Application Platform :None.bcrypt-pbkdf-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.body-5.1.0",
"Red Hat JBoss Enterprise Application Platform :None.boolbase-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-3.3.7",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-3.4.1",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-datepicker-1.8.0",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-datepicker-1.9.0",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-sass-3.4.1",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-select-1.12.2",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-select-1.13.10",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-slider-10.6.1",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-slider-9.10.0",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-switch-3.3.4",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-switch-3.3.5",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-touchspin-3.1.1",
"Red Hat JBoss Enterprise Application Platform :None.brace-expansion-1.1.11",
"Red Hat JBoss Enterprise Application Platform :None.brace-expansion-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.braces-2.3.2",
"Red Hat JBoss Enterprise Application Platform :None.braces-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.browserslist-4.6.3",
"Red Hat JBoss Enterprise Application Platform :None.buffer-5.7.1",
"Red Hat JBoss Enterprise Application Platform :None.buffer-from-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.bytes-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.c3-0.4.23",
"Red Hat JBoss Enterprise Application Platform :None.c3-0.7.1",
"Red Hat JBoss Enterprise Application Platform :None.cacache-16.1.3",
"Red Hat JBoss Enterprise Application Platform :None.cache-base-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.call-me-maybe-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.caller-callsite-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.caller-path-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.callsites-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.camelcase-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.camelcase-4.1.0",
"Red Hat JBoss Enterprise Application Platform :None.camelcase-keys-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.camelcase-keys-4.2.0",
"Red Hat JBoss Enterprise Application Platform :None.caniuse-lite-1.0.30000978",
"Red Hat JBoss Enterprise Application Platform :None.caseless-0.12.0",
"Red Hat JBoss Enterprise Application Platform :None.ccount-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.chalk-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.chalk-2.4.2",
"Red Hat JBoss Enterprise Application Platform :None.character-entities-1.2.3",
"Red Hat JBoss Enterprise Application Platform :None.character-entities-html4-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.character-entities-legacy-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.character-reference-invalid-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.cheerio-0.20.0",
"Red Hat JBoss Enterprise Application Platform :None.cheerio-1.0.0-rc.2",
"Red Hat JBoss Enterprise Application Platform :None.chownr-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.class-utils-0.3.6",
"Red Hat JBoss Enterprise Application Platform :None.clean-css-4.2.1",
"Red Hat JBoss Enterprise Application Platform :None.clean-stack-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.clipboard-2.0.11",
"Red Hat JBoss Enterprise Application Platform :None.clone-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.clone-buffer-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.clone-regexp-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.coffeescript-1.10.0",
"Red Hat JBoss Enterprise Application Platform :None.collapse-white-space-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.collection-visit-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.color-convert-1.9.3",
"Red Hat JBoss Enterprise Application Platform :None.color-logger-0.0.3",
"Red Hat JBoss Enterprise Application Platform :None.color-logger-0.0.6",
"Red Hat JBoss Enterprise Application Platform :None.color-name-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.color-support-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.colors-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.combined-stream-1.0.8",
"Red Hat JBoss Enterprise Application Platform :None.commander-2.20.0",
"Red Hat JBoss Enterprise Application Platform :None.component-emitter-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.concat-map-0.0.1",
"Red Hat JBoss Enterprise Application Platform :None.console-control-strings-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.continuable-cache-0.3.1",
"Red Hat JBoss Enterprise Application Platform :None.convert-source-map-1.6.0",
"Red Hat JBoss Enterprise Application Platform :None.copy-descriptor-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.core-js-0.9.18",
"Red Hat JBoss Enterprise Application Platform :None.core-js-2.6.9",
"Red Hat JBoss Enterprise Application Platform :None.core-util-is-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.cosmiconfig-5.2.1",
"Red Hat JBoss Enterprise Application Platform :None.css-2.2.4",
"Red Hat JBoss Enterprise Application Platform :None.css-parse-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.css-select-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.css-unit-converter-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.css-what-2.1.3",
"Red Hat JBoss Enterprise Application Platform :None.cssom-0.3.6",
"Red Hat JBoss Enterprise Application Platform :None.cssstyle-0.2.37",
"Red Hat JBoss Enterprise Application Platform :None.currently-unhandled-0.4.1",
"Red Hat JBoss Enterprise Application Platform :None.d3-3.5.17",
"Red Hat JBoss Enterprise Application Platform :None.d3-5.9.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-array-1.2.4",
"Red Hat JBoss Enterprise Application Platform :None.d3-axis-1.0.12",
"Red Hat JBoss Enterprise Application Platform :None.d3-brush-1.0.6",
"Red Hat JBoss Enterprise Application Platform :None.d3-chord-1.0.6",
"Red Hat JBoss Enterprise Application Platform :None.d3-collection-1.0.7",
"Red Hat JBoss Enterprise Application Platform :None.d3-color-1.2.3",
"Red Hat JBoss Enterprise Application Platform :None.d3-contour-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-dispatch-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.d3-drag-1.2.3",
"Red Hat JBoss Enterprise Application Platform :None.d3-dsv-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.d3-ease-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.d3-fetch-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-force-1.2.1",
"Red Hat JBoss Enterprise Application Platform :None.d3-format-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-geo-1.11.6",
"Red Hat JBoss Enterprise Application Platform :None.d3-hierarchy-1.1.8",
"Red Hat JBoss Enterprise Application Platform :None.d3-interpolate-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-path-1.0.7",
"Red Hat JBoss Enterprise Application Platform :None.d3-polygon-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.d3-quadtree-1.0.6",
"Red Hat JBoss Enterprise Application Platform :None.d3-random-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-scale-2.2.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-scale-chromatic-1.3.3",
"Red Hat JBoss Enterprise Application Platform :None.d3-selection-1.4.0",
"Red Hat JBoss Enterprise Application Platform :None.d3-shape-1.3.5",
"Red Hat JBoss Enterprise Application Platform :None.d3-time-1.0.11",
"Red Hat JBoss Enterprise Application Platform :None.d3-time-format-2.1.3",
"Red Hat JBoss Enterprise Application Platform :None.d3-timer-1.0.9",
"Red Hat JBoss Enterprise Application Platform :None.d3-transition-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.d3-voronoi-1.1.4",
"Red Hat JBoss Enterprise Application Platform :None.d3-zoom-1.7.3",
"Red Hat JBoss Enterprise Application Platform :None.dashdash-1.14.1",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-1.10.16",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-1.10.19",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-bs-1.10.16",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-buttons-1.5.6",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-colreorder-1.4.1",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-colreorder-bs-1.3.3",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-keytable-2.5.0",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-select-1.2.7",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-select-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.dateformat-1.0.12",
"Red Hat JBoss Enterprise Application Platform :None.debug-2.6.9",
"Red Hat JBoss Enterprise Application Platform :None.debug-3.2.6",
"Red Hat JBoss Enterprise Application Platform :None.debug-4.1.1",
"Red Hat JBoss Enterprise Application Platform :None.debug-4.3.4",
"Red Hat JBoss Enterprise Application Platform :None.decamelize-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.decamelize-keys-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.decode-uri-component-0.2.0",
"Red Hat JBoss Enterprise Application Platform :None.deep-is-0.1.3",
"Red Hat JBoss Enterprise Application Platform :None.deferred-leveldown-5.3.0",
"Red Hat JBoss Enterprise Application Platform :None.define-property-0.2.5",
"Red Hat JBoss Enterprise Application Platform :None.define-property-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.define-property-2.0.2",
"Red Hat JBoss Enterprise Application Platform :None.delayed-stream-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.delegate-3.2.0",
"Red Hat JBoss Enterprise Application Platform :None.delegates-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.depd-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.detect-file-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.detect-indent-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.diff-3.5.0",
"Red Hat JBoss Enterprise Application Platform :None.dir-glob-2.2.2",
"Red Hat JBoss Enterprise Application Platform :None.dom-serializer-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.domelementtype-1.3.1",
"Red Hat JBoss Enterprise Application Platform :None.domhandler-2.3.0",
"Red Hat JBoss Enterprise Application Platform :None.domhandler-2.4.2",
"Red Hat JBoss Enterprise Application Platform :None.domutils-1.5.1",
"Red Hat JBoss Enterprise Application Platform :None.dot-prop-4.2.0",
"Red Hat JBoss Enterprise Application Platform :None.double-ended-queue-2.1.0-0",
"Red Hat JBoss Enterprise Application Platform :None.drmonty-datatables-colvis-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.duplexer-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.ecc-jsbn-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.electron-to-chromium-1.3.174",
"Red Hat JBoss Enterprise Application Platform :None.emoji-regex-7.0.3",
"Red Hat JBoss Enterprise Application Platform :None.emoji-regex-8.0.0",
"Red Hat JBoss Enterprise Application Platform :None.encoding-0.1.13",
"Red Hat JBoss Enterprise Application Platform :None.encoding-down-6.3.0",
"Red Hat JBoss Enterprise Application Platform :None.end-stream-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.entities-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.entities-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.env-paths-2.2.1",
"Red Hat JBoss Enterprise Application Platform :None.eonasdan-bootstrap-datetimepicker-4.17.47",
"Red Hat JBoss Enterprise Application Platform :None.err-code-2.0.3",
"Red Hat JBoss Enterprise Application Platform :None.errno-0.1.7",
"Red Hat JBoss Enterprise Application Platform :None.error-7.0.2",
"Red Hat JBoss Enterprise Application Platform :None.error-ex-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.escape-html-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.escape-html-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.escape-string-regexp-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.escodegen-1.11.1",
"Red Hat JBoss Enterprise Application Platform :None.escodegen-1.7.0",
"Red Hat JBoss Enterprise Application Platform :None.esdoc-0.4.8",
"Red Hat JBoss Enterprise Application Platform :None.esdoc-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.espree-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.esprima-1.2.5",
"Red Hat JBoss Enterprise Application Platform :None.esprima-3.1.3",
"Red Hat JBoss Enterprise Application Platform :None.esprima-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.estraverse-1.9.3",
"Red Hat JBoss Enterprise Application Platform :None.estraverse-4.1.0",
"Red Hat JBoss Enterprise Application Platform :None.estraverse-4.2.0",
"Red Hat JBoss Enterprise Application Platform :None.esutils-2.0.2",
"Red Hat JBoss Enterprise Application Platform :None.event-target-shim-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.eventemitter2-0.4.14",
"Red Hat JBoss Enterprise Application Platform :None.execall-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.exit-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.expand-brackets-2.1.4",
"Red Hat JBoss Enterprise Application Platform :None.expand-tilde-2.0.2",
"Red Hat JBoss Enterprise Application Platform :None.extend-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.extend-shallow-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.extend-shallow-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.extglob-2.0.4",
"Red Hat JBoss Enterprise Application Platform :None.extsprintf-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.fast-deep-equal-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.fast-glob-2.2.7",
"Red Hat JBoss Enterprise Application Platform :None.fast-json-stable-stringify-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.fast-levenshtein-1.0.7",
"Red Hat JBoss Enterprise Application Platform :None.fast-levenshtein-2.0.6",
"Red Hat JBoss Enterprise Application Platform :None.faye-websocket-0.10.0",
"Red Hat JBoss Enterprise Application Platform :None.fetch-cookie-0.11.0",
"Red Hat JBoss Enterprise Application Platform :None.figures-1.7.0",
"Red Hat JBoss Enterprise Application Platform :None.file-entry-cache-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.file-sync-cmp-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.fill-range-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.fill-range-7.0.1",
"Red Hat JBoss Enterprise Application Platform :None.find-up-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.find-up-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.findup-sync-0.3.0",
"Red Hat JBoss Enterprise Application Platform :None.findup-sync-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.fined-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.flagged-respawn-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.flat-cache-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.flatted-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.font-awesome-4.7.0",
"Red Hat JBoss Enterprise Application Platform :None.font-awesome-sass-4.7.0",
"Red Hat JBoss Enterprise Application Platform :None.for-in-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.for-own-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.forever-agent-0.6.1",
"Red Hat JBoss Enterprise Application Platform :None.form-data-2.3.3",
"Red Hat JBoss Enterprise Application Platform :None.fragment-cache-0.2.1",
"Red Hat JBoss Enterprise Application Platform :None.fs-extra-0.26.5",
"Red Hat JBoss Enterprise Application Platform :None.fs-extra-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.fs-minipass-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.fs.realpath-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.gauge-4.0.4",
"Red Hat JBoss Enterprise Application Platform :None.gaze-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.get-stdin-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.get-stdin-7.0.0",
"Red Hat JBoss Enterprise Application Platform :None.get-value-2.0.6",
"Red Hat JBoss Enterprise Application Platform :None.getobject-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.getpass-0.1.7",
"Red Hat JBoss Enterprise Application Platform :None.glob-5.0.15",
"Red Hat JBoss Enterprise Application Platform :None.glob-7.0.6",
"Red Hat JBoss Enterprise Application Platform :None.glob-7.1.4",
"Red Hat JBoss Enterprise Application Platform :None.glob-7.2.3",
"Red Hat JBoss Enterprise Application Platform :None.glob-8.0.3",
"Red Hat JBoss Enterprise Application Platform :None.glob-parent-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.glob-to-regexp-0.3.0",
"Red Hat JBoss Enterprise Application Platform :None.global-modules-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.global-modules-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.global-prefix-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.global-prefix-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.globals-11.12.0",
"Red Hat JBoss Enterprise Application Platform :None.globals-9.18.0",
"Red Hat JBoss Enterprise Application Platform :None.globby-9.2.0",
"Red Hat JBoss Enterprise Application Platform :None.globjoin-0.1.4",
"Red Hat JBoss Enterprise Application Platform :None.globule-1.2.1",
"Red Hat JBoss Enterprise Application Platform :None.gonzales-pe-4.2.4",
"Red Hat JBoss Enterprise Application Platform :None.good-listener-1.2.2",
"Red Hat JBoss Enterprise Application Platform :None.google-code-prettify-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.graceful-fs-4.2.10",
"Red Hat JBoss Enterprise Application Platform :None.grunt-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.grunt-cli-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-cli-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-clean-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-concat-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-copy-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-cssmin-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-less-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-watch-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-css-count-0.3.2",
"Red Hat JBoss Enterprise Application Platform :None.grunt-esdoc-0.0.4",
"Red Hat JBoss Enterprise Application Platform :None.grunt-known-options-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.grunt-legacy-log-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-legacy-log-utils-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.grunt-legacy-util-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.grunt-postcss-0.9.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-stylelint-0.11.0",
"Red Hat JBoss Enterprise Application Platform :None.gzip-size-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.har-schema-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.har-validator-5.1.3",
"Red Hat JBoss Enterprise Application Platform :None.has-ansi-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.has-flag-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.has-unicode-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.has-value-0.3.1",
"Red Hat JBoss Enterprise Application Platform :None.has-value-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.has-values-0.1.4",
"Red Hat JBoss Enterprise Application Platform :None.has-values-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.homedir-polyfill-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.hooker-0.2.3",
"Red Hat JBoss Enterprise Application Platform :None.hosted-git-info-2.7.1",
"Red Hat JBoss Enterprise Application Platform :None.html-tags-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.htmlparser2-3.10.1",
"Red Hat JBoss Enterprise Application Platform :None.htmlparser2-3.8.3",
"Red Hat JBoss Enterprise Application Platform :None.http-cache-semantics-4.1.0",
"Red Hat JBoss Enterprise Application Platform :None.http-parser-js-0.4.10",
"Red Hat JBoss Enterprise Application Platform :None.http-proxy-agent-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.http-signature-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.https-proxy-agent-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.humanize-ms-1.2.1",
"Red Hat JBoss Enterprise Application Platform :None.ice-cap-0.0.4",
"Red Hat JBoss Enterprise Application Platform :None.iconv-lite-0.4.24",
"Red Hat JBoss Enterprise Application Platform :None.iconv-lite-0.6.3",
"Red Hat JBoss Enterprise Application Platform :None.ieee754-1.2.1",
"Red Hat JBoss Enterprise Application Platform :None.ignore-4.0.6",
"Red Hat JBoss Enterprise Application Platform :None.ignore-5.1.2",
"Red Hat JBoss Enterprise Application Platform :None.image-size-0.5.5",
"Red Hat JBoss Enterprise Application Platform :None.immediate-3.3.0",
"Red Hat JBoss Enterprise Application Platform :None.import-fresh-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.import-lazy-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.imurmurhash-0.1.4",
"Red Hat JBoss Enterprise Application Platform :None.indent-string-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.indent-string-3.2.0",
"Red Hat JBoss Enterprise Application Platform :None.indent-string-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.indexes-of-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.infer-owner-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.inflight-1.0.6",
"Red Hat JBoss Enterprise Application Platform :None.inherits-2.0.4",
"Red Hat JBoss Enterprise Application Platform :None.ini-1.3.5",
"Red Hat JBoss Enterprise Application Platform :None.interpret-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.invariant-2.2.4",
"Red Hat JBoss Enterprise Application Platform :None.ip-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-absolute-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-accessor-descriptor-0.1.6",
"Red Hat JBoss Enterprise Application Platform :None.is-accessor-descriptor-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-alphabetical-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-alphanumeric-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-alphanumerical-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-arrayish-0.2.1",
"Red Hat JBoss Enterprise Application Platform :None.is-buffer-1.1.6",
"Red Hat JBoss Enterprise Application Platform :None.is-buffer-2.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-data-descriptor-0.1.4",
"Red Hat JBoss Enterprise Application Platform :None.is-data-descriptor-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-decimal-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-descriptor-0.1.6",
"Red Hat JBoss Enterprise Application Platform :None.is-descriptor-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.is-directory-0.3.1",
"Red Hat JBoss Enterprise Application Platform :None.is-extendable-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.is-extendable-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.is-extglob-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.is-finite-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.is-fullwidth-code-point-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-fullwidth-code-point-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-glob-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.is-glob-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.is-hexadecimal-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-lambda-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.is-number-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-number-7.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-obj-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.is-plain-obj-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.is-plain-object-2.0.4",
"Red Hat JBoss Enterprise Application Platform :None.is-regexp-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.is-relative-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-typedarray-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-unc-path-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-utf8-0.2.1",
"Red Hat JBoss Enterprise Application Platform :None.is-whitespace-character-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-windows-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.is-word-character-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.isarray-0.0.1",
"Red Hat JBoss Enterprise Application Platform :None.isarray-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.isexe-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.isobject-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.isobject-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.isstream-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.jansi.dll-None",
"Red Hat JBoss Enterprise Application Platform :None.jboss-eap-7.4.15-runtime-maven-repository.zip-None",
"Red Hat JBoss Enterprise Application Platform :None.jquery-3.2.1",
"Red Hat JBoss Enterprise Application Platform :None.jquery-3.6.1",
"Red Hat JBoss Enterprise Application Platform :None.jquery-match-height-0.7.2",
"Red Hat JBoss Enterprise Application Platform :None.js-cookie-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.js-tokens-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.js-tokens-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.js-yaml-3.13.1",
"Red Hat JBoss Enterprise Application Platform :None.jsbn-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.jsdom-7.2.2",
"Red Hat JBoss Enterprise Application Platform :None.jsesc-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.jsesc-2.5.2",
"Red Hat JBoss Enterprise Application Platform :None.json-parse-better-errors-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.json-schema-0.2.3",
"Red Hat JBoss Enterprise Application Platform :None.json-schema-traverse-0.4.1",
"Red Hat JBoss Enterprise Application Platform :None.json-stringify-safe-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.json5-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.jsonfile-2.4.0",
"Red Hat JBoss Enterprise Application Platform :None.jsonfile-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.jsprim-1.4.1",
"Red Hat JBoss Enterprise Application Platform :None.jstree-3.3.8",
"Red Hat JBoss Enterprise Application Platform :None.kind-of-3.2.2",
"Red Hat JBoss Enterprise Application Platform :None.kind-of-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.kind-of-5.1.0",
"Red Hat JBoss Enterprise Application Platform :None.kind-of-6.0.2",
"Red Hat JBoss Enterprise Application Platform :None.klaw-1.3.1",
"Red Hat JBoss Enterprise Application Platform :None.known-css-properties-0.14.0",
"Red Hat JBoss Enterprise Application Platform :None.less-3.9.0",
"Red Hat JBoss Enterprise Application Platform :None.level-6.0.1",
"Red Hat JBoss Enterprise Application Platform :None.level-codec-9.0.2",
"Red Hat JBoss Enterprise Application Platform :None.level-concat-iterator-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.level-errors-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.level-iterator-stream-4.0.2",
"Red Hat JBoss Enterprise Application Platform :None.level-js-5.0.2",
"Red Hat JBoss Enterprise Application Platform :None.level-packager-5.1.1",
"Red Hat JBoss Enterprise Application Platform :None.level-supports-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.level-write-stream-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.leveldown-5.6.0",
"Red Hat JBoss Enterprise Application Platform :None.levelup-4.4.0",
"Red Hat JBoss Enterprise Application Platform :None.leven-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.levn-0.2.5",
"Red Hat JBoss Enterprise Application Platform :None.levn-0.3.0",
"Red Hat JBoss Enterprise Application Platform :None.libjansi.so-None",
"Red Hat JBoss Enterprise Application Platform :None.libnetty_transport_native_epoll_x86_64.so-None",
"Red Hat JBoss Enterprise Application Platform :None.liftoff-2.5.0",
"Red Hat JBoss Enterprise Application Platform :None.livereload-js-2.4.0",
"Red Hat JBoss Enterprise Application Platform :None.load-json-file-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.load-json-file-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.locate-path-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.lodash-4.17.11",
"Red Hat JBoss Enterprise Application Platform :None.log-symbols-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.log-symbols-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.longest-streak-2.0.3",
"Red Hat JBoss Enterprise Application Platform :None.loose-envify-1.4.0",
"Red Hat JBoss Enterprise Application Platform :None.loud-rejection-1.6.0",
"Red Hat JBoss Enterprise Application Platform :None.lru-cache-6.0.0",
"Red Hat JBoss Enterprise Application Platform :None.lru-cache-7.14.0",
"Red Hat JBoss Enterprise Application Platform :None.ltgt-2.2.1",
"Red Hat JBoss Enterprise Application Platform :None.make-fetch-happen-10.2.1",
"Red Hat JBoss Enterprise Application Platform :None.make-iterator-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.map-cache-0.2.2",
"Red Hat JBoss Enterprise Application Platform :None.map-obj-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.map-obj-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.map-visit-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.markdown-escapes-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.markdown-table-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.marked-0.3.19",
"Red Hat JBoss Enterprise Application Platform :None.marked-0.3.5",
"Red Hat JBoss Enterprise Application Platform :None.marked-0.7.0",
"Red Hat JBoss Enterprise Application Platform :None.matchdep-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.mathml-tag-names-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.maxmin-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.mdast-util-compact-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.meow-3.7.0",
"Red Hat JBoss Enterprise Application Platform :None.meow-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.merge2-1.2.3",
"Red Hat JBoss Enterprise Application Platform :None.micromatch-3.1.10",
"Red Hat JBoss Enterprise Application Platform :None.micromatch-4.0.2",
"Red Hat JBoss Enterprise Application Platform :None.mime-1.6.0",
"Red Hat JBoss Enterprise Application Platform :None.mime-db-1.40.0",
"Red Hat JBoss Enterprise Application Platform :None.mime-types-2.1.24",
"Red Hat JBoss Enterprise Application Platform :None.minimatch-3.0.4",
"Red Hat JBoss Enterprise Application Platform :None.minimatch-3.1.2",
"Red Hat JBoss Enterprise Application Platform :None.minimatch-5.1.0",
"Red Hat JBoss Enterprise Application Platform :None.minimist-0.0.8",
"Red Hat JBoss Enterprise Application Platform :None.minimist-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.minimist-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.minimist-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.minimist-1.2.6",
"Red Hat JBoss Enterprise Application Platform :None.minimist-options-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.minipass-3.3.4",
"Red Hat JBoss Enterprise Application Platform :None.minipass-collect-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.minipass-fetch-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.minipass-flush-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.minipass-pipeline-1.2.4",
"Red Hat JBoss Enterprise Application Platform :None.minipass-sized-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.minizlib-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.mixin-deep-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.mkdirp-0.5.1",
"Red Hat JBoss Enterprise Application Platform :None.mkdirp-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.moment-2.29.4",
"Red Hat JBoss Enterprise Application Platform :None.moment-timezone-0.4.1",
"Red Hat JBoss Enterprise Application Platform :None.ms-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.ms-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.nanomatch-1.2.13",
"Red Hat JBoss Enterprise Application Platform :None.napi-macros-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.negotiator-0.6.3",
"Red Hat JBoss Enterprise Application Platform :None.node-fetch-2.6.7",
"Red Hat JBoss Enterprise Application Platform :None.node-gyp-9.2.0",
"Red Hat JBoss Enterprise Application Platform :None.node-gyp-build-4.1.1",
"Red Hat JBoss Enterprise Application Platform :None.node-releases-1.1.23",
"Red Hat JBoss Enterprise Application Platform :None.nopt-3.0.6",
"Red Hat JBoss Enterprise Application Platform :None.nopt-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.nopt-6.0.0",
"Red Hat JBoss Enterprise Application Platform :None.normalize-package-data-2.5.0",
"Red Hat JBoss Enterprise Application Platform :None.normalize-range-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.normalize-selector-0.2.0",
"Red Hat JBoss Enterprise Application Platform :None.npmlog-6.0.2",
"Red Hat JBoss Enterprise Application Platform :None.nth-check-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.num2fraction-1.2.2",
"Red Hat JBoss Enterprise Application Platform :None.number-is-nan-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.nwmatcher-1.4.4",
"Red Hat JBoss Enterprise Application Platform :None.oauth-sign-0.9.0",
"Red Hat JBoss Enterprise Application Platform :None.object-assign-4.1.1",
"Red Hat JBoss Enterprise Application Platform :None.object-copy-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.object-visit-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.object.defaults-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.object.map-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.object.pick-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.once-1.4.0",
"Red Hat JBoss Enterprise Application Platform :None.optionator-0.5.0",
"Red Hat JBoss Enterprise Application Platform :None.optionator-0.8.2",
"Red Hat JBoss Enterprise Application Platform :None.os-homedir-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.os-tmpdir-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.osenv-0.1.5",
"Red Hat JBoss Enterprise Application Platform :None.p-limit-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.p-locate-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.p-map-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.p-try-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.parse-entities-1.2.2",
"Red Hat JBoss Enterprise Application Platform :None.parse-filepath-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.parse-json-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.parse-json-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.parse-passwd-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.parse5-1.5.1",
"Red Hat JBoss Enterprise Application Platform :None.parse5-3.0.3",
"Red Hat JBoss Enterprise Application Platform :None.pascalcase-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.path-dirname-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.path-exists-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.path-exists-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.path-is-absolute-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.path-parse-1.0.6",
"Red Hat JBoss Enterprise Application Platform :None.path-root-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.path-root-regex-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.path-type-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.path-type-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.patternfly-3.59.2",
"Red Hat JBoss Enterprise Application Platform :None.patternfly-bootstrap-combobox-1.1.7",
"Red Hat JBoss Enterprise Application Platform :None.patternfly-bootstrap-treeview-2.1.5",
"Red Hat JBoss Enterprise Application Platform :None.performance-now-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.picomatch-2.0.7",
"Red Hat JBoss Enterprise Application Platform :None.pify-2.3.0",
"Red Hat JBoss Enterprise Application Platform :None.pify-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.pify-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.pinkie-2.0.4",
"Red Hat JBoss Enterprise Application Platform :None.pinkie-promise-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.pixrem-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.pom.xml-None",
"Red Hat JBoss Enterprise Application Platform :None.posix-character-classes-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-6.0.23",
"Red Hat JBoss Enterprise Application Platform :None.postcss-7.0.17",
"Red Hat JBoss Enterprise Application Platform :None.postcss-html-0.36.0",
"Red Hat JBoss Enterprise Application Platform :None.postcss-jsx-0.36.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-less-3.1.4",
"Red Hat JBoss Enterprise Application Platform :None.postcss-markdown-0.36.0",
"Red Hat JBoss Enterprise Application Platform :None.postcss-media-query-parser-0.2.3",
"Red Hat JBoss Enterprise Application Platform :None.postcss-reporter-6.0.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-resolve-nested-selector-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-safe-parser-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-sass-0.3.5",
"Red Hat JBoss Enterprise Application Platform :None.postcss-scss-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.postcss-selector-parser-3.1.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-syntax-0.36.2",
"Red Hat JBoss Enterprise Application Platform :None.postcss-value-parser-3.3.1",
"Red Hat JBoss Enterprise Application Platform :None.pouchdb-8.0.1",
"Red Hat JBoss Enterprise Application Platform :None.prelude-ls-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.pretty-bytes-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.promise-7.3.1",
"Red Hat JBoss Enterprise Application Platform :None.promise-inflight-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.promise-polyfill-8.1.3",
"Red Hat JBoss Enterprise Application Platform :None.promise-retry-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.prr-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.psl-1.1.33",
"Red Hat JBoss Enterprise Application Platform :None.punycode-1.4.1",
"Red Hat JBoss Enterprise Application Platform :None.punycode-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.qs-6.5.2",
"Red Hat JBoss Enterprise Application Platform :None.querystringify-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.quick-lru-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.raw-body-1.1.7",
"Red Hat JBoss Enterprise Application Platform :None.read-pkg-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.read-pkg-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.read-pkg-up-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.read-pkg-up-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.readable-stream-0.0.4",
"Red Hat JBoss Enterprise Application Platform :None.readable-stream-1.1.14",
"Red Hat JBoss Enterprise Application Platform :None.readable-stream-3.4.0",
"Red Hat JBoss Enterprise Application Platform :None.readable-stream-3.6.0",
"Red Hat JBoss Enterprise Application Platform :None.readable-stream-3.6.2",
"Red Hat JBoss Enterprise Application Platform :None.rechoir-0.6.2",
"Red Hat JBoss Enterprise Application Platform :None.redent-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.redent-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.reduce-css-calc-2.1.6",
"Red Hat JBoss Enterprise Application Platform :None.regenerator-runtime-0.11.1",
"Red Hat JBoss Enterprise Application Platform :None.regex-not-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.remark-10.0.1",
"Red Hat JBoss Enterprise Application Platform :None.remark-parse-6.0.3",
"Red Hat JBoss Enterprise Application Platform :None.remark-stringify-6.0.4",
"Red Hat JBoss Enterprise Application Platform :None.repeat-element-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.repeat-string-1.6.1",
"Red Hat JBoss Enterprise Application Platform :None.repeating-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.replace-ext-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.request-2.88.0",
"Red Hat JBoss Enterprise Application Platform :None.requires-port-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.resolve-1.1.7",
"Red Hat JBoss Enterprise Application Platform :None.resolve-1.11.1",
"Red Hat JBoss Enterprise Application Platform :None.resolve-dir-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.resolve-from-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.resolve-from-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.resolve-url-0.2.1",
"Red Hat JBoss Enterprise Application Platform :None.ret-0.1.15",
"Red Hat JBoss Enterprise Application Platform :None.retry-0.12.0",
"Red Hat JBoss Enterprise Application Platform :None.rimraf-2.6.3",
"Red Hat JBoss Enterprise Application Platform :None.rimraf-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.rw-1.3.3",
"Red Hat JBoss Enterprise Application Platform :None.safe-buffer-5.1.2",
"Red Hat JBoss Enterprise Application Platform :None.safe-json-parse-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.safe-regex-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.safer-buffer-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.sax-1.2.4",
"Red Hat JBoss Enterprise Application Platform :None.select-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.semver-5.7.2",
"Red Hat JBoss Enterprise Application Platform :None.semver-7.5.4",
"Red Hat JBoss Enterprise Application Platform :None.set-blocking-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.set-value-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.signal-exit-3.0.7",
"Red Hat JBoss Enterprise Application Platform :None.slash-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.slash-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.slice-ansi-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.smart-buffer-4.2.0",
"Red Hat JBoss Enterprise Application Platform :None.snapdragon-0.8.2",
"Red Hat JBoss Enterprise Application Platform :None.snapdragon-node-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.snapdragon-util-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.socks-2.7.1",
"Red Hat JBoss Enterprise Application Platform :None.socks-proxy-agent-7.0.0",
"Red Hat JBoss Enterprise Application Platform :None.source-map-0.2.0",
"Red Hat JBoss Enterprise Application Platform :None.source-map-0.5.7",
"Red Hat JBoss Enterprise Application Platform :None.source-map-0.6.1",
"Red Hat JBoss Enterprise Application Platform :None.source-map-resolve-0.5.2",
"Red Hat JBoss Enterprise Application Platform :None.source-map-url-0.4.0",
"Red Hat JBoss Enterprise Application Platform :None.spark-md5-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.spdx-correct-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.spdx-exceptions-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.spdx-expression-parse-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.spdx-license-ids-3.0.4",
"Red Hat JBoss Enterprise Application Platform :None.specificity-0.4.1",
"Red Hat JBoss Enterprise Application Platform :None.split-string-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.sprintf-js-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.sprintf-js-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.sshpk-1.16.1",
"Red Hat JBoss Enterprise Application Platform :None.ssri-9.0.1",
"Red Hat JBoss Enterprise Application Platform :None.stack-trace-0.0.10",
"Red Hat JBoss Enterprise Application Platform :None.state-toggle-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.static-extend-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.string-template-0.2.1",
"Red Hat JBoss Enterprise Application Platform :None.string-width-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.string-width-4.2.3",
"Red Hat JBoss Enterprise Application Platform :None.string_decoder-0.10.31",
"Red Hat JBoss Enterprise Application Platform :None.string_decoder-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.stringify-entities-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.strip-ansi-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.strip-ansi-5.2.0",
"Red Hat JBoss Enterprise Application Platform :None.strip-ansi-6.0.1",
"Red Hat JBoss Enterprise Application Platform :None.strip-bom-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.strip-bom-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.strip-indent-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.strip-indent-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.style-search-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.stylelint-10.1.0",
"Red Hat JBoss Enterprise Application Platform :None.sugarss-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.supports-color-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.supports-color-5.5.0",
"Red Hat JBoss Enterprise Application Platform :None.supports-color-6.1.0",
"Red Hat JBoss Enterprise Application Platform :None.svg-tags-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.symbol-tree-3.2.4",
"Red Hat JBoss Enterprise Application Platform :None.table-5.4.1",
"Red Hat JBoss Enterprise Application Platform :None.taffydb-2.7.2",
"Red Hat JBoss Enterprise Application Platform :None.taffydb-2.7.3",
"Red Hat JBoss Enterprise Application Platform :None.tar-6.1.11",
"Red Hat JBoss Enterprise Application Platform :None.through2-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.tiny-emitter-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.tiny-lr-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.to-fast-properties-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.to-fast-properties-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.to-object-path-0.3.0",
"Red Hat JBoss Enterprise Application Platform :None.to-regex-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.to-regex-range-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.to-regex-range-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.tough-cookie-2.4.3",
"Red Hat JBoss Enterprise Application Platform :None.tough-cookie-2.5.0",
"Red Hat JBoss Enterprise Application Platform :None.tough-cookie-4.1.3",
"Red Hat JBoss Enterprise Application Platform :None.tr46-0.0.3",
"Red Hat JBoss Enterprise Application Platform :None.trim-0.0.1",
"Red Hat JBoss Enterprise Application Platform :None.trim-newlines-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.trim-newlines-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.trim-right-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.trim-trailing-lines-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.trough-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.tunnel-agent-0.6.0",
"Red Hat JBoss Enterprise Application Platform :None.tweetnacl-0.14.5",
"Red Hat JBoss Enterprise Application Platform :None.type-check-0.3.2",
"Red Hat JBoss Enterprise Application Platform :None.unc-path-regex-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.underscore.string-3.3.5",
"Red Hat JBoss Enterprise Application Platform :None.unherit-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.unified-7.1.0",
"Red Hat JBoss Enterprise Application Platform :None.union-value-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.uniq-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.unique-filename-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.unique-slug-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-find-all-after-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-is-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-remove-position-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-stringify-position-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-visit-1.4.1",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-visit-parents-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.universalify-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.universalify-0.2.0",
"Red Hat JBoss Enterprise Application Platform :None.unset-value-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.uri-js-4.2.2",
"Red Hat JBoss Enterprise Application Platform :None.urix-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.url-parse-1.5.10",
"Red Hat JBoss Enterprise Application Platform :None.use-3.1.1",
"Red Hat JBoss Enterprise Application Platform :None.util-deprecate-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.uuid-3.3.2",
"Red Hat JBoss Enterprise Application Platform :None.uuid-8.3.2",
"Red Hat JBoss Enterprise Application Platform :None.v8flags-3.1.3",
"Red Hat JBoss Enterprise Application Platform :None.validate-npm-package-license-3.0.4",
"Red Hat JBoss Enterprise Application Platform :None.verror-1.10.0",
"Red Hat JBoss Enterprise Application Platform :None.vfile-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.vfile-location-2.0.5",
"Red Hat JBoss Enterprise Application Platform :None.vfile-message-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.vuvuzela-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.webidl-conversions-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.webidl-conversions-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.websocket-driver-0.7.3",
"Red Hat JBoss Enterprise Application Platform :None.websocket-extensions-0.1.3",
"Red Hat JBoss Enterprise Application Platform :None.whatwg-fetch-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.whatwg-url-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.whatwg-url-compat-0.6.5",
"Red Hat JBoss Enterprise Application Platform :None.which-1.3.1",
"Red Hat JBoss Enterprise Application Platform :None.which-2.0.2",
"Red Hat JBoss Enterprise Application Platform :None.wide-align-1.1.5",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-cli-15.0.33.Final-redhat-00001-client.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-cli-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-controller-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-controller-client-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-core-management-client-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-core-management-subsystem-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-core-security-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-core-security-api-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-deployment-repository-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-deployment-scanner-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-discovery-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-domain-http-error-context-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-domain-http-interface-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-domain-management-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-elytron-integration-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-elytron-tool-wrapper-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-embedded-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-event-logger-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-host-controller-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-io-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-jmx-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-launcher-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-logging-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-management-client-content-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-network-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-patching-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-platform-mbean-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-process-controller-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-protocol-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-remoting-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-request-controller-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-security-manager-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-server-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-threads-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-version-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wordwrap-0.0.3",
"Red Hat JBoss Enterprise Application Platform :None.wordwrap-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.wrappy-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.write-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.write-stream-0.4.3",
"Red Hat JBoss Enterprise Application Platform :None.x-is-string-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.xml-name-validator-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.xtend-4.0.2",
"Red Hat JBoss Enterprise Application Platform :None.yallist-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.yargs-parser-10.1.0",
"Red Hat JBoss Enterprise Application Platform :antlr.antlr-2.7.7.redhat-7.jar",
"Red Hat JBoss Enterprise Application Platform :antlr.antlr-2.7.7.redhat-7.pom",
"Red Hat JBoss Enterprise Application Platform :ch.qos.cal10n.cal10n-api-0.8.1.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :ch.qos.cal10n.cal10n-api-0.8.1.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.classmate-1.5.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.classmate-1.5.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-annotations-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-annotations-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-annotations-2.13.4.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-core-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-core-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-core-2.13.4.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-databind-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-databind-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-databind-2.13.4.2-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.woodstox.woodstox-core-6.4.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.ben-manes.caffeine.caffeine-2.8.8.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.fge.btf-1.2.0.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.fge.jackson-coreutils-1.8.0.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.fge.json-patch-1.9.0.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.fge.msg-simple-1.1.0.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.spullara.mustache.java.compiler-0.9.6.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.spullara.mustache.java.compiler-0.9.6.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.google.code.gson.gson-2.8.5.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :com.google.code.gson.gson-2.8.9.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.google.code.gson.gson-2.8.9.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.google.guava.failureaccess-1.0.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.google.guava.failureaccess-1.0.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :com.google.guava.guava-32.1.1.jre-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.google.guava.guava-32.1.1.jre-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.googlecode.javaewah.JavaEWAH-1.1.7.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.googlecode.javaewah.JavaEWAH-1.1.7.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.h2database.h2-1.4.197.redhat-00004.jar",
"Red Hat JBoss Enterprise Application Platform :com.h2database.h2-1.4.197.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :com.h2database.h2-1.4.197.redhat-00004.zip",
"Red Hat JBoss Enterprise Application Platform :com.microsoft.azure.azure-storage-8.6.6.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.microsoft.azure.azure-storage-8.6.6.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.redhat.insights.runtimes-java-api-1.1.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.redhat.insights.runtimes-java-api-1.1.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.squareup.protoparser-4.0.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.activation.jakarta.activation-1.2.2.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.activation.jakarta.activation-1.2.2.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.faces.jsf-impl-2.3.14.SP08-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.faces.jsf-impl-2.3.14.SP08-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-runtime-3.0.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-runtime-3.0.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-tools-3.0.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-tools-3.0.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.mail.jakarta.mail-1.6.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.mail.jakarta.mail-1.6.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.relaxng-datatype-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.relaxng-datatype-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.rngom-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.rngom-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.jaxb.isorelax-20090621.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.fastinfoset.FastInfoset-1.2.13.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.fastinfoset.FastInfoset-1.2.13.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.messaging.saaj.saaj-impl-1.4.1.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.messaging.saaj.saaj-impl-1.4.1.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-beanutils.commons-beanutils-1.9.4.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :commons-beanutils.commons-beanutils-1.9.4.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :commons-cli.commons-cli-1.2.0.redhat-10.pom",
"Red Hat JBoss Enterprise Application Platform :commons-cli.commons-cli-1.4.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :commons-cli.commons-cli-1.4.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-codec.commons-codec-1.11.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-codec.commons-codec-1.15.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :commons-codec.commons-codec-1.15.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-collections.commons-collections-3.2.2.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :commons-collections.commons-collections-3.2.2.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :commons-io.commons-io-2.10.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :commons-io.commons-io-2.10.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-io.commons-io-2.8.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-lang.commons-lang-2.6.0.redhat-7.jar",
"Red Hat JBoss Enterprise Application Platform :commons-lang.commons-lang-2.6.0.redhat-7.pom",
"Red Hat JBoss Enterprise Application Platform :commons-logging.commons-logging-1.2.0.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :gnu.getopt.java-getopt-1.0.13.redhat-5.jar",
"Red Hat JBoss Enterprise Application Platform :gnu.getopt.java-getopt-1.0.13.redhat-5.pom",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-api-1.3.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-api-1.3.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-narayana-1.3.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-narayana-1.3.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-pool-1.3.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-pool-1.3.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-buffer-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-buffer-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-dns-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-dns-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-haproxy-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-haproxy-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http2-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http2-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-memcache-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-memcache-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-mqtt-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-mqtt-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-redis-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-redis-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-smtp-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-smtp-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-socks-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-socks-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-stomp-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-stomp-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-xml-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-xml-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-common-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-proxy-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-proxy-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-classes-macos-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-classes-macos-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-tcnative-classes-2.0.52.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-tcnative-classes-2.0.52.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-epoll-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-epoll-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-kqueue-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-kqueue-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-epoll-4.1.94.Final-redhat-00003-linux-x86_64.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-epoll-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-unix-common-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-unix-common-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-rxtx-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-rxtx-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-sctp-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-sctp-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-udt-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-udt-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.reactivex.rxjava2.rxjava-2.2.20.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.reactivex.rxjava3.rxjava-3.0.9.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.jastow.jastow-2.0.14.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.jastow.jastow-2.0.14.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.undertow.js.undertow-js-1.0.2.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.js.undertow-js-1.0.2.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-core-2.2.28.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-core-2.2.28.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-servlet-2.2.28.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-servlet-2.2.28.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-websockets-jsr-2.2.28.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-websockets-jsr-2.2.28.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.enterprise.jakarta.enterprise.cdi-api-2.0.2.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.enterprise.jakarta.enterprise.cdi-api-2.0.2.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.inject.jakarta.inject-api-1.0.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.inject.jakarta.inject-api-1.0.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.json.bind.jakarta.json.bind-api-1.0.2.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.json.bind.jakarta.json.bind-api-1.0.2.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.json.jakarta.json-api-1.1.6.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.json.jakarta.json-api-1.1.6.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.persistence.jakarta.persistence-api-2.2.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.persistence.jakarta.persistence-api-2.2.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.security.enterprise.jakarta.security.enterprise-api-1.0.2.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.security.enterprise.jakarta.security.enterprise-api-1.0.2.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.validation.jakarta.validation-api-2.0.2.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.validation.jakarta.validation-api-2.0.2.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :javax.jws.jsr181-api-1.0.0.MR1-redhat-8.jar",
"Red Hat JBoss Enterprise Application Platform :javax.jws.jsr181-api-1.0.0.MR1-redhat-8.pom",
"Red Hat JBoss Enterprise Application Platform :jaxen.jaxen-1.1.6.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :jaxen.jaxen-1.1.6.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :jboss.jaxbintros.jboss-jaxb-intros-1.0.3.GA-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jboss.jaxbintros.jboss-jaxb-intros-1.0.3.GA-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :joda-time.joda-time-2.9.7.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :joda-time.joda-time-2.9.7.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :net.bytebuddy.byte-buddy-1.11.12.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :net.bytebuddy.byte-buddy-dep-1.11.12.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :net.java.dev.msv.xsdlib-2013.6.1.pom",
"Red Hat JBoss Enterprise Application Platform :net.jcip.jcip-annotations-1.0.0.redhat-8.jar",
"Red Hat JBoss Enterprise Application Platform :net.jcip.jcip-annotations-1.0.0.redhat-8.pom",
"Red Hat JBoss Enterprise Application Platform :net.shibboleth.utilities.java-support-7.3.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :net.shibboleth.utilities.java-support-7.3.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-2.4.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-2.4.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-extensions-1.8.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-extensions-1.8.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.aesh.readline-2.2.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.aesh.readline-2.2.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.aesh.terminal-api-2.2.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.activemq-artemis-native-1.0.2.redhat-00004.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.activemq-artemis-native-1.0.2.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-cli-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-cli-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-commons-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-commons-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-core-client-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-core-client-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-dto-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-dto-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hornetq-protocol-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hornetq-protocol-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hqclient-protocol-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hqclient-protocol-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jdbc-store-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jdbc-store-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-client-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-client-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-server-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-server-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-journal-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-journal-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-ra-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-ra-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-selector-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-selector-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-server-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-server-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-service-extensions-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-service-extensions-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-tools-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-tools-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-i686-1.0.2-redhat-00001.so",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-ppc64le-1.0.2-redhat-00001.so",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-s390x-1.0.2-redhat-00001.so",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-x86_64-1.0.2-redhat-00001.so",
"Red Hat JBoss Enterprise Application Platform :org.apache.avro.avro-1.11.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.avro.avro-1.11.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.commons.commons-lang3-3.11.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.commons.commons-lang3-3.11.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-core-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-core-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-coloc-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-coloc-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-soap-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-soap-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-xml-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-xml-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-aegis-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-aegis-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-jaxb-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-jaxb-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-clustering-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-clustering-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-logging-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-logging-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-jaxws-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-jaxws-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-simple-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-simple-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-management-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-management-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-saml-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-saml-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-hc-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-hc-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-jms-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-jms-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-local-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-local-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-addr-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-addr-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-mex-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-mex-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-policy-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-policy-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-rm-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-rm-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-security-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-security-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-wsdl-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-wsdl-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-common-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-common-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-java2ws-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-java2ws-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-validator-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-validator-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-core-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-core-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-databinding-jaxb-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-databinding-jaxb-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-frontend-jaxws-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-frontend-jaxws-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.sts.cxf-services-sts-core-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.sts.cxf-services-sts-core-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.ws-discovery.cxf-services-ws-discovery-api-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.ws-discovery.cxf-services-ws-discovery-api-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjc-utils.cxf-xjc-runtime-3.3.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjc-utils.cxf-xjc-runtime-3.3.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-boolean-3.3.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-boolean-3.3.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-bug986-3.3.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-bug986-3.3.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-dv-3.3.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-dv-3.3.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-ts-3.3.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-ts-3.3.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpasyncclient-4.1.4.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpasyncclient-4.1.4.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpclient-4.5.13.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpclient-4.5.13.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-4.4.13.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-4.4.14.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-4.4.14.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-nio-4.4.14.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-nio-4.4.14.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpmime-4.5.13.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpmime-4.5.13.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-core-0.8.9.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-core-0.8.9.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-dom-0.8.9.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-dom-0.8.9.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-storage-0.8.9.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-storage-0.8.9.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.logging.log4j.log4j-api-2.17.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.logging.log4j.log4j-api-2.17.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-analyzers-common-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-analyzers-common-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-backward-codecs-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-backward-codecs-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-core-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-core-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-facet-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-facet-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-misc-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-misc-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queries-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queries-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queryparser-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queryparser-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.neethi.neethi-3.1.1.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.neethi.neethi-3.1.1.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.santuario.xmlsec-2.2.6.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-common-2.9.2.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-common-2.9.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-common-2.9.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-core-2.9.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-core-2.9.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-compat-1.2.6.RC1-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-compat-1.2.6.RC1-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-impl-1.2.6.RC1-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-impl-1.2.6.RC1-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-spec-1.2.6.RC1-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-spec-1.2.6.RC1-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.velocity.velocity-engine-core-2.3.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.ws.xmlschema.xmlschema-core-2.2.5.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.ws.xmlschema.xmlschema-core-2.2.5.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-bindings-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-bindings-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-policy-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-policy-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-common-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-common-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-dom-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-dom-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-policy-stax-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-policy-stax-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-stax-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-stax-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.bitbucket.b_c.jose4j-0.9.3.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcmail-jdk18on-1.76.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcmail-jdk18on-1.76.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpg-jdk18on-1.76.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpg-jdk18on-1.76.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpkix-jdk18on-1.76.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpkix-jdk18on-1.76.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcprov-jdk18on-1.76.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcprov-jdk18on-1.76.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcutil-jdk18on-1.76.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcutil-jdk18on-1.76.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-core-asl-1.9.13.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-jaxrs-1.9.13.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-mapper-asl-1.9.13.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-xc-1.9.13.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jettison.jettison-1.5.4.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jettison.jettison-1.5.4.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.woodstox.stax2-api-4.2.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.woodstox.stax2-api-4.2.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.cryptacular.cryptacular-1.2.4.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.cryptacular.cryptacular-1.2.4.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.dom4j.dom4j-2.1.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.dom4j.dom4j-2.1.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jdt.ecj-3.26.0.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jdt.ecj-3.26.0.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit-5.13.2.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit-5.13.2.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit.ssh.apache-5.13.2.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit.ssh.apache-5.13.2.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.yasson-1.0.11.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.yasson-1.0.11.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.fusesource.hawtjni.hawtjni-runtime-1.17.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-1.18.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-linux32-1.8.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-linux64-1.8.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-native-1.8.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.el-3.0.3.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.el-3.0.3.redhat-00007.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.enterprise.concurrent-1.1.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.enterprise.concurrent-1.1.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.json-1.1.6.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.json-1.1.6.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.codemodel-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.codemodel-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-jxc-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-jxc-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-runtime-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-runtime-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-xjc-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-xjc-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.txw2-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.txw2-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.xsom-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.xsom-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.soteria.jakarta.security.enterprise-1.0.1.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.soteria.jakarta.security.enterprise-1.0.1.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.common.hibernate-commons-annotations-5.0.5.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-core-5.3.33.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-envers-5.3.33.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-backend-jms-5.10.13.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-backend-jms-5.10.13.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-engine-5.10.13.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-engine-5.10.13.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-orm-5.10.13.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-orm-5.10.13.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-serialization-avro-5.10.13.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-serialization-avro-5.10.13.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-6.0.23.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-6.0.23.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-cdi-6.0.23.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-cdi-6.0.23.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-commons-2.4.8.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-commons-2.4.8.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-core-client-2.4.8.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-core-client-2.4.8.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-jms-client-2.4.8.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-jms-client-2.4.8.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-jdbc-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-jdbc-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-remote-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-remote-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-client-hotrod-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-client-hotrod-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-commons-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-commons-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-component-annotations-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-component-annotations-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-core-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-core-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-commons-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-commons-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-spi-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-spi-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v51-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v51-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v53-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v53-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.protostream.protostream-4.3.6.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.protostream.protostream-4.3.6.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jasypt.jasypt-1.9.3.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jasypt.jasypt-1.9.3.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.javassist.javassist-3.26.0.GA-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.javassist.javassist-3.27.0.GA-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.javassist.javassist-3.27.0.GA-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jberet.jberet-core-1.3.9.SP2-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jberet.jberet-core-1.3.9.SP2-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.activemq.artemis.integration.artemis-wildfly-integration-1.0.7.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.activemq.artemis.integration.artemis-wildfly-integration-1.0.7.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.classfilewriter.jboss-classfilewriter-1.2.5.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.classfilewriter.jboss-classfilewriter-1.2.5.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.common.jboss-common-beans-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.common.jboss-common-beans-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jboss-insights-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jboss-insights-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-eclipselink-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-eclipselink-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-1-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-1-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-3-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-3-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-3-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-3-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-openjpa-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-openjpa-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-appclient-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-appclient-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-batch-jberet-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-batch-jberet-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-bean-validation-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-bean-validation-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-client-all-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-client-properties-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-client-properties-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-common-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-common-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-cache-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-cache-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-hotrod-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-hotrod-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-infinispan-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-infinispan-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-infinispan-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-infinispan-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-client-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-client-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-marshalling-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-marshalling-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-jboss-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-jboss-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-protostream-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-protostream-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-server-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-server-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-service-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-service-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-cache-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-cache-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-container-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-container-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-hotrod-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-hotrod-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-infinispan-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-infinispan-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-undertow-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-undertow-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-cmp-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-cmp-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-configadmin-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-configadmin-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-connector-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-connector-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-datasources-agroal-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-datasources-agroal-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-security-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-security-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ejb3-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ejb3-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-health-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-health-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-iiop-openjdk-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-iiop-openjdk-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jacorb-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jacorb-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxr-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxr-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxrs-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxrs-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jdr-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jdr-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jpa-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jpa-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-injection-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-injection-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsr77-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsr77-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mail-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mail-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-activemq-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-activemq-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-metrics-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-metrics-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-config-smallrye-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-config-smallrye-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-health-smallrye-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-health-smallrye-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-metrics-smallrye-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-metrics-smallrye-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-opentracing-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-opentracing-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-undertow-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-undertow-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-naming-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-naming-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ormtransformer-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ormtransformer-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-picketlink-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-picketlink-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-pojo-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-pojo-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-rts-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-rts-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-sar-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-sar-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-integration-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-integration-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-plugins-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-plugins-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-vault-tool-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-vault-tool-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-system-jmx-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-system-jmx-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-transactions-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-transactions-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-undertow-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-undertow-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-common-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-common-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-webservices-server-integration-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-webservices-server-integration-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-bean-validation-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-bean-validation-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-common-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-common-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-ejb-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-ejb-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-jpa-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-jpa-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-transactions-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-transactions-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-webservices-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-webservices-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-xts-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-xts-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ejb3.jboss-ejb3-ext-api-2.3.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ejb3.jboss-ejb3-ext-api-2.3.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.genericjms.generic-jms-ra-jar-2.0.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.genericjms.generic-jms-ra-jar-2.0.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.hal.hal-console-3.3.20.Final-redhat-00001-resources.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.hal.hal-console-3.3.20.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.invocation.jboss-invocation-1.6.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.invocation.jboss-invocation-1.6.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-api-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-api-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-impl-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-impl-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-spi-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-spi-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-api-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-api-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-impl-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-impl-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-deployers-common-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-deployers-common-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-jdbc-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-jdbc-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-validator-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-validator-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jandex-2.4.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jandex-2.4.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-dmr-1.5.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-dmr-1.5.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-4.0.53.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-4.0.53.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-legacy-3.0.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-legacy-3.0.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-iiop-client-1.0.1.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-iiop-client-1.0.1.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-transaction-spi-7.6.0.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-transaction-spi-7.6.0.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-vfs-3.2.17.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-vfs-3.2.17.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.commons-logging-jboss-logging-1.0.0.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.commons-logging-jboss-logging-1.0.0.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jboss-logging-3.4.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jboss-logging-3.4.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jul-to-slf4j-stub-1.0.1.Final-redhat-3.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jul-to-slf4j-stub-1.0.1.Final-redhat-3.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.jboss-logmanager-2.1.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.jboss-logmanager-2.1.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.log4j-jboss-logmanager-1.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.log4j2-jboss-logmanager-1.1.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.log4j2-jboss-logmanager-1.1.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-2.0.14.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-2.0.14.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-river-2.0.14.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-river-2.0.14.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-appclient-13.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-appclient-13.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-common-13.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-common-13.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ear-13.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ear-13.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ejb-13.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ejb-13.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-web-13.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-web-13.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-cli-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-cli-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-core-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-core-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.0-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.0-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.1-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.1-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly11.0-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly11.0-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly12.0-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly12.0-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly13.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly13.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly14.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly14.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly15.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly15.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly16.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly16.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly17.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly17.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly18.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly18.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly19.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly19.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly20.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly20.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly21.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly21.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly22.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly22.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly8.2-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly8.2-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly9.0-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly9.0-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-container-spi-1.4.5.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-container-spi-1.4.5.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-core-1.4.5.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-core-1.4.5.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-load-spi-1.4.5.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-load-spi-1.4.5.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.modules.jboss-modules-1.12.2.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.modules.jboss-modules-1.12.2.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.msc.jboss-msc-1.4.13.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.msc.jboss-msc-1.4.13.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.arjunacore.arjuna-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.arjunacore.txoj-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.common-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.compensations.compensations-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.compensations.compensations-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jbosstxbridge-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jbosstxbridge-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.cdi-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.jdbc-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.jms-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.jta-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.idlj-idl-jdk8-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.jtax-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.jts-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.narayana-jts-idlj-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.narayana-jts-integration-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.narayana-jts-integration-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.orbportability-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-api-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-api-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-bridge-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-bridge-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-integration-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-integration-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-util-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-util-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.txframework.txframework-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.txframework.txframework-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.bridge-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.jbossxts-5.11.4.Final-redhat-00001-api.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.jbossxts-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.recovery-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.service-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.ws-c11-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.ws-t11-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.wsas-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.wscf11-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.wstx11-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.openjdk-orb.openjdk-orb-8.1.4.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.openjdk-orb.openjdk-orb-8.1.4.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.remoting.jboss-remoting-5.0.27.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.remoting.jboss-remoting-5.0.27.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.remotingjmx.remoting-jmx-3.0.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.remotingjmx.remoting-jmx-3.0.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.jose-jwt-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.jose-jwt-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-atom-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-atom-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-cdi-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-cdi-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-client-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-client-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-crypto-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-crypto-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson2-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson2-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxb-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxb-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxrs-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxrs-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jettison-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jettison-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jsapi-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jsapi-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-binding-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-binding-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-p-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-p-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-multipart-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-multipart-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-rxjava2-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-rxjava2-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-spring-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-spring-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-validator-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-validator-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-yaml-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-yaml-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.seam.integration.jboss-seam-int-jbossas-7.0.0.GA-redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.seam.integration.jboss-seam-int-jbossas-7.0.0.GA-redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-common-3.0.6.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-common-3.0.6.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-extras-3.0.6.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-extras-3.0.6.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-ntlm-3.0.6.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-ntlm-3.0.6.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-spnego-3.0.6.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-spnego-3.0.6.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jbossxacml-2.0.8.Final-redhat-8.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.slf4j.slf4j-jboss-logmanager-1.1.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.slf4j.slf4j-jboss-logmanager-1.1.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.annotation.jboss-annotations-api_1.3_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.annotation.jboss-annotations-api_1.3_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.batch.jboss-batch-api_1.0_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.batch.jboss-batch-api_1.0_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ejb.jboss-ejb-api_3.2_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ejb.jboss-ejb-api_3.2_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.el.jboss-el-api_3.0_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.el.jboss-el-api_3.0_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.enterprise.concurrent.jboss-concurrency-api_1.0_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.enterprise.concurrent.jboss-concurrency-api_1.0_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.faces.jboss-jsf-api_2.3_spec-3.0.0.SP07-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.faces.jboss-jsf-api_2.3_spec-3.0.0.SP07-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.interceptor.jboss-interceptors-api_1.2_spec-2.0.0.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.interceptor.jboss-interceptors-api_1.2_spec-2.0.0.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.jms.jboss-jms-api_2.0_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.jms.jboss-jms-api_2.0_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.management.j2ee.jboss-j2eemgmt-api_1.1_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.management.j2ee.jboss-j2eemgmt-api_1.1_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.resource.jboss-connector-api_1.7_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.resource.jboss-connector-api_1.7_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.auth.message.jboss-jaspi-api_1.1_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.auth.message.jboss-jaspi-api_1.1_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.jacc.jboss-jacc-api_1.5_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.jacc.jboss-jacc-api_1.5_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jboss-servlet-api_4.0_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jboss-servlet-api_4.0_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.transaction.jboss-transaction-api_1.3_spec-2.0.0.Final-redhat-00005.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.transaction.jboss-transaction-api_1.3_spec-2.0.0.Final-redhat-00005.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.websocket.jboss-websocket-api_1.1_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.websocket.jboss-websocket-api_1.1_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ws.rs.jboss-jaxrs-api_2.1_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ws.rs.jboss-jaxrs-api_2.1_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.rpc.jboss-jaxrpc-api_1.1_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.rpc.jboss-jaxrpc-api_1.1_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.3_spec-1.0.6.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.3_spec-1.0.6.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.4_spec-1.0.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.4_spec-1.0.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.ws.jboss-jaxws-api_2.3_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.ws.jboss-jaxws-api_2.3_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.staxmapper-1.3.0.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.staxmapper-1.3.0.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.stdio.jboss-stdio-1.1.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.stdio.jboss-stdio-1.1.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.threads.jboss-threads-2.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.threads.jboss-threads-2.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-ejb-3.1.10.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-ejb-3.1.10.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jsf-3.1.10.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jsf-3.1.10.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jta-3.1.10.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jta-3.1.10.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-web-3.1.10.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-web-3.1.10.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-api-3.1.0.SP3-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-api-3.1.0.SP3-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-core-impl-3.1.10.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-core-impl-3.1.10.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-spi-3.1.0.SP3-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-spi-3.1.0.SP3-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-client-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-client-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-factories-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-factories-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-jaspi-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-jaspi-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-resources-5.4.9.Final-redhat-00001-wildfly2400.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-resources-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-server-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-server-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-udp-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-udp-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-undertow-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-undertow-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-api-1.1.2.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-api-1.1.2.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-3.3.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-3.3.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-tools-1.3.2.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-tools-1.3.2.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-spi-3.4.0.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-spi-3.4.0.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.projects.jaxws-undertow-httpspi-1.0.1.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.projects.jaxws-undertow-httpspi-1.0.1.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.netty.netty-xnio-transport-0.1.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.netty.netty-xnio-transport-0.1.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-api-3.8.11.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-api-3.8.11.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-nio-3.8.11.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-nio-3.8.11.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jctools.jctools-core-2.1.2.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :org.jctools.jctools-core-2.1.2.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :org.jctools.jctools-core-3.1.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.azure.jgroups-azure-1.3.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.azure.jgroups-azure-1.3.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.jgroups-4.2.23.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.jgroups-4.2.23.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.kubernetes.jgroups-kubernetes-1.0.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.kubernetes.jgroups-kubernetes-1.0.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jsoup.jsoup-1.14.2.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jsoup.jsoup-1.14.2.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jvnet.staxex.stax-ex-1.8.3.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jvnet.staxex.stax-ex-1.8.3.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-core-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-core-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-profile-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-profile-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-impl-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-impl-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-impl-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-impl-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-soap-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-soap-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-impl-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-impl-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-impl-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-impl-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-impl-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-impl-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.ow2.asm.asm-9.1.0.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.ow2.asm.asm-util-9.1.0.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.acl-spi-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.authorization-spi-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.common-spi-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.identity-spi-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.jboss-security-spi-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.jbosssx-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.jbosssx-bare-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-5.0.3.Final-redhat-00009.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-acl-impl-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-bare-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-commons-1.0.0.final-redhat-5.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-commons-1.0.0.final-redhat-5.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-identity-impl-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-infinispan-5.0.3.Final-redhat-00009.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-infinispan-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-spi-bare-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.distribution.picketlink-wildfly8-2.5.5.SP12-redhat-00016.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-api-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-api-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-common-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-common-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-config-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-config-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-federation-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-federation-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-api-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-api-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-impl-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-impl-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-simple-schema-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-simple-schema-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-impl-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-impl-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-core-1.1.6.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-core-1.1.6.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-wildfly-1.1.6.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-wildfly-1.1.6.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.reactivestreams.reactive-streams-1.0.3.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.jcl-over-slf4j-1.7.30.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-api-1.7.22.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-api-1.7.22.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-api-1.7.30.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-ext-1.7.22.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-ext-1.7.22.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.client.wildfly-client-config-1.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.client.wildfly-client-config-1.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.common.wildfly-common-1.5.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.common.wildfly-common-1.5.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-cli-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-controller-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-controller-client-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-management-client-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-management-subsystem-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-security-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-security-api-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-deployment-repository-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-deployment-scanner-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-discovery-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-domain-http-error-context-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-domain-http-interface-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-domain-management-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-elytron-integration-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-elytron-tool-wrapper-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-embedded-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-event-logger-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-host-controller-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-io-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-jmx-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-launcher-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-logging-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-management-client-content-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-network-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-patching-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-platform-mbean-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-process-controller-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-protocol-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-remoting-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-request-controller-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-security-manager-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-server-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-threads-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-version-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.discovery.wildfly-discovery-client-1.2.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.discovery.wildfly-discovery-client-1.2.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-java-2.2.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-java-2.2.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-ppc64le-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-ppc64le-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel6-x86_64-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel6-x86_64-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel7-x86_64-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel7-x86_64-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel8-x86_64-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel8-x86_64-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel9-x86_64-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel9-x86_64-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-s390x-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-s390x-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-windows-x86_64-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-1.9.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-1.9.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-servlet-1.9.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-servlet-1.9.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-asn1-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-asn1-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-audit-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-audit-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-deprecated-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-deprecated-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-http-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-http-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-sasl-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-sasl-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-base-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-base-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-client-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-client-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-deprecated-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-deprecated-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-impl-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-impl-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-store-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-store-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-digest-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-digest-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-encryption-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-encryption-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-basic-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-basic-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-bearer-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-bearer-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-cert-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-cert-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-deprecated-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-deprecated-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-digest-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-digest-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-external-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-external-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-form-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-form-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-oidc-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-spnego-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-spnego-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-sso-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-sso-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-stateful-basic-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-stateful-basic-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jacc-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jacc-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jaspi-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jaspi-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jose-jwk-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jose-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-json-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-json-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-keystore-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-keystore-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-digest-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-digest-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-gssapi-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-gssapi-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-http-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-http-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-oauth2-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-oauth2-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-scram-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-scram-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-password-impl-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-password-impl-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-permission-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-permission-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-provider-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-provider-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-jdbc-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-jdbc-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-ldap-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-ldap-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-token-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-token-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-anonymous-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-anonymous-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-auth-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-auth-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-deprecated-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-deprecated-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-digest-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-digest-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-entity-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-entity-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-external-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-external-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gs2-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gs2-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gssapi-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gssapi-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-localuser-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-localuser-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-oauth2-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-oauth2-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-otp-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-otp-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-plain-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-plain-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-scram-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-scram-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-action-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-action-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-ssl-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-ssl-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-tool-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-tool-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-acme-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-acme-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-deprecated-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-deprecated-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-principal-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-principal-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.transaction.wildfly-transaction-client-1.1.17.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.transaction.wildfly-transaction-client-1.1.17.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-client-common-1.1.16.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-client-common-1.1.16.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-ejb-client-1.1.16.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-ejb-client-1.1.16.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-naming-client-1.1.16.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-naming-client-1.1.16.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-transaction-client-1.1.16.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-transaction-client-1.1.16.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-naming-client-1.0.17.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-naming-client-1.0.17.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.yaml.snakeyaml-1.33.0.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.yaml.snakeyaml-1.33.0.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :wsdl4j.wsdl4j-1.6.3.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :wsdl4j.wsdl4j-1.6.3.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :xalan.serializer-2.7.1.redhat-00014.jar",
"Red Hat JBoss Enterprise Application Platform :xalan.serializer-2.7.1.redhat-00014.pom",
"Red Hat JBoss Enterprise Application Platform :xalan.xalan-2.7.1.redhat-00014.jar",
"Red Hat JBoss Enterprise Application Platform :xalan.xalan-2.7.1.redhat-00014.pom",
"Red Hat JBoss Enterprise Application Platform :xerces.xercesImpl-2.12.0.SP04-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :xerces.xercesImpl-2.12.0.SP04-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :xml-resolver.xml-resolver-1.2.0.redhat-12.jar",
"Red Hat JBoss Enterprise Application Platform :xml-resolver.xml-resolver-1.2.0.redhat-12.pom",
"Red Hat JBoss Enterprise Application Platform :xom.xom-1.3.7.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :xom.xom-1.3.7.redhat-00001.pom"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-44483"
},
{
"category": "external",
"summary": "RHBZ#2246070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-44483",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44483"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44483",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44483"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2023/10/20/5",
"url": "http://www.openwall.com/lists/oss-security/2023/10/20/5"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/vmqbp9mfxtrf0kmbnnmbn3h9j6dr9q55",
"url": "https://lists.apache.org/thread/vmqbp9mfxtrf0kmbnnmbn3h9j6dr9q55"
}
],
"release_date": "2023-10-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-06T19:55:38+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).",
"product_ids": [
"Red Hat JBoss Enterprise Application Platform :org.apache.santuario.xmlsec-2.2.6.redhat-00002.jar"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0714"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat JBoss Enterprise Application Platform :@babel.code-frame-7.0.0",
"Red Hat JBoss Enterprise Application Platform :@babel.core-7.4.5",
"Red Hat JBoss Enterprise Application Platform :@babel.generator-7.4.4",
"Red Hat JBoss Enterprise Application Platform :@babel.helper-function-name-7.1.0",
"Red Hat JBoss Enterprise Application Platform :@babel.helper-get-function-arity-7.0.0",
"Red Hat JBoss Enterprise Application Platform :@babel.helper-split-export-declaration-7.4.4",
"Red Hat JBoss Enterprise Application Platform :@babel.helpers-7.4.4",
"Red Hat JBoss Enterprise Application Platform :@babel.highlight-7.0.0",
"Red Hat JBoss Enterprise Application Platform :@babel.parser-7.4.5",
"Red Hat JBoss Enterprise Application Platform :@babel.template-7.4.4",
"Red Hat JBoss Enterprise Application Platform :@babel.traverse-7.4.5",
"Red Hat JBoss Enterprise Application Platform :@babel.types-7.4.4",
"Red Hat JBoss Enterprise Application Platform :@gar.promisify-1.1.3",
"Red Hat JBoss Enterprise Application Platform :@mrmlnc.readdir-enhanced-2.2.1",
"Red Hat JBoss Enterprise Application Platform :@nodelib.fs.stat-1.1.3",
"Red Hat JBoss Enterprise Application Platform :@npmcli.fs-2.1.2",
"Red Hat JBoss Enterprise Application Platform :@npmcli.move-file-2.0.1",
"Red Hat JBoss Enterprise Application Platform :@tootallnate.once-2.0.0",
"Red Hat JBoss Enterprise Application Platform :@types.c3-0.6.0",
"Red Hat JBoss Enterprise Application Platform :@types.d3-4.13.0",
"Red Hat JBoss Enterprise Application Platform :@types.d3-array-1.2.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-axis-1.0.10",
"Red Hat JBoss Enterprise Application Platform :@types.d3-brush-1.0.8",
"Red Hat JBoss Enterprise Application Platform :@types.d3-chord-1.0.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-collection-1.0.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-color-1.2.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-dispatch-1.0.6",
"Red Hat JBoss Enterprise Application Platform :@types.d3-drag-1.2.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-dsv-1.0.33",
"Red Hat JBoss Enterprise Application Platform :@types.d3-ease-1.0.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-force-1.1.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-format-1.3.0",
"Red Hat JBoss Enterprise Application Platform :@types.d3-geo-1.10.3",
"Red Hat JBoss Enterprise Application Platform :@types.d3-hierarchy-1.1.2",
"Red Hat JBoss Enterprise Application Platform :@types.d3-interpolate-1.2.0",
"Red Hat JBoss Enterprise Application Platform :@types.d3-path-1.0.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-polygon-1.0.6",
"Red Hat JBoss Enterprise Application Platform :@types.d3-quadtree-1.0.5",
"Red Hat JBoss Enterprise Application Platform :@types.d3-queue-3.0.6",
"Red Hat JBoss Enterprise Application Platform :@types.d3-random-1.1.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-request-1.0.2",
"Red Hat JBoss Enterprise Application Platform :@types.d3-scale-1.0.13",
"Red Hat JBoss Enterprise Application Platform :@types.d3-selection-1.3.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-shape-1.2.3",
"Red Hat JBoss Enterprise Application Platform :@types.d3-time-1.0.8",
"Red Hat JBoss Enterprise Application Platform :@types.d3-time-format-2.1.0",
"Red Hat JBoss Enterprise Application Platform :@types.d3-timer-1.0.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-transition-1.1.1",
"Red Hat JBoss Enterprise Application Platform :@types.d3-voronoi-1.1.7",
"Red Hat JBoss Enterprise Application Platform :@types.d3-zoom-1.7.1",
"Red Hat JBoss Enterprise Application Platform :@types.events-3.0.0",
"Red Hat JBoss Enterprise Application Platform :@types.geojson-7946.0.3",
"Red Hat JBoss Enterprise Application Platform :@types.glob-7.1.1",
"Red Hat JBoss Enterprise Application Platform :@types.minimatch-3.0.3",
"Red Hat JBoss Enterprise Application Platform :@types.node-12.0.10",
"Red Hat JBoss Enterprise Application Platform :@types.unist-2.0.3",
"Red Hat JBoss Enterprise Application Platform :@types.vfile-3.0.2",
"Red Hat JBoss Enterprise Application Platform :@types.vfile-message-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.abab-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.abbrev-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.abort-controller-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.abstract-leveldown-6.2.3",
"Red Hat JBoss Enterprise Application Platform :None.ace-builds-1.4.5",
"Red Hat JBoss Enterprise Application Platform :None.acorn-2.7.0",
"Red Hat JBoss Enterprise Application Platform :None.acorn-globals-1.0.9",
"Red Hat JBoss Enterprise Application Platform :None.agent-base-6.0.2",
"Red Hat JBoss Enterprise Application Platform :None.agentkeepalive-4.2.1",
"Red Hat JBoss Enterprise Application Platform :None.aggregate-error-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.ajv-6.10.0",
"Red Hat JBoss Enterprise Application Platform :None.amdefine-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.ansi-regex-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.ansi-regex-4.1.0",
"Red Hat JBoss Enterprise Application Platform :None.ansi-regex-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.ansi-styles-2.2.1",
"Red Hat JBoss Enterprise Application Platform :None.ansi-styles-3.2.1",
"Red Hat JBoss Enterprise Application Platform :None.aproba-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.are-we-there-yet-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.argparse-1.0.10",
"Red Hat JBoss Enterprise Application Platform :None.arr-diff-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.arr-flatten-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.arr-union-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.array-each-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.array-find-index-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.array-slice-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.array-union-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.array-uniq-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.array-unique-0.3.2",
"Red Hat JBoss Enterprise Application Platform :None.arrify-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.artemis-service.exe-None",
"Red Hat JBoss Enterprise Application Platform :None.asap-2.0.6",
"Red Hat JBoss Enterprise Application Platform :None.asn1-0.2.4",
"Red Hat JBoss Enterprise Application Platform :None.assert-plus-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.assign-symbols-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.astral-regex-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.async-1.5.2",
"Red Hat JBoss Enterprise Application Platform :None.async-2.6.2",
"Red Hat JBoss Enterprise Application Platform :None.asynckit-0.4.0",
"Red Hat JBoss Enterprise Application Platform :None.atob-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.autocompleter-4.0.2",
"Red Hat JBoss Enterprise Application Platform :None.autoprefixer-9.6.0",
"Red Hat JBoss Enterprise Application Platform :None.aws-sign2-0.7.0",
"Red Hat JBoss Enterprise Application Platform :None.aws4-1.8.0",
"Red Hat JBoss Enterprise Application Platform :None.babel-code-frame-6.26.0",
"Red Hat JBoss Enterprise Application Platform :None.babel-generator-6.26.1",
"Red Hat JBoss Enterprise Application Platform :None.babel-messages-6.23.0",
"Red Hat JBoss Enterprise Application Platform :None.babel-runtime-6.26.0",
"Red Hat JBoss Enterprise Application Platform :None.babel-traverse-6.26.0",
"Red Hat JBoss Enterprise Application Platform :None.babel-types-6.26.0",
"Red Hat JBoss Enterprise Application Platform :None.babylon-6.18.0",
"Red Hat JBoss Enterprise Application Platform :None.bail-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.balanced-match-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.base-0.11.2",
"Red Hat JBoss Enterprise Application Platform :None.base64-js-1.5.1",
"Red Hat JBoss Enterprise Application Platform :None.bcrypt-pbkdf-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.body-5.1.0",
"Red Hat JBoss Enterprise Application Platform :None.boolbase-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-3.3.7",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-3.4.1",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-datepicker-1.8.0",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-datepicker-1.9.0",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-sass-3.4.1",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-select-1.12.2",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-select-1.13.10",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-slider-10.6.1",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-slider-9.10.0",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-switch-3.3.4",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-switch-3.3.5",
"Red Hat JBoss Enterprise Application Platform :None.bootstrap-touchspin-3.1.1",
"Red Hat JBoss Enterprise Application Platform :None.brace-expansion-1.1.11",
"Red Hat JBoss Enterprise Application Platform :None.brace-expansion-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.braces-2.3.2",
"Red Hat JBoss Enterprise Application Platform :None.braces-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.browserslist-4.6.3",
"Red Hat JBoss Enterprise Application Platform :None.buffer-5.7.1",
"Red Hat JBoss Enterprise Application Platform :None.buffer-from-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.bytes-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.c3-0.4.23",
"Red Hat JBoss Enterprise Application Platform :None.c3-0.7.1",
"Red Hat JBoss Enterprise Application Platform :None.cacache-16.1.3",
"Red Hat JBoss Enterprise Application Platform :None.cache-base-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.call-me-maybe-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.caller-callsite-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.caller-path-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.callsites-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.camelcase-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.camelcase-4.1.0",
"Red Hat JBoss Enterprise Application Platform :None.camelcase-keys-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.camelcase-keys-4.2.0",
"Red Hat JBoss Enterprise Application Platform :None.caniuse-lite-1.0.30000978",
"Red Hat JBoss Enterprise Application Platform :None.caseless-0.12.0",
"Red Hat JBoss Enterprise Application Platform :None.ccount-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.chalk-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.chalk-2.4.2",
"Red Hat JBoss Enterprise Application Platform :None.character-entities-1.2.3",
"Red Hat JBoss Enterprise Application Platform :None.character-entities-html4-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.character-entities-legacy-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.character-reference-invalid-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.cheerio-0.20.0",
"Red Hat JBoss Enterprise Application Platform :None.cheerio-1.0.0-rc.2",
"Red Hat JBoss Enterprise Application Platform :None.chownr-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.class-utils-0.3.6",
"Red Hat JBoss Enterprise Application Platform :None.clean-css-4.2.1",
"Red Hat JBoss Enterprise Application Platform :None.clean-stack-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.clipboard-2.0.11",
"Red Hat JBoss Enterprise Application Platform :None.clone-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.clone-buffer-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.clone-regexp-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.coffeescript-1.10.0",
"Red Hat JBoss Enterprise Application Platform :None.collapse-white-space-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.collection-visit-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.color-convert-1.9.3",
"Red Hat JBoss Enterprise Application Platform :None.color-logger-0.0.3",
"Red Hat JBoss Enterprise Application Platform :None.color-logger-0.0.6",
"Red Hat JBoss Enterprise Application Platform :None.color-name-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.color-support-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.colors-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.combined-stream-1.0.8",
"Red Hat JBoss Enterprise Application Platform :None.commander-2.20.0",
"Red Hat JBoss Enterprise Application Platform :None.component-emitter-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.concat-map-0.0.1",
"Red Hat JBoss Enterprise Application Platform :None.console-control-strings-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.continuable-cache-0.3.1",
"Red Hat JBoss Enterprise Application Platform :None.convert-source-map-1.6.0",
"Red Hat JBoss Enterprise Application Platform :None.copy-descriptor-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.core-js-0.9.18",
"Red Hat JBoss Enterprise Application Platform :None.core-js-2.6.9",
"Red Hat JBoss Enterprise Application Platform :None.core-util-is-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.cosmiconfig-5.2.1",
"Red Hat JBoss Enterprise Application Platform :None.css-2.2.4",
"Red Hat JBoss Enterprise Application Platform :None.css-parse-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.css-select-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.css-unit-converter-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.css-what-2.1.3",
"Red Hat JBoss Enterprise Application Platform :None.cssom-0.3.6",
"Red Hat JBoss Enterprise Application Platform :None.cssstyle-0.2.37",
"Red Hat JBoss Enterprise Application Platform :None.currently-unhandled-0.4.1",
"Red Hat JBoss Enterprise Application Platform :None.d3-3.5.17",
"Red Hat JBoss Enterprise Application Platform :None.d3-5.9.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-array-1.2.4",
"Red Hat JBoss Enterprise Application Platform :None.d3-axis-1.0.12",
"Red Hat JBoss Enterprise Application Platform :None.d3-brush-1.0.6",
"Red Hat JBoss Enterprise Application Platform :None.d3-chord-1.0.6",
"Red Hat JBoss Enterprise Application Platform :None.d3-collection-1.0.7",
"Red Hat JBoss Enterprise Application Platform :None.d3-color-1.2.3",
"Red Hat JBoss Enterprise Application Platform :None.d3-contour-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-dispatch-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.d3-drag-1.2.3",
"Red Hat JBoss Enterprise Application Platform :None.d3-dsv-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.d3-ease-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.d3-fetch-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-force-1.2.1",
"Red Hat JBoss Enterprise Application Platform :None.d3-format-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-geo-1.11.6",
"Red Hat JBoss Enterprise Application Platform :None.d3-hierarchy-1.1.8",
"Red Hat JBoss Enterprise Application Platform :None.d3-interpolate-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-path-1.0.7",
"Red Hat JBoss Enterprise Application Platform :None.d3-polygon-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.d3-quadtree-1.0.6",
"Red Hat JBoss Enterprise Application Platform :None.d3-random-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-scale-2.2.2",
"Red Hat JBoss Enterprise Application Platform :None.d3-scale-chromatic-1.3.3",
"Red Hat JBoss Enterprise Application Platform :None.d3-selection-1.4.0",
"Red Hat JBoss Enterprise Application Platform :None.d3-shape-1.3.5",
"Red Hat JBoss Enterprise Application Platform :None.d3-time-1.0.11",
"Red Hat JBoss Enterprise Application Platform :None.d3-time-format-2.1.3",
"Red Hat JBoss Enterprise Application Platform :None.d3-timer-1.0.9",
"Red Hat JBoss Enterprise Application Platform :None.d3-transition-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.d3-voronoi-1.1.4",
"Red Hat JBoss Enterprise Application Platform :None.d3-zoom-1.7.3",
"Red Hat JBoss Enterprise Application Platform :None.dashdash-1.14.1",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-1.10.16",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-1.10.19",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-bs-1.10.16",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-buttons-1.5.6",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-colreorder-1.4.1",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-colreorder-bs-1.3.3",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-keytable-2.5.0",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-select-1.2.7",
"Red Hat JBoss Enterprise Application Platform :None.datatables.net-select-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.dateformat-1.0.12",
"Red Hat JBoss Enterprise Application Platform :None.debug-2.6.9",
"Red Hat JBoss Enterprise Application Platform :None.debug-3.2.6",
"Red Hat JBoss Enterprise Application Platform :None.debug-4.1.1",
"Red Hat JBoss Enterprise Application Platform :None.debug-4.3.4",
"Red Hat JBoss Enterprise Application Platform :None.decamelize-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.decamelize-keys-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.decode-uri-component-0.2.0",
"Red Hat JBoss Enterprise Application Platform :None.deep-is-0.1.3",
"Red Hat JBoss Enterprise Application Platform :None.deferred-leveldown-5.3.0",
"Red Hat JBoss Enterprise Application Platform :None.define-property-0.2.5",
"Red Hat JBoss Enterprise Application Platform :None.define-property-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.define-property-2.0.2",
"Red Hat JBoss Enterprise Application Platform :None.delayed-stream-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.delegate-3.2.0",
"Red Hat JBoss Enterprise Application Platform :None.delegates-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.depd-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.detect-file-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.detect-indent-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.diff-3.5.0",
"Red Hat JBoss Enterprise Application Platform :None.dir-glob-2.2.2",
"Red Hat JBoss Enterprise Application Platform :None.dom-serializer-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.domelementtype-1.3.1",
"Red Hat JBoss Enterprise Application Platform :None.domhandler-2.3.0",
"Red Hat JBoss Enterprise Application Platform :None.domhandler-2.4.2",
"Red Hat JBoss Enterprise Application Platform :None.domutils-1.5.1",
"Red Hat JBoss Enterprise Application Platform :None.dot-prop-4.2.0",
"Red Hat JBoss Enterprise Application Platform :None.double-ended-queue-2.1.0-0",
"Red Hat JBoss Enterprise Application Platform :None.drmonty-datatables-colvis-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.duplexer-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.ecc-jsbn-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.electron-to-chromium-1.3.174",
"Red Hat JBoss Enterprise Application Platform :None.emoji-regex-7.0.3",
"Red Hat JBoss Enterprise Application Platform :None.emoji-regex-8.0.0",
"Red Hat JBoss Enterprise Application Platform :None.encoding-0.1.13",
"Red Hat JBoss Enterprise Application Platform :None.encoding-down-6.3.0",
"Red Hat JBoss Enterprise Application Platform :None.end-stream-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.entities-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.entities-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.env-paths-2.2.1",
"Red Hat JBoss Enterprise Application Platform :None.eonasdan-bootstrap-datetimepicker-4.17.47",
"Red Hat JBoss Enterprise Application Platform :None.err-code-2.0.3",
"Red Hat JBoss Enterprise Application Platform :None.errno-0.1.7",
"Red Hat JBoss Enterprise Application Platform :None.error-7.0.2",
"Red Hat JBoss Enterprise Application Platform :None.error-ex-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.escape-html-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.escape-html-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.escape-string-regexp-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.escodegen-1.11.1",
"Red Hat JBoss Enterprise Application Platform :None.escodegen-1.7.0",
"Red Hat JBoss Enterprise Application Platform :None.esdoc-0.4.8",
"Red Hat JBoss Enterprise Application Platform :None.esdoc-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.espree-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.esprima-1.2.5",
"Red Hat JBoss Enterprise Application Platform :None.esprima-3.1.3",
"Red Hat JBoss Enterprise Application Platform :None.esprima-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.estraverse-1.9.3",
"Red Hat JBoss Enterprise Application Platform :None.estraverse-4.1.0",
"Red Hat JBoss Enterprise Application Platform :None.estraverse-4.2.0",
"Red Hat JBoss Enterprise Application Platform :None.esutils-2.0.2",
"Red Hat JBoss Enterprise Application Platform :None.event-target-shim-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.eventemitter2-0.4.14",
"Red Hat JBoss Enterprise Application Platform :None.execall-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.exit-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.expand-brackets-2.1.4",
"Red Hat JBoss Enterprise Application Platform :None.expand-tilde-2.0.2",
"Red Hat JBoss Enterprise Application Platform :None.extend-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.extend-shallow-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.extend-shallow-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.extglob-2.0.4",
"Red Hat JBoss Enterprise Application Platform :None.extsprintf-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.fast-deep-equal-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.fast-glob-2.2.7",
"Red Hat JBoss Enterprise Application Platform :None.fast-json-stable-stringify-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.fast-levenshtein-1.0.7",
"Red Hat JBoss Enterprise Application Platform :None.fast-levenshtein-2.0.6",
"Red Hat JBoss Enterprise Application Platform :None.faye-websocket-0.10.0",
"Red Hat JBoss Enterprise Application Platform :None.fetch-cookie-0.11.0",
"Red Hat JBoss Enterprise Application Platform :None.figures-1.7.0",
"Red Hat JBoss Enterprise Application Platform :None.file-entry-cache-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.file-sync-cmp-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.fill-range-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.fill-range-7.0.1",
"Red Hat JBoss Enterprise Application Platform :None.find-up-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.find-up-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.findup-sync-0.3.0",
"Red Hat JBoss Enterprise Application Platform :None.findup-sync-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.fined-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.flagged-respawn-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.flat-cache-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.flatted-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.font-awesome-4.7.0",
"Red Hat JBoss Enterprise Application Platform :None.font-awesome-sass-4.7.0",
"Red Hat JBoss Enterprise Application Platform :None.for-in-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.for-own-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.forever-agent-0.6.1",
"Red Hat JBoss Enterprise Application Platform :None.form-data-2.3.3",
"Red Hat JBoss Enterprise Application Platform :None.fragment-cache-0.2.1",
"Red Hat JBoss Enterprise Application Platform :None.fs-extra-0.26.5",
"Red Hat JBoss Enterprise Application Platform :None.fs-extra-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.fs-minipass-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.fs.realpath-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.gauge-4.0.4",
"Red Hat JBoss Enterprise Application Platform :None.gaze-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.get-stdin-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.get-stdin-7.0.0",
"Red Hat JBoss Enterprise Application Platform :None.get-value-2.0.6",
"Red Hat JBoss Enterprise Application Platform :None.getobject-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.getpass-0.1.7",
"Red Hat JBoss Enterprise Application Platform :None.glob-5.0.15",
"Red Hat JBoss Enterprise Application Platform :None.glob-7.0.6",
"Red Hat JBoss Enterprise Application Platform :None.glob-7.1.4",
"Red Hat JBoss Enterprise Application Platform :None.glob-7.2.3",
"Red Hat JBoss Enterprise Application Platform :None.glob-8.0.3",
"Red Hat JBoss Enterprise Application Platform :None.glob-parent-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.glob-to-regexp-0.3.0",
"Red Hat JBoss Enterprise Application Platform :None.global-modules-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.global-modules-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.global-prefix-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.global-prefix-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.globals-11.12.0",
"Red Hat JBoss Enterprise Application Platform :None.globals-9.18.0",
"Red Hat JBoss Enterprise Application Platform :None.globby-9.2.0",
"Red Hat JBoss Enterprise Application Platform :None.globjoin-0.1.4",
"Red Hat JBoss Enterprise Application Platform :None.globule-1.2.1",
"Red Hat JBoss Enterprise Application Platform :None.gonzales-pe-4.2.4",
"Red Hat JBoss Enterprise Application Platform :None.good-listener-1.2.2",
"Red Hat JBoss Enterprise Application Platform :None.google-code-prettify-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.graceful-fs-4.2.10",
"Red Hat JBoss Enterprise Application Platform :None.grunt-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.grunt-cli-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-cli-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-clean-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-concat-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-copy-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-cssmin-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-less-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-contrib-watch-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-css-count-0.3.2",
"Red Hat JBoss Enterprise Application Platform :None.grunt-esdoc-0.0.4",
"Red Hat JBoss Enterprise Application Platform :None.grunt-known-options-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.grunt-legacy-log-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-legacy-log-utils-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.grunt-legacy-util-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.grunt-postcss-0.9.0",
"Red Hat JBoss Enterprise Application Platform :None.grunt-stylelint-0.11.0",
"Red Hat JBoss Enterprise Application Platform :None.gzip-size-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.har-schema-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.har-validator-5.1.3",
"Red Hat JBoss Enterprise Application Platform :None.has-ansi-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.has-flag-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.has-unicode-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.has-value-0.3.1",
"Red Hat JBoss Enterprise Application Platform :None.has-value-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.has-values-0.1.4",
"Red Hat JBoss Enterprise Application Platform :None.has-values-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.homedir-polyfill-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.hooker-0.2.3",
"Red Hat JBoss Enterprise Application Platform :None.hosted-git-info-2.7.1",
"Red Hat JBoss Enterprise Application Platform :None.html-tags-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.htmlparser2-3.10.1",
"Red Hat JBoss Enterprise Application Platform :None.htmlparser2-3.8.3",
"Red Hat JBoss Enterprise Application Platform :None.http-cache-semantics-4.1.0",
"Red Hat JBoss Enterprise Application Platform :None.http-parser-js-0.4.10",
"Red Hat JBoss Enterprise Application Platform :None.http-proxy-agent-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.http-signature-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.https-proxy-agent-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.humanize-ms-1.2.1",
"Red Hat JBoss Enterprise Application Platform :None.ice-cap-0.0.4",
"Red Hat JBoss Enterprise Application Platform :None.iconv-lite-0.4.24",
"Red Hat JBoss Enterprise Application Platform :None.iconv-lite-0.6.3",
"Red Hat JBoss Enterprise Application Platform :None.ieee754-1.2.1",
"Red Hat JBoss Enterprise Application Platform :None.ignore-4.0.6",
"Red Hat JBoss Enterprise Application Platform :None.ignore-5.1.2",
"Red Hat JBoss Enterprise Application Platform :None.image-size-0.5.5",
"Red Hat JBoss Enterprise Application Platform :None.immediate-3.3.0",
"Red Hat JBoss Enterprise Application Platform :None.import-fresh-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.import-lazy-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.imurmurhash-0.1.4",
"Red Hat JBoss Enterprise Application Platform :None.indent-string-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.indent-string-3.2.0",
"Red Hat JBoss Enterprise Application Platform :None.indent-string-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.indexes-of-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.infer-owner-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.inflight-1.0.6",
"Red Hat JBoss Enterprise Application Platform :None.inherits-2.0.4",
"Red Hat JBoss Enterprise Application Platform :None.ini-1.3.5",
"Red Hat JBoss Enterprise Application Platform :None.interpret-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.invariant-2.2.4",
"Red Hat JBoss Enterprise Application Platform :None.ip-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-absolute-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-accessor-descriptor-0.1.6",
"Red Hat JBoss Enterprise Application Platform :None.is-accessor-descriptor-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-alphabetical-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-alphanumeric-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-alphanumerical-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-arrayish-0.2.1",
"Red Hat JBoss Enterprise Application Platform :None.is-buffer-1.1.6",
"Red Hat JBoss Enterprise Application Platform :None.is-buffer-2.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-data-descriptor-0.1.4",
"Red Hat JBoss Enterprise Application Platform :None.is-data-descriptor-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-decimal-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-descriptor-0.1.6",
"Red Hat JBoss Enterprise Application Platform :None.is-descriptor-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.is-directory-0.3.1",
"Red Hat JBoss Enterprise Application Platform :None.is-extendable-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.is-extendable-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.is-extglob-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.is-finite-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.is-fullwidth-code-point-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-fullwidth-code-point-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-glob-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.is-glob-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.is-hexadecimal-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-lambda-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.is-number-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-number-7.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-obj-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.is-plain-obj-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.is-plain-object-2.0.4",
"Red Hat JBoss Enterprise Application Platform :None.is-regexp-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.is-relative-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-typedarray-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-unc-path-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.is-utf8-0.2.1",
"Red Hat JBoss Enterprise Application Platform :None.is-whitespace-character-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.is-windows-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.is-word-character-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.isarray-0.0.1",
"Red Hat JBoss Enterprise Application Platform :None.isarray-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.isexe-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.isobject-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.isobject-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.isstream-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.jansi.dll-None",
"Red Hat JBoss Enterprise Application Platform :None.jboss-eap-7.4.15-runtime-maven-repository.zip-None",
"Red Hat JBoss Enterprise Application Platform :None.jquery-3.2.1",
"Red Hat JBoss Enterprise Application Platform :None.jquery-3.6.1",
"Red Hat JBoss Enterprise Application Platform :None.jquery-match-height-0.7.2",
"Red Hat JBoss Enterprise Application Platform :None.js-cookie-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.js-tokens-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.js-tokens-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.js-yaml-3.13.1",
"Red Hat JBoss Enterprise Application Platform :None.jsbn-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.jsdom-7.2.2",
"Red Hat JBoss Enterprise Application Platform :None.jsesc-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.jsesc-2.5.2",
"Red Hat JBoss Enterprise Application Platform :None.json-parse-better-errors-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.json-schema-0.2.3",
"Red Hat JBoss Enterprise Application Platform :None.json-schema-traverse-0.4.1",
"Red Hat JBoss Enterprise Application Platform :None.json-stringify-safe-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.json5-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.jsonfile-2.4.0",
"Red Hat JBoss Enterprise Application Platform :None.jsonfile-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.jsprim-1.4.1",
"Red Hat JBoss Enterprise Application Platform :None.jstree-3.3.8",
"Red Hat JBoss Enterprise Application Platform :None.kind-of-3.2.2",
"Red Hat JBoss Enterprise Application Platform :None.kind-of-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.kind-of-5.1.0",
"Red Hat JBoss Enterprise Application Platform :None.kind-of-6.0.2",
"Red Hat JBoss Enterprise Application Platform :None.klaw-1.3.1",
"Red Hat JBoss Enterprise Application Platform :None.known-css-properties-0.14.0",
"Red Hat JBoss Enterprise Application Platform :None.less-3.9.0",
"Red Hat JBoss Enterprise Application Platform :None.level-6.0.1",
"Red Hat JBoss Enterprise Application Platform :None.level-codec-9.0.2",
"Red Hat JBoss Enterprise Application Platform :None.level-concat-iterator-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.level-errors-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.level-iterator-stream-4.0.2",
"Red Hat JBoss Enterprise Application Platform :None.level-js-5.0.2",
"Red Hat JBoss Enterprise Application Platform :None.level-packager-5.1.1",
"Red Hat JBoss Enterprise Application Platform :None.level-supports-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.level-write-stream-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.leveldown-5.6.0",
"Red Hat JBoss Enterprise Application Platform :None.levelup-4.4.0",
"Red Hat JBoss Enterprise Application Platform :None.leven-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.levn-0.2.5",
"Red Hat JBoss Enterprise Application Platform :None.levn-0.3.0",
"Red Hat JBoss Enterprise Application Platform :None.libjansi.so-None",
"Red Hat JBoss Enterprise Application Platform :None.libnetty_transport_native_epoll_x86_64.so-None",
"Red Hat JBoss Enterprise Application Platform :None.liftoff-2.5.0",
"Red Hat JBoss Enterprise Application Platform :None.livereload-js-2.4.0",
"Red Hat JBoss Enterprise Application Platform :None.load-json-file-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.load-json-file-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.locate-path-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.lodash-4.17.11",
"Red Hat JBoss Enterprise Application Platform :None.log-symbols-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.log-symbols-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.longest-streak-2.0.3",
"Red Hat JBoss Enterprise Application Platform :None.loose-envify-1.4.0",
"Red Hat JBoss Enterprise Application Platform :None.loud-rejection-1.6.0",
"Red Hat JBoss Enterprise Application Platform :None.lru-cache-6.0.0",
"Red Hat JBoss Enterprise Application Platform :None.lru-cache-7.14.0",
"Red Hat JBoss Enterprise Application Platform :None.ltgt-2.2.1",
"Red Hat JBoss Enterprise Application Platform :None.make-fetch-happen-10.2.1",
"Red Hat JBoss Enterprise Application Platform :None.make-iterator-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.map-cache-0.2.2",
"Red Hat JBoss Enterprise Application Platform :None.map-obj-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.map-obj-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.map-visit-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.markdown-escapes-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.markdown-table-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.marked-0.3.19",
"Red Hat JBoss Enterprise Application Platform :None.marked-0.3.5",
"Red Hat JBoss Enterprise Application Platform :None.marked-0.7.0",
"Red Hat JBoss Enterprise Application Platform :None.matchdep-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.mathml-tag-names-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.maxmin-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.mdast-util-compact-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.meow-3.7.0",
"Red Hat JBoss Enterprise Application Platform :None.meow-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.merge2-1.2.3",
"Red Hat JBoss Enterprise Application Platform :None.micromatch-3.1.10",
"Red Hat JBoss Enterprise Application Platform :None.micromatch-4.0.2",
"Red Hat JBoss Enterprise Application Platform :None.mime-1.6.0",
"Red Hat JBoss Enterprise Application Platform :None.mime-db-1.40.0",
"Red Hat JBoss Enterprise Application Platform :None.mime-types-2.1.24",
"Red Hat JBoss Enterprise Application Platform :None.minimatch-3.0.4",
"Red Hat JBoss Enterprise Application Platform :None.minimatch-3.1.2",
"Red Hat JBoss Enterprise Application Platform :None.minimatch-5.1.0",
"Red Hat JBoss Enterprise Application Platform :None.minimist-0.0.8",
"Red Hat JBoss Enterprise Application Platform :None.minimist-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.minimist-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.minimist-1.2.0",
"Red Hat JBoss Enterprise Application Platform :None.minimist-1.2.6",
"Red Hat JBoss Enterprise Application Platform :None.minimist-options-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.minipass-3.3.4",
"Red Hat JBoss Enterprise Application Platform :None.minipass-collect-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.minipass-fetch-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.minipass-flush-1.0.5",
"Red Hat JBoss Enterprise Application Platform :None.minipass-pipeline-1.2.4",
"Red Hat JBoss Enterprise Application Platform :None.minipass-sized-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.minizlib-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.mixin-deep-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.mkdirp-0.5.1",
"Red Hat JBoss Enterprise Application Platform :None.mkdirp-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.moment-2.29.4",
"Red Hat JBoss Enterprise Application Platform :None.moment-timezone-0.4.1",
"Red Hat JBoss Enterprise Application Platform :None.ms-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.ms-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.nanomatch-1.2.13",
"Red Hat JBoss Enterprise Application Platform :None.napi-macros-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.negotiator-0.6.3",
"Red Hat JBoss Enterprise Application Platform :None.node-fetch-2.6.7",
"Red Hat JBoss Enterprise Application Platform :None.node-gyp-9.2.0",
"Red Hat JBoss Enterprise Application Platform :None.node-gyp-build-4.1.1",
"Red Hat JBoss Enterprise Application Platform :None.node-releases-1.1.23",
"Red Hat JBoss Enterprise Application Platform :None.nopt-3.0.6",
"Red Hat JBoss Enterprise Application Platform :None.nopt-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.nopt-6.0.0",
"Red Hat JBoss Enterprise Application Platform :None.normalize-package-data-2.5.0",
"Red Hat JBoss Enterprise Application Platform :None.normalize-range-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.normalize-selector-0.2.0",
"Red Hat JBoss Enterprise Application Platform :None.npmlog-6.0.2",
"Red Hat JBoss Enterprise Application Platform :None.nth-check-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.num2fraction-1.2.2",
"Red Hat JBoss Enterprise Application Platform :None.number-is-nan-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.nwmatcher-1.4.4",
"Red Hat JBoss Enterprise Application Platform :None.oauth-sign-0.9.0",
"Red Hat JBoss Enterprise Application Platform :None.object-assign-4.1.1",
"Red Hat JBoss Enterprise Application Platform :None.object-copy-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.object-visit-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.object.defaults-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.object.map-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.object.pick-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.once-1.4.0",
"Red Hat JBoss Enterprise Application Platform :None.optionator-0.5.0",
"Red Hat JBoss Enterprise Application Platform :None.optionator-0.8.2",
"Red Hat JBoss Enterprise Application Platform :None.os-homedir-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.os-tmpdir-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.osenv-0.1.5",
"Red Hat JBoss Enterprise Application Platform :None.p-limit-1.3.0",
"Red Hat JBoss Enterprise Application Platform :None.p-locate-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.p-map-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.p-try-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.parse-entities-1.2.2",
"Red Hat JBoss Enterprise Application Platform :None.parse-filepath-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.parse-json-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.parse-json-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.parse-passwd-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.parse5-1.5.1",
"Red Hat JBoss Enterprise Application Platform :None.parse5-3.0.3",
"Red Hat JBoss Enterprise Application Platform :None.pascalcase-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.path-dirname-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.path-exists-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.path-exists-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.path-is-absolute-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.path-parse-1.0.6",
"Red Hat JBoss Enterprise Application Platform :None.path-root-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.path-root-regex-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.path-type-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.path-type-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.patternfly-3.59.2",
"Red Hat JBoss Enterprise Application Platform :None.patternfly-bootstrap-combobox-1.1.7",
"Red Hat JBoss Enterprise Application Platform :None.patternfly-bootstrap-treeview-2.1.5",
"Red Hat JBoss Enterprise Application Platform :None.performance-now-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.picomatch-2.0.7",
"Red Hat JBoss Enterprise Application Platform :None.pify-2.3.0",
"Red Hat JBoss Enterprise Application Platform :None.pify-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.pify-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.pinkie-2.0.4",
"Red Hat JBoss Enterprise Application Platform :None.pinkie-promise-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.pixrem-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.pom.xml-None",
"Red Hat JBoss Enterprise Application Platform :None.posix-character-classes-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-6.0.23",
"Red Hat JBoss Enterprise Application Platform :None.postcss-7.0.17",
"Red Hat JBoss Enterprise Application Platform :None.postcss-html-0.36.0",
"Red Hat JBoss Enterprise Application Platform :None.postcss-jsx-0.36.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-less-3.1.4",
"Red Hat JBoss Enterprise Application Platform :None.postcss-markdown-0.36.0",
"Red Hat JBoss Enterprise Application Platform :None.postcss-media-query-parser-0.2.3",
"Red Hat JBoss Enterprise Application Platform :None.postcss-reporter-6.0.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-resolve-nested-selector-0.1.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-safe-parser-4.0.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-sass-0.3.5",
"Red Hat JBoss Enterprise Application Platform :None.postcss-scss-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.postcss-selector-parser-3.1.1",
"Red Hat JBoss Enterprise Application Platform :None.postcss-syntax-0.36.2",
"Red Hat JBoss Enterprise Application Platform :None.postcss-value-parser-3.3.1",
"Red Hat JBoss Enterprise Application Platform :None.pouchdb-8.0.1",
"Red Hat JBoss Enterprise Application Platform :None.prelude-ls-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.pretty-bytes-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.promise-7.3.1",
"Red Hat JBoss Enterprise Application Platform :None.promise-inflight-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.promise-polyfill-8.1.3",
"Red Hat JBoss Enterprise Application Platform :None.promise-retry-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.prr-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.psl-1.1.33",
"Red Hat JBoss Enterprise Application Platform :None.punycode-1.4.1",
"Red Hat JBoss Enterprise Application Platform :None.punycode-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.qs-6.5.2",
"Red Hat JBoss Enterprise Application Platform :None.querystringify-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.quick-lru-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.raw-body-1.1.7",
"Red Hat JBoss Enterprise Application Platform :None.read-pkg-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.read-pkg-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.read-pkg-up-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.read-pkg-up-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.readable-stream-0.0.4",
"Red Hat JBoss Enterprise Application Platform :None.readable-stream-1.1.14",
"Red Hat JBoss Enterprise Application Platform :None.readable-stream-3.4.0",
"Red Hat JBoss Enterprise Application Platform :None.readable-stream-3.6.0",
"Red Hat JBoss Enterprise Application Platform :None.readable-stream-3.6.2",
"Red Hat JBoss Enterprise Application Platform :None.rechoir-0.6.2",
"Red Hat JBoss Enterprise Application Platform :None.redent-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.redent-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.reduce-css-calc-2.1.6",
"Red Hat JBoss Enterprise Application Platform :None.regenerator-runtime-0.11.1",
"Red Hat JBoss Enterprise Application Platform :None.regex-not-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.remark-10.0.1",
"Red Hat JBoss Enterprise Application Platform :None.remark-parse-6.0.3",
"Red Hat JBoss Enterprise Application Platform :None.remark-stringify-6.0.4",
"Red Hat JBoss Enterprise Application Platform :None.repeat-element-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.repeat-string-1.6.1",
"Red Hat JBoss Enterprise Application Platform :None.repeating-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.replace-ext-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.request-2.88.0",
"Red Hat JBoss Enterprise Application Platform :None.requires-port-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.resolve-1.1.7",
"Red Hat JBoss Enterprise Application Platform :None.resolve-1.11.1",
"Red Hat JBoss Enterprise Application Platform :None.resolve-dir-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.resolve-from-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.resolve-from-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.resolve-url-0.2.1",
"Red Hat JBoss Enterprise Application Platform :None.ret-0.1.15",
"Red Hat JBoss Enterprise Application Platform :None.retry-0.12.0",
"Red Hat JBoss Enterprise Application Platform :None.rimraf-2.6.3",
"Red Hat JBoss Enterprise Application Platform :None.rimraf-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.rw-1.3.3",
"Red Hat JBoss Enterprise Application Platform :None.safe-buffer-5.1.2",
"Red Hat JBoss Enterprise Application Platform :None.safe-json-parse-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.safe-regex-1.1.0",
"Red Hat JBoss Enterprise Application Platform :None.safer-buffer-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.sax-1.2.4",
"Red Hat JBoss Enterprise Application Platform :None.select-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.semver-5.7.2",
"Red Hat JBoss Enterprise Application Platform :None.semver-7.5.4",
"Red Hat JBoss Enterprise Application Platform :None.set-blocking-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.set-value-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.signal-exit-3.0.7",
"Red Hat JBoss Enterprise Application Platform :None.slash-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.slash-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.slice-ansi-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.smart-buffer-4.2.0",
"Red Hat JBoss Enterprise Application Platform :None.snapdragon-0.8.2",
"Red Hat JBoss Enterprise Application Platform :None.snapdragon-node-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.snapdragon-util-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.socks-2.7.1",
"Red Hat JBoss Enterprise Application Platform :None.socks-proxy-agent-7.0.0",
"Red Hat JBoss Enterprise Application Platform :None.source-map-0.2.0",
"Red Hat JBoss Enterprise Application Platform :None.source-map-0.5.7",
"Red Hat JBoss Enterprise Application Platform :None.source-map-0.6.1",
"Red Hat JBoss Enterprise Application Platform :None.source-map-resolve-0.5.2",
"Red Hat JBoss Enterprise Application Platform :None.source-map-url-0.4.0",
"Red Hat JBoss Enterprise Application Platform :None.spark-md5-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.spdx-correct-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.spdx-exceptions-2.2.0",
"Red Hat JBoss Enterprise Application Platform :None.spdx-expression-parse-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.spdx-license-ids-3.0.4",
"Red Hat JBoss Enterprise Application Platform :None.specificity-0.4.1",
"Red Hat JBoss Enterprise Application Platform :None.split-string-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.sprintf-js-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.sprintf-js-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.sshpk-1.16.1",
"Red Hat JBoss Enterprise Application Platform :None.ssri-9.0.1",
"Red Hat JBoss Enterprise Application Platform :None.stack-trace-0.0.10",
"Red Hat JBoss Enterprise Application Platform :None.state-toggle-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.static-extend-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.string-template-0.2.1",
"Red Hat JBoss Enterprise Application Platform :None.string-width-3.1.0",
"Red Hat JBoss Enterprise Application Platform :None.string-width-4.2.3",
"Red Hat JBoss Enterprise Application Platform :None.string_decoder-0.10.31",
"Red Hat JBoss Enterprise Application Platform :None.string_decoder-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.stringify-entities-1.3.2",
"Red Hat JBoss Enterprise Application Platform :None.strip-ansi-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.strip-ansi-5.2.0",
"Red Hat JBoss Enterprise Application Platform :None.strip-ansi-6.0.1",
"Red Hat JBoss Enterprise Application Platform :None.strip-bom-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.strip-bom-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.strip-indent-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.strip-indent-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.style-search-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.stylelint-10.1.0",
"Red Hat JBoss Enterprise Application Platform :None.sugarss-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.supports-color-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.supports-color-5.5.0",
"Red Hat JBoss Enterprise Application Platform :None.supports-color-6.1.0",
"Red Hat JBoss Enterprise Application Platform :None.svg-tags-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.symbol-tree-3.2.4",
"Red Hat JBoss Enterprise Application Platform :None.table-5.4.1",
"Red Hat JBoss Enterprise Application Platform :None.taffydb-2.7.2",
"Red Hat JBoss Enterprise Application Platform :None.taffydb-2.7.3",
"Red Hat JBoss Enterprise Application Platform :None.tar-6.1.11",
"Red Hat JBoss Enterprise Application Platform :None.through2-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.tiny-emitter-2.1.0",
"Red Hat JBoss Enterprise Application Platform :None.tiny-lr-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.to-fast-properties-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.to-fast-properties-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.to-object-path-0.3.0",
"Red Hat JBoss Enterprise Application Platform :None.to-regex-3.0.2",
"Red Hat JBoss Enterprise Application Platform :None.to-regex-range-2.1.1",
"Red Hat JBoss Enterprise Application Platform :None.to-regex-range-5.0.1",
"Red Hat JBoss Enterprise Application Platform :None.tough-cookie-2.4.3",
"Red Hat JBoss Enterprise Application Platform :None.tough-cookie-2.5.0",
"Red Hat JBoss Enterprise Application Platform :None.tough-cookie-4.1.3",
"Red Hat JBoss Enterprise Application Platform :None.tr46-0.0.3",
"Red Hat JBoss Enterprise Application Platform :None.trim-0.0.1",
"Red Hat JBoss Enterprise Application Platform :None.trim-newlines-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.trim-newlines-2.0.0",
"Red Hat JBoss Enterprise Application Platform :None.trim-right-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.trim-trailing-lines-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.trough-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.tunnel-agent-0.6.0",
"Red Hat JBoss Enterprise Application Platform :None.tweetnacl-0.14.5",
"Red Hat JBoss Enterprise Application Platform :None.type-check-0.3.2",
"Red Hat JBoss Enterprise Application Platform :None.unc-path-regex-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.underscore.string-3.3.5",
"Red Hat JBoss Enterprise Application Platform :None.unherit-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.unified-7.1.0",
"Red Hat JBoss Enterprise Application Platform :None.union-value-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.uniq-1.0.1",
"Red Hat JBoss Enterprise Application Platform :None.unique-filename-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.unique-slug-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-find-all-after-1.0.4",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-is-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-remove-position-1.1.3",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-stringify-position-1.1.2",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-visit-1.4.1",
"Red Hat JBoss Enterprise Application Platform :None.unist-util-visit-parents-2.1.2",
"Red Hat JBoss Enterprise Application Platform :None.universalify-0.1.2",
"Red Hat JBoss Enterprise Application Platform :None.universalify-0.2.0",
"Red Hat JBoss Enterprise Application Platform :None.unset-value-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.uri-js-4.2.2",
"Red Hat JBoss Enterprise Application Platform :None.urix-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.url-parse-1.5.10",
"Red Hat JBoss Enterprise Application Platform :None.use-3.1.1",
"Red Hat JBoss Enterprise Application Platform :None.util-deprecate-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.uuid-3.3.2",
"Red Hat JBoss Enterprise Application Platform :None.uuid-8.3.2",
"Red Hat JBoss Enterprise Application Platform :None.v8flags-3.1.3",
"Red Hat JBoss Enterprise Application Platform :None.validate-npm-package-license-3.0.4",
"Red Hat JBoss Enterprise Application Platform :None.verror-1.10.0",
"Red Hat JBoss Enterprise Application Platform :None.vfile-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.vfile-location-2.0.5",
"Red Hat JBoss Enterprise Application Platform :None.vfile-message-1.1.1",
"Red Hat JBoss Enterprise Application Platform :None.vuvuzela-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.webidl-conversions-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.webidl-conversions-3.0.1",
"Red Hat JBoss Enterprise Application Platform :None.websocket-driver-0.7.3",
"Red Hat JBoss Enterprise Application Platform :None.websocket-extensions-0.1.3",
"Red Hat JBoss Enterprise Application Platform :None.whatwg-fetch-3.0.0",
"Red Hat JBoss Enterprise Application Platform :None.whatwg-url-5.0.0",
"Red Hat JBoss Enterprise Application Platform :None.whatwg-url-compat-0.6.5",
"Red Hat JBoss Enterprise Application Platform :None.which-1.3.1",
"Red Hat JBoss Enterprise Application Platform :None.which-2.0.2",
"Red Hat JBoss Enterprise Application Platform :None.wide-align-1.1.5",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-cli-15.0.33.Final-redhat-00001-client.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-cli-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-controller-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-controller-client-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-core-management-client-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-core-management-subsystem-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-core-security-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-core-security-api-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-deployment-repository-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-deployment-scanner-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-discovery-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-domain-http-error-context-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-domain-http-interface-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-domain-management-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-elytron-integration-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-elytron-tool-wrapper-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-embedded-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-event-logger-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-host-controller-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-io-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-jmx-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-launcher-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-logging-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-management-client-content-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-network-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-patching-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-platform-mbean-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-process-controller-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-protocol-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-remoting-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-request-controller-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-security-manager-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-server-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-threads-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wildfly-version-15.0.33.Final-redhat-00001.jar-None",
"Red Hat JBoss Enterprise Application Platform :None.wordwrap-0.0.3",
"Red Hat JBoss Enterprise Application Platform :None.wordwrap-1.0.0",
"Red Hat JBoss Enterprise Application Platform :None.wrappy-1.0.2",
"Red Hat JBoss Enterprise Application Platform :None.write-1.0.3",
"Red Hat JBoss Enterprise Application Platform :None.write-stream-0.4.3",
"Red Hat JBoss Enterprise Application Platform :None.x-is-string-0.1.0",
"Red Hat JBoss Enterprise Application Platform :None.xml-name-validator-2.0.1",
"Red Hat JBoss Enterprise Application Platform :None.xtend-4.0.2",
"Red Hat JBoss Enterprise Application Platform :None.yallist-4.0.0",
"Red Hat JBoss Enterprise Application Platform :None.yargs-parser-10.1.0",
"Red Hat JBoss Enterprise Application Platform :antlr.antlr-2.7.7.redhat-7.jar",
"Red Hat JBoss Enterprise Application Platform :antlr.antlr-2.7.7.redhat-7.pom",
"Red Hat JBoss Enterprise Application Platform :ch.qos.cal10n.cal10n-api-0.8.1.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :ch.qos.cal10n.cal10n-api-0.8.1.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.classmate-1.5.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.classmate-1.5.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-annotations-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-annotations-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-annotations-2.13.4.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-core-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-core-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-core-2.13.4.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-databind-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-databind-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.core.jackson-databind-2.13.4.2-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.fasterxml.woodstox.woodstox-core-6.4.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.ben-manes.caffeine.caffeine-2.8.8.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.fge.btf-1.2.0.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.fge.jackson-coreutils-1.8.0.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.fge.json-patch-1.9.0.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.fge.msg-simple-1.1.0.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.spullara.mustache.java.compiler-0.9.6.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.github.spullara.mustache.java.compiler-0.9.6.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.google.code.gson.gson-2.8.5.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :com.google.code.gson.gson-2.8.9.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.google.code.gson.gson-2.8.9.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.google.guava.failureaccess-1.0.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.google.guava.failureaccess-1.0.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :com.google.guava.guava-32.1.1.jre-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.google.guava.guava-32.1.1.jre-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.googlecode.javaewah.JavaEWAH-1.1.7.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.googlecode.javaewah.JavaEWAH-1.1.7.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.h2database.h2-1.4.197.redhat-00004.jar",
"Red Hat JBoss Enterprise Application Platform :com.h2database.h2-1.4.197.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :com.h2database.h2-1.4.197.redhat-00004.zip",
"Red Hat JBoss Enterprise Application Platform :com.microsoft.azure.azure-storage-8.6.6.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.microsoft.azure.azure-storage-8.6.6.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.redhat.insights.runtimes-java-api-1.1.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.redhat.insights.runtimes-java-api-1.1.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.squareup.protoparser-4.0.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.activation.jakarta.activation-1.2.2.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.activation.jakarta.activation-1.2.2.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.faces.jsf-impl-2.3.14.SP08-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.faces.jsf-impl-2.3.14.SP08-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-runtime-3.0.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-runtime-3.0.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-tools-3.0.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.istack.istack-commons-tools-3.0.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.mail.jakarta.mail-1.6.7.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.mail.jakarta.mail-1.6.7.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.relaxng-datatype-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.relaxng-datatype-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.rngom-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.external.rngom-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.bind.jaxb.isorelax-20090621.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.fastinfoset.FastInfoset-1.2.13.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.fastinfoset.FastInfoset-1.2.13.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.messaging.saaj.saaj-impl-1.4.1.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :com.sun.xml.messaging.saaj.saaj-impl-1.4.1.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-beanutils.commons-beanutils-1.9.4.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :commons-beanutils.commons-beanutils-1.9.4.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :commons-cli.commons-cli-1.2.0.redhat-10.pom",
"Red Hat JBoss Enterprise Application Platform :commons-cli.commons-cli-1.4.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :commons-cli.commons-cli-1.4.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-codec.commons-codec-1.11.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-codec.commons-codec-1.15.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :commons-codec.commons-codec-1.15.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-collections.commons-collections-3.2.2.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :commons-collections.commons-collections-3.2.2.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :commons-io.commons-io-2.10.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :commons-io.commons-io-2.10.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-io.commons-io-2.8.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :commons-lang.commons-lang-2.6.0.redhat-7.jar",
"Red Hat JBoss Enterprise Application Platform :commons-lang.commons-lang-2.6.0.redhat-7.pom",
"Red Hat JBoss Enterprise Application Platform :commons-logging.commons-logging-1.2.0.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :gnu.getopt.java-getopt-1.0.13.redhat-5.jar",
"Red Hat JBoss Enterprise Application Platform :gnu.getopt.java-getopt-1.0.13.redhat-5.pom",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-api-1.3.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-api-1.3.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-narayana-1.3.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-narayana-1.3.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-pool-1.3.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.agroal.agroal-pool-1.3.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-buffer-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-buffer-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-dns-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-dns-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-haproxy-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-haproxy-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http2-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-http2-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-memcache-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-memcache-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-mqtt-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-mqtt-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-redis-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-redis-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-smtp-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-smtp-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-socks-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-socks-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-stomp-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-stomp-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-xml-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-codec-xml-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-common-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-proxy-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-handler-proxy-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-classes-macos-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-resolver-dns-classes-macos-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-tcnative-classes-2.0.52.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-tcnative-classes-2.0.52.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-epoll-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-epoll-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-kqueue-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-classes-kqueue-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-epoll-4.1.94.Final-redhat-00003-linux-x86_64.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-epoll-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-unix-common-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-native-unix-common-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-rxtx-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-rxtx-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-sctp-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-sctp-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-udt-4.1.94.Final-redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :io.netty.netty-transport-udt-4.1.94.Final-redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :io.reactivex.rxjava2.rxjava-2.2.20.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.reactivex.rxjava3.rxjava-3.0.9.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.jastow.jastow-2.0.14.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.jastow.jastow-2.0.14.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.undertow.js.undertow-js-1.0.2.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.js.undertow-js-1.0.2.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-core-2.2.28.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-core-2.2.28.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-servlet-2.2.28.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-servlet-2.2.28.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-websockets-jsr-2.2.28.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :io.undertow.undertow-websockets-jsr-2.2.28.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.enterprise.jakarta.enterprise.cdi-api-2.0.2.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.enterprise.jakarta.enterprise.cdi-api-2.0.2.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.inject.jakarta.inject-api-1.0.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.inject.jakarta.inject-api-1.0.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.json.bind.jakarta.json.bind-api-1.0.2.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.json.bind.jakarta.json.bind-api-1.0.2.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.json.jakarta.json-api-1.1.6.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.json.jakarta.json-api-1.1.6.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.persistence.jakarta.persistence-api-2.2.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.persistence.jakarta.persistence-api-2.2.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.security.enterprise.jakarta.security.enterprise-api-1.0.2.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.security.enterprise.jakarta.security.enterprise-api-1.0.2.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :jakarta.validation.jakarta.validation-api-2.0.2.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jakarta.validation.jakarta.validation-api-2.0.2.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :javax.jws.jsr181-api-1.0.0.MR1-redhat-8.jar",
"Red Hat JBoss Enterprise Application Platform :javax.jws.jsr181-api-1.0.0.MR1-redhat-8.pom",
"Red Hat JBoss Enterprise Application Platform :jaxen.jaxen-1.1.6.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :jaxen.jaxen-1.1.6.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :jboss.jaxbintros.jboss-jaxb-intros-1.0.3.GA-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :jboss.jaxbintros.jboss-jaxb-intros-1.0.3.GA-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :joda-time.joda-time-2.9.7.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :joda-time.joda-time-2.9.7.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :net.bytebuddy.byte-buddy-1.11.12.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :net.bytebuddy.byte-buddy-dep-1.11.12.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :net.java.dev.msv.xsdlib-2013.6.1.pom",
"Red Hat JBoss Enterprise Application Platform :net.jcip.jcip-annotations-1.0.0.redhat-8.jar",
"Red Hat JBoss Enterprise Application Platform :net.jcip.jcip-annotations-1.0.0.redhat-8.pom",
"Red Hat JBoss Enterprise Application Platform :net.shibboleth.utilities.java-support-7.3.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :net.shibboleth.utilities.java-support-7.3.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-2.4.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-2.4.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-extensions-1.8.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.aesh.aesh-extensions-1.8.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.aesh.readline-2.2.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.aesh.readline-2.2.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.aesh.terminal-api-2.2.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.activemq-artemis-native-1.0.2.redhat-00004.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.activemq-artemis-native-1.0.2.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-cli-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-cli-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-commons-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-commons-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-core-client-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-core-client-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-dto-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-dto-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hornetq-protocol-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hornetq-protocol-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hqclient-protocol-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-hqclient-protocol-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jdbc-store-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jdbc-store-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-client-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-client-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-server-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-jms-server-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-journal-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-journal-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-ra-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-ra-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-selector-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-selector-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-server-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-server-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-service-extensions-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-service-extensions-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-tools-2.16.0.redhat-00051.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.artemis-tools-2.16.0.redhat-00051.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-i686-1.0.2-redhat-00001.so",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-ppc64le-1.0.2-redhat-00001.so",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-s390x-1.0.2-redhat-00001.so",
"Red Hat JBoss Enterprise Application Platform :org.apache.activemq.libartemis-native-linux-x86_64-1.0.2-redhat-00001.so",
"Red Hat JBoss Enterprise Application Platform :org.apache.avro.avro-1.11.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.avro.avro-1.11.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.commons.commons-lang3-3.11.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.commons.commons-lang3-3.11.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-core-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-core-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-coloc-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-coloc-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-soap-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-soap-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-xml-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-bindings-xml-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-aegis-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-aegis-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-jaxb-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-databinding-jaxb-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-clustering-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-clustering-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-logging-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-features-logging-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-jaxws-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-jaxws-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-simple-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-frontend-simple-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-management-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-management-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-saml-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-security-saml-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-hc-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-http-hc-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-jms-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-jms-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-local-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-transports-local-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-addr-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-addr-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-mex-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-mex-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-policy-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-policy-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-rm-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-rm-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-security-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-ws-security-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-wsdl-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-rt-wsdl-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-common-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-common-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-java2ws-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-java2ws-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-validator-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-validator-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-core-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-core-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-databinding-jaxb-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-databinding-jaxb-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-frontend-jaxws-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.cxf-tools-wsdlto-frontend-jaxws-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.sts.cxf-services-sts-core-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.sts.cxf-services-sts-core-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.ws-discovery.cxf-services-ws-discovery-api-3.4.10.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.services.ws-discovery.cxf-services-ws-discovery-api-3.4.10.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjc-utils.cxf-xjc-runtime-3.3.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjc-utils.cxf-xjc-runtime-3.3.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-boolean-3.3.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-boolean-3.3.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-bug986-3.3.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-bug986-3.3.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-dv-3.3.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-dv-3.3.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-ts-3.3.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.cxf.xjcplugins.cxf-xjc-ts-3.3.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpasyncclient-4.1.4.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpasyncclient-4.1.4.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpclient-4.5.13.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpclient-4.5.13.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-4.4.13.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-4.4.14.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-4.4.14.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-nio-4.4.14.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpcore-nio-4.4.14.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpmime-4.5.13.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.httpcomponents.httpmime-4.5.13.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-core-0.8.9.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-core-0.8.9.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-dom-0.8.9.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-dom-0.8.9.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-storage-0.8.9.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.james.apache-mime4j-storage-0.8.9.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.logging.log4j.log4j-api-2.17.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.logging.log4j.log4j-api-2.17.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-analyzers-common-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-analyzers-common-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-backward-codecs-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-backward-codecs-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-core-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-core-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-facet-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-facet-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-misc-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-misc-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queries-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queries-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queryparser-5.5.5.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.lucene.lucene-queryparser-5.5.5.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.neethi.neethi-3.1.1.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.neethi.neethi-3.1.1.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.santuario.xmlsec-2.2.6.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.santuario.xmlsec-2.2.6.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-common-2.9.2.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-common-2.9.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-common-2.9.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-core-2.9.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.sshd.sshd-core-2.9.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-compat-1.2.6.RC1-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-compat-1.2.6.RC1-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-impl-1.2.6.RC1-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-impl-1.2.6.RC1-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-spec-1.2.6.RC1-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.taglibs.taglibs-standard-spec-1.2.6.RC1-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.velocity.velocity-engine-core-2.3.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.ws.xmlschema.xmlschema-core-2.2.5.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.ws.xmlschema.xmlschema-core-2.2.5.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-bindings-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-bindings-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-policy-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-policy-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-common-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-common-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-dom-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-dom-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-policy-stax-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-policy-stax-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-stax-2.3.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.apache.wss4j.wss4j-ws-security-stax-2.3.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.bitbucket.b_c.jose4j-0.9.3.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcmail-jdk18on-1.76.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcmail-jdk18on-1.76.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpg-jdk18on-1.76.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpg-jdk18on-1.76.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpkix-jdk18on-1.76.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcpkix-jdk18on-1.76.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcprov-jdk18on-1.76.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcprov-jdk18on-1.76.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcutil-jdk18on-1.76.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.bouncycastle.bcutil-jdk18on-1.76.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-core-asl-1.9.13.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-jaxrs-1.9.13.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-mapper-asl-1.9.13.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jackson.jackson-xc-1.9.13.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jettison.jettison-1.5.4.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.jettison.jettison-1.5.4.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.woodstox.stax2-api-4.2.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.codehaus.woodstox.stax2-api-4.2.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.cryptacular.cryptacular-1.2.4.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.cryptacular.cryptacular-1.2.4.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.dom4j.dom4j-2.1.3.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.dom4j.dom4j-2.1.3.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jdt.ecj-3.26.0.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jdt.ecj-3.26.0.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit-5.13.2.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit-5.13.2.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit.ssh.apache-5.13.2.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.jgit.org.eclipse.jgit.ssh.apache-5.13.2.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.yasson-1.0.11.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.eclipse.yasson-1.0.11.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.fusesource.hawtjni.hawtjni-runtime-1.17.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-1.18.0.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-linux32-1.8.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-linux64-1.8.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.fusesource.jansi.jansi-native-1.8.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.el-3.0.3.redhat-00007.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.el-3.0.3.redhat-00007.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.enterprise.concurrent-1.1.1.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.enterprise.concurrent-1.1.1.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.json-1.1.6.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jakarta.json-1.1.6.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.codemodel-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.codemodel-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-jxc-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-jxc-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-runtime-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-runtime-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-xjc-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.jaxb-xjc-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.txw2-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.txw2-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.xsom-2.3.3.b02-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.jaxb.xsom-2.3.3.b02-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.soteria.jakarta.security.enterprise-1.0.1.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :org.glassfish.soteria.jakarta.security.enterprise-1.0.1.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.common.hibernate-commons-annotations-5.0.5.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-core-5.3.33.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-envers-5.3.33.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-backend-jms-5.10.13.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-backend-jms-5.10.13.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-engine-5.10.13.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-engine-5.10.13.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-orm-5.10.13.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-orm-5.10.13.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-serialization-avro-5.10.13.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.hibernate-search-serialization-avro-5.10.13.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-6.0.23.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-6.0.23.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-cdi-6.0.23.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hibernate.validator.hibernate-validator-cdi-6.0.23.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-commons-2.4.8.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-commons-2.4.8.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-core-client-2.4.8.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-core-client-2.4.8.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-jms-client-2.4.8.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.hornetq.hornetq-jms-client-2.4.8.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-jdbc-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-jdbc-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-remote-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-cachestore-remote-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-client-hotrod-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-client-hotrod-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-commons-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-commons-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-component-annotations-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-component-annotations-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-core-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-core-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-commons-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-commons-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-spi-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-spi-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v51-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v51-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v53-11.0.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.infinispan-hibernate-cache-v53-11.0.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.protostream.protostream-4.3.6.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.infinispan.protostream.protostream-4.3.6.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jasypt.jasypt-1.9.3.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jasypt.jasypt-1.9.3.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.javassist.javassist-3.26.0.GA-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.javassist.javassist-3.27.0.GA-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.javassist.javassist-3.27.0.GA-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jberet.jberet-core-1.3.9.SP2-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jberet.jberet-core-1.3.9.SP2-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.activemq.artemis.integration.artemis-wildfly-integration-1.0.7.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.activemq.artemis.integration.artemis-wildfly-integration-1.0.7.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.classfilewriter.jboss-classfilewriter-1.2.5.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.classfilewriter.jboss-classfilewriter-1.2.5.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.common.jboss-common-beans-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.common.jboss-common-beans-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jboss-insights-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jboss-insights-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-eclipselink-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-eclipselink-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-1-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-1-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-3-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate4-3-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-3-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-3-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-hibernate5-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-openjpa-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-openjpa-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.jipijapa-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-appclient-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-appclient-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-batch-jberet-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-batch-jberet-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-bean-validation-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-bean-validation-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-client-all-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-client-properties-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-client-properties-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-common-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-common-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-cache-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-cache-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-hotrod-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-hotrod-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-infinispan-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-infinispan-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ee-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-infinispan-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-infinispan-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-ejb-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-client-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-client-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-marshalling-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-marshalling-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-infinispan-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-jgroups-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-jboss-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-jboss-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-protostream-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-protostream-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-marshalling-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-server-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-server-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-service-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-service-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-singleton-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-cache-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-cache-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-container-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-container-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-hotrod-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-hotrod-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-infinispan-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-infinispan-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-undertow-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-clustering-web-undertow-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-cmp-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-cmp-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-configadmin-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-configadmin-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-connector-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-connector-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-datasources-agroal-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-datasources-agroal-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-security-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ee-security-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ejb3-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ejb3-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-health-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-health-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-iiop-openjdk-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-iiop-openjdk-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jacorb-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jacorb-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxr-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxr-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxrs-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jaxrs-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jdr-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jdr-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jpa-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jpa-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-injection-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsf-injection-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsr77-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-jsr77-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mail-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mail-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-activemq-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-messaging-activemq-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-metrics-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-metrics-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-config-smallrye-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-config-smallrye-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-health-smallrye-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-health-smallrye-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-metrics-smallrye-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-metrics-smallrye-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-opentracing-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-microprofile-opentracing-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-extension-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-extension-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-undertow-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-mod_cluster-undertow-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-naming-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-naming-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ormtransformer-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-ormtransformer-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-picketlink-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-picketlink-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-pojo-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-pojo-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-rts-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-rts-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-sar-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-sar-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-api-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-api-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-integration-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-integration-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-plugins-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-plugins-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-vault-tool-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-security-vault-tool-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-system-jmx-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-system-jmx-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-transactions-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-transactions-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-undertow-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-undertow-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-common-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-web-common-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-webservices-server-integration-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-webservices-server-integration-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-bean-validation-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-bean-validation-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-common-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-common-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-ejb-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-ejb-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-jpa-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-jpa-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-spi-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-spi-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-transactions-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-transactions-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-webservices-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-weld-webservices-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-xts-7.4.15.GA-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.eap.wildfly-xts-7.4.15.GA-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ejb3.jboss-ejb3-ext-api-2.3.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ejb3.jboss-ejb3-ext-api-2.3.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.genericjms.generic-jms-ra-jar-2.0.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.genericjms.generic-jms-ra-jar-2.0.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.hal.hal-console-3.3.20.Final-redhat-00001-resources.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.hal.hal-console-3.3.20.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.invocation.jboss-invocation-1.6.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.invocation.jboss-invocation-1.6.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-api-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-api-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-impl-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-impl-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-spi-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-common-spi-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-api-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-api-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-impl-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-core-impl-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-deployers-common-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-deployers-common-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-jdbc-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-jdbc-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-validator-1.5.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ironjacamar.ironjacamar-validator-1.5.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jandex-2.4.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jandex-2.4.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-dmr-1.5.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-dmr-1.5.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-4.0.53.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-4.0.53.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-legacy-3.0.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-ejb-client-legacy-3.0.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-iiop-client-1.0.1.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-iiop-client-1.0.1.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-transaction-spi-7.6.0.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-transaction-spi-7.6.0.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-vfs-3.2.17.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.jboss-vfs-3.2.17.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.commons-logging-jboss-logging-1.0.0.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.commons-logging-jboss-logging-1.0.0.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jboss-logging-3.4.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jboss-logging-3.4.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jul-to-slf4j-stub-1.0.1.Final-redhat-3.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logging.jul-to-slf4j-stub-1.0.1.Final-redhat-3.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.jboss-logmanager-2.1.18.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.jboss-logmanager-2.1.18.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.log4j-jboss-logmanager-1.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.log4j2-jboss-logmanager-1.1.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.logmanager.log4j2-jboss-logmanager-1.1.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-2.0.14.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-2.0.14.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-river-2.0.14.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.marshalling.jboss-marshalling-river-2.0.14.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-appclient-13.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-appclient-13.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-common-13.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-common-13.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ear-13.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ear-13.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ejb-13.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-ejb-13.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-web-13.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.metadata.jboss-metadata-web-13.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-cli-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-cli-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-core-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-core-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap6.4-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.0-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.1-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.2-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.3-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-to-eap7.4-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-eap7.4-to-eap7.4-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.0-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.0-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.1-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly10.1-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly11.0-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly11.0-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly12.0-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly12.0-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly13.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly13.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly14.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly14.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly15.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly15.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly16.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly16.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly17.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly17.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly18.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly18.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly19.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly19.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly20.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly20.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly21.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly21.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly22.0-server-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly22.0-server-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly8.2-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly8.2-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly9.0-1.10.0.Final-redhat-00033.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.migration.jboss-server-migration-wildfly9.0-1.10.0.Final-redhat-00033.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-container-spi-1.4.5.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-container-spi-1.4.5.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-core-1.4.5.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-core-1.4.5.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-load-spi-1.4.5.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.mod_cluster.mod_cluster-load-spi-1.4.5.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.modules.jboss-modules-1.12.2.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.modules.jboss-modules-1.12.2.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.msc.jboss-msc-1.4.13.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.msc.jboss-msc-1.4.13.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.arjunacore.arjuna-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.arjunacore.txoj-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.common-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.compensations.compensations-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.compensations.compensations-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jbosstxbridge-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jbosstxbridge-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.cdi-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.jdbc-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.jms-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jta.jta-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.idlj-idl-jdk8-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.jtax-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.jts-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.narayana-jts-idlj-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.narayana-jts-integration-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.narayana-jts-integration-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.jts.orbportability-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-api-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-api-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-bridge-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-bridge-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-integration-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-integration-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-util-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.rts.restat-util-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.txframework.txframework-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.txframework.txframework-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.bridge-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.jbossxts-5.11.4.Final-redhat-00001-api.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.jbossxts-5.11.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.recovery-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.service-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.ws-c11-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.ws-t11-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.wsas-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.wscf11-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.narayana.xts.wstx11-5.11.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.openjdk-orb.openjdk-orb-8.1.4.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.openjdk-orb.openjdk-orb-8.1.4.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.remoting.jboss-remoting-5.0.27.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.remoting.jboss-remoting-5.0.27.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.remotingjmx.remoting-jmx-3.0.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.remotingjmx.remoting-jmx-3.0.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.jose-jwt-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.jose-jwt-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-atom-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-atom-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-cdi-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-cdi-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-client-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-client-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-crypto-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-crypto-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson2-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jackson2-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxb-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxb-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxrs-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jaxrs-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jettison-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jettison-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jsapi-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-jsapi-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-binding-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-binding-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-p-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-json-p-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-multipart-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-multipart-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-rxjava2-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-rxjava2-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-spring-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-spring-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-validator-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-validator-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-yaml-provider-3.15.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.resteasy.resteasy-yaml-provider-3.15.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.seam.integration.jboss-seam-int-jbossas-7.0.0.GA-redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.seam.integration.jboss-seam-int-jbossas-7.0.0.GA-redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-common-3.0.6.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-common-3.0.6.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-extras-3.0.6.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-extras-3.0.6.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-ntlm-3.0.6.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-ntlm-3.0.6.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-spnego-3.0.6.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jboss-negotiation-spnego-3.0.6.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.security.jbossxacml-2.0.8.Final-redhat-8.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.slf4j.slf4j-jboss-logmanager-1.1.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.slf4j.slf4j-jboss-logmanager-1.1.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.annotation.jboss-annotations-api_1.3_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.annotation.jboss-annotations-api_1.3_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.batch.jboss-batch-api_1.0_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.batch.jboss-batch-api_1.0_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ejb.jboss-ejb-api_3.2_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ejb.jboss-ejb-api_3.2_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.el.jboss-el-api_3.0_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.el.jboss-el-api_3.0_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.enterprise.concurrent.jboss-concurrency-api_1.0_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.enterprise.concurrent.jboss-concurrency-api_1.0_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.faces.jboss-jsf-api_2.3_spec-3.0.0.SP07-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.faces.jboss-jsf-api_2.3_spec-3.0.0.SP07-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.interceptor.jboss-interceptors-api_1.2_spec-2.0.0.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.interceptor.jboss-interceptors-api_1.2_spec-2.0.0.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.jms.jboss-jms-api_2.0_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.jms.jboss-jms-api_2.0_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.management.j2ee.jboss-j2eemgmt-api_1.1_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.management.j2ee.jboss-j2eemgmt-api_1.1_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.resource.jboss-connector-api_1.7_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.resource.jboss-connector-api_1.7_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.auth.message.jboss-jaspi-api_1.1_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.auth.message.jboss-jaspi-api_1.1_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.jacc.jboss-jacc-api_1.5_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.security.jacc.jboss-jacc-api_1.5_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jboss-servlet-api_4.0_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jboss-servlet-api_4.0_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.transaction.jboss-transaction-api_1.3_spec-2.0.0.Final-redhat-00005.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.transaction.jboss-transaction-api_1.3_spec-2.0.0.Final-redhat-00005.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.websocket.jboss-websocket-api_1.1_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.websocket.jboss-websocket-api_1.1_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ws.rs.jboss-jaxrs-api_2.1_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.ws.rs.jboss-jaxrs-api_2.1_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec-2.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec-2.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.rpc.jboss-jaxrpc-api_1.1_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.rpc.jboss-jaxrpc-api_1.1_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.3_spec-1.0.6.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.3_spec-1.0.6.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.4_spec-1.0.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.4_spec-1.0.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.ws.jboss-jaxws-api_2.3_spec-2.0.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.spec.javax.xml.ws.jboss-jaxws-api_2.3_spec-2.0.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.staxmapper-1.3.0.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.staxmapper-1.3.0.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.stdio.jboss-stdio-1.1.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.stdio.jboss-stdio-1.1.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.threads.jboss-threads-2.4.0.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.threads.jboss-threads-2.4.0.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-ejb-3.1.10.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-ejb-3.1.10.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jsf-3.1.10.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jsf-3.1.10.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jta-3.1.10.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-jta-3.1.10.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-web-3.1.10.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.module.weld-web-3.1.10.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-api-3.1.0.SP3-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-api-3.1.0.SP3-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-core-impl-3.1.10.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-core-impl-3.1.10.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-spi-3.1.0.SP3-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.weld.weld-spi-3.1.0.SP3-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-client-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-client-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-factories-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-factories-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-jaspi-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-jaspi-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-resources-5.4.9.Final-redhat-00001-wildfly2400.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-resources-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-server-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-server-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-udp-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-udp-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-undertow-5.4.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.cxf.jbossws-cxf-transports-undertow-5.4.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-api-1.1.2.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-api-1.1.2.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-3.3.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-3.3.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-tools-1.3.2.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-common-tools-1.3.2.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-spi-3.4.0.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.jbossws-spi-3.4.0.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.projects.jaxws-undertow-httpspi-1.0.1.Final-redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.ws.projects.jaxws-undertow-httpspi-1.0.1.Final-redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.netty.netty-xnio-transport-0.1.9.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.netty.netty-xnio-transport-0.1.9.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-api-3.8.11.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-api-3.8.11.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-nio-3.8.11.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jboss.xnio.xnio-nio-3.8.11.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jctools.jctools-core-2.1.2.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :org.jctools.jctools-core-2.1.2.redhat-00003.pom",
"Red Hat JBoss Enterprise Application Platform :org.jctools.jctools-core-3.1.0.redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.azure.jgroups-azure-1.3.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.azure.jgroups-azure-1.3.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.jgroups-4.2.23.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.jgroups-4.2.23.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.kubernetes.jgroups-kubernetes-1.0.16.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.jgroups.kubernetes.jgroups-kubernetes-1.0.16.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.jsoup.jsoup-1.14.2.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jsoup.jsoup-1.14.2.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.jvnet.staxex.stax-ex-1.8.3.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.jvnet.staxex.stax-ex-1.8.3.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-core-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-core-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-profile-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-profile-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-impl-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-saml-impl-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-impl-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-security-impl-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-soap-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-soap-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-impl-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-impl-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-impl-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xacml-saml-impl-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-api-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-api-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-impl-3.3.1.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.opensaml.opensaml-xmlsec-impl-3.3.1.redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.ow2.asm.asm-9.1.0.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.ow2.asm.asm-util-9.1.0.redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.acl-spi-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.authorization-spi-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.common-spi-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.identity-spi-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.jboss-security-spi-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.jbosssx-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.jbosssx-bare-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-5.0.3.Final-redhat-00009.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-acl-impl-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-bare-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-commons-1.0.0.final-redhat-5.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-commons-1.0.0.final-redhat-5.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-identity-impl-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-infinispan-5.0.3.Final-redhat-00009.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-infinispan-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketbox.picketbox-spi-bare-5.0.3.Final-redhat-00009.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.distribution.picketlink-wildfly8-2.5.5.SP12-redhat-00016.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-api-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-api-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-common-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-common-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-config-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-config-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-federation-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-federation-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-api-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-api-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-impl-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-impl-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-simple-schema-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-idm-simple-schema-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-impl-2.5.5.SP12-redhat-00013.jar",
"Red Hat JBoss Enterprise Application Platform :org.picketlink.picketlink-impl-2.5.5.SP12-redhat-00013.pom",
"Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-core-1.1.6.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-core-1.1.6.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-wildfly-1.1.6.redhat-1.jar",
"Red Hat JBoss Enterprise Application Platform :org.projectodd.vdx.vdx-wildfly-1.1.6.redhat-1.pom",
"Red Hat JBoss Enterprise Application Platform :org.reactivestreams.reactive-streams-1.0.3.redhat-00003.jar",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.jcl-over-slf4j-1.7.30.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-api-1.7.22.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-api-1.7.22.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-api-1.7.30.redhat-00004.pom",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-ext-1.7.22.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :org.slf4j.slf4j-ext-1.7.22.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.client.wildfly-client-config-1.0.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.client.wildfly-client-config-1.0.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.common.wildfly-common-1.5.4.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.common.wildfly-common-1.5.4.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-cli-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-controller-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-controller-client-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-management-client-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-management-subsystem-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-security-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-core-security-api-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-deployment-repository-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-deployment-scanner-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-discovery-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-domain-http-error-context-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-domain-http-interface-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-domain-management-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-elytron-integration-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-elytron-tool-wrapper-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-embedded-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-event-logger-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-host-controller-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-io-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-jmx-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-launcher-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-logging-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-management-client-content-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-network-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-patching-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-platform-mbean-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-process-controller-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-protocol-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-remoting-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-request-controller-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-security-manager-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-server-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-threads-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.core.wildfly-version-15.0.33.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.discovery.wildfly-discovery-client-1.2.1.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.discovery.wildfly-discovery-client-1.2.1.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-java-2.2.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-java-2.2.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-ppc64le-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-ppc64le-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel6-x86_64-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel6-x86_64-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel7-x86_64-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel7-x86_64-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel8-x86_64-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel8-x86_64-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel9-x86_64-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-rhel9-x86_64-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-s390x-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-linux-s390x-2.2.2.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.openssl.wildfly-openssl-windows-x86_64-2.2.2.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-1.9.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-1.9.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-servlet-1.9.3.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.elytron-web.undertow-server-servlet-1.9.3.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-asn1-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-asn1-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-audit-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-audit-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-deprecated-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-deprecated-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-http-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-http-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-sasl-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-server-sasl-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-auth-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-base-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-base-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-client-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-client-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-deprecated-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-deprecated-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-impl-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-source-impl-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-store-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-credential-store-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-digest-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-digest-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-encryption-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-encryption-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-basic-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-basic-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-bearer-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-bearer-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-cert-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-cert-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-deprecated-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-deprecated-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-digest-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-digest-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-external-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-external-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-form-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-form-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-oidc-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-spnego-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-spnego-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-sso-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-sso-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-stateful-basic-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-stateful-basic-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-http-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jacc-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jacc-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jaspi-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jaspi-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jose-jwk-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-jose-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-json-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-json-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-keystore-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-keystore-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-digest-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-digest-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-gssapi-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-gssapi-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-http-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-http-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-oauth2-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-oauth2-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-scram-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-mechanism-scram-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-password-impl-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-password-impl-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-permission-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-permission-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-provider-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-provider-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-jdbc-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-jdbc-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-ldap-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-ldap-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-token-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-realm-token-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-anonymous-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-anonymous-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-auth-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-auth-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-deprecated-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-deprecated-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-digest-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-digest-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-entity-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-entity-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-external-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-external-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gs2-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gs2-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gssapi-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-gssapi-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-localuser-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-localuser-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-oauth2-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-oauth2-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-otp-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-otp-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-plain-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-plain-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-scram-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-sasl-scram-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-action-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-security-manager-action-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-ssl-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-ssl-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-tool-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-tool-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-acme-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-acme-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-util-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-cert-util-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-deprecated-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-deprecated-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-principal-1.15.21.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.security.wildfly-elytron-x500-principal-1.15.21.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.transaction.wildfly-transaction-client-1.1.17.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.transaction.wildfly-transaction-client-1.1.17.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-client-common-1.1.16.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-client-common-1.1.16.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-ejb-client-1.1.16.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-ejb-client-1.1.16.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-naming-client-1.1.16.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-naming-client-1.1.16.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-transaction-client-1.1.16.Final-redhat-00002.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-http-client.wildfly-http-transaction-client-1.1.16.Final-redhat-00002.pom",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-naming-client-1.0.17.Final-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.wildfly.wildfly-naming-client-1.0.17.Final-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :org.yaml.snakeyaml-1.33.0.SP1-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :org.yaml.snakeyaml-1.33.0.SP1-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :wsdl4j.wsdl4j-1.6.3.redhat-2.jar",
"Red Hat JBoss Enterprise Application Platform :wsdl4j.wsdl4j-1.6.3.redhat-2.pom",
"Red Hat JBoss Enterprise Application Platform :xalan.serializer-2.7.1.redhat-00014.jar",
"Red Hat JBoss Enterprise Application Platform :xalan.serializer-2.7.1.redhat-00014.pom",
"Red Hat JBoss Enterprise Application Platform :xalan.xalan-2.7.1.redhat-00014.jar",
"Red Hat JBoss Enterprise Application Platform :xalan.xalan-2.7.1.redhat-00014.pom",
"Red Hat JBoss Enterprise Application Platform :xerces.xercesImpl-2.12.0.SP04-redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :xerces.xercesImpl-2.12.0.SP04-redhat-00001.pom",
"Red Hat JBoss Enterprise Application Platform :xml-resolver.xml-resolver-1.2.0.redhat-12.jar",
"Red Hat JBoss Enterprise Application Platform :xml-resolver.xml-resolver-1.2.0.redhat-12.pom",
"Red Hat JBoss Enterprise Application Platform :xom.xom-1.3.7.redhat-00001.jar",
"Red Hat JBoss Enterprise Application Platform :xom.xom-1.3.7.redhat-00001.pom"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "santuario: Private Key disclosure in debug-log output"
}
]
}
RHSA-2024:1192
Vulnerability from csaf_redhat - Published: 2024-03-06 15:32 - Updated: 2026-05-11 02:39A flaw was found in Eclipse Parsson library when processing untrusted source content. This issue may cause a Denial of Service (DoS) due to built-in support for parsing numbers with a large scale, and some cases where processing a large number may take much more time than expected.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
Arbitrary File Overwrite in Eclipse JGit <= 6.6.0 In Eclipse JGit, all versions <= 6.6.0.202305301015-r, a symbolic link present in a specially crafted git repository can be used to write a file to locations outside the working tree when this repository is cloned with JGit to a case-insensitive filesystem, or when a checkout from a clone of such a repository is performed on a case-insensitive filesystem. This can happen on checkout (DirCacheCheckout), merge (ResolveMerger via its WorkingTreeUpdater), pull (PullCommand using merge), and when applying a patch (PatchApplier). This can be exploited for remote code execution (RCE), for instance if the file written outside the working tree is a git filter that gets executed on a subsequent git command. The issue occurs only on case-insensitive filesystems, like the default filesystems on Windows and macOS. The user performing the clone or checkout must have the rights to create symbolic links for the problem to occur, and symbolic links must be enabled in the git configuration. Setting git configuration option core.symlinks = false before checking out avoids the problem. The issue was fixed in Eclipse JGit version 6.6.1.202309021850-r and 6.7.0.202309050840-r, available via Maven Central https://repo1.maven.org/maven2/org/eclipse/jgit/ and repo.eclipse.org https://repo.eclipse.org/content/repositories/jgit-releases/ . A backport is available in 5.13.3 starting from 5.13.3.202401111512-r. The JGit maintainers would like to thank RyotaK for finding and reporting this issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch | — |
Vendor Fix
fix
|
A flaw was found in Apache Mina SSHD that could be exploited on certain SFTP servers implemented using the Apache Mina RootedFileSystem. This issue could permit authenticated users to view information outside of their permissions scope.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch | — |
Vendor Fix
fix
|
A flaw was found in the SSH channel integrity. By manipulating sequence numbers during the handshake, an attacker can remove the initial messages on the secure channel without causing a MAC failure. For example, an attacker could disable the ping extension and thus disable the new countermeasure in OpenSSH 9.5 against keystroke timing attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat JBoss Enterprise Application Platform 8.0 for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat JBoss Enterprise Application Platform 8 is a platform for Java applications based on the WildFly application runtime. This release of Red Hat JBoss Enterprise Application Platform 8.0.1 serves as a replacement for Red Hat JBoss Enterprise Application Platform 8.0.0, and includes bug fixes and enhancements. See the Red Hat JBoss Enterprise Application Platform 8.0.0 Release Notes for information about the most significant bug fixes and enhancements included in this release.\n\nSecurity Fix(es):\n\n* jgit: arbitrary file overwrite (CVE-2023-4759)\n\n* sshd-common: apache-mina-sshd: information exposure in SFTP server implementations (CVE-2023-35887)\n\n* parsson: Denial of Service due to large number parsing (CVE-2023-4043)\n\n* apache-sshd: ssh: Prefix truncation attack on Binary Packet Protocol (CVE-2023-48795)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:1192",
"url": "https://access.redhat.com/errata/RHSA-2024:1192"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/8.0/",
"url": "https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/8.0/"
},
{
"category": "external",
"summary": "2238614",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2238614"
},
{
"category": "external",
"summary": "2240036",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2240036"
},
{
"category": "external",
"summary": "2254210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210"
},
{
"category": "external",
"summary": "2254594",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254594"
},
{
"category": "external",
"summary": "JBEAP-26209",
"url": "https://issues.redhat.com/browse/JBEAP-26209"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1192.json"
}
],
"title": "Red Hat Security Advisory: Red Hat JBoss Enterprise Application Platform 8.0.1 security update",
"tracking": {
"current_release_date": "2026-05-11T02:39:26+00:00",
"generator": {
"date": "2026-05-11T02:39:26+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.9"
}
},
"id": "RHSA-2024:1192",
"initial_release_date": "2024-03-06T15:32:30+00:00",
"revision_history": [
{
"date": "2024-03-06T15:32:30+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-03-06T15:32:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-11T02:39:26+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat JBoss EAP 8.0 for RHEL 8",
"product": {
"name": "Red Hat JBoss EAP 8.0 for RHEL 8",
"product_id": "8Base-JBEAP-8.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:jboss_enterprise_application_platform:8.0::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat JBoss Enterprise Application Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.src",
"product": {
"name": "eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.src",
"product_id": "eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-apache-sshd@2.12.0-1.redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.src",
"product": {
"name": "eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.src",
"product_id": "eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-eclipse-jgit@6.6.1.202309021850-1.r_redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.src",
"product": {
"name": "eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.src",
"product_id": "eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-parsson@1.1.5-1.redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.src",
"product": {
"name": "eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.src",
"product_id": "eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-lucene-solr@8.11.2-2.redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.src",
"product": {
"name": "eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.src",
"product_id": "eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-log4j@2.19.0-2.redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.src",
"product": {
"name": "eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.src",
"product_id": "eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly@8.0.1-3.GA_redhat_00002.1.el8eap?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.noarch",
"product_id": "eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-apache-sshd@2.12.0-1.redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-eclipse-jgit@6.6.1.202309021850-1.r_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.noarch",
"product_id": "eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-parsson@1.1.5-1.redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"product_id": "eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-lucene-analyzers-common@8.11.2-2.redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"product_id": "eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-lucene-core@8.11.2-2.redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"product_id": "eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-lucene-facet@8.11.2-2.redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"product_id": "eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-lucene-join@8.11.2-2.redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"product_id": "eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-lucene-queries@8.11.2-2.redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"product_id": "eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-lucene-queryparser@8.11.2-2.redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"product_id": "eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-lucene-solr@8.11.2-2.redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.noarch",
"product_id": "eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-log4j@2.19.0-2.redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"product": {
"name": "eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"product_id": "eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly@8.0.1-3.GA_redhat_00002.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"product": {
"name": "eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"product_id": "eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-java-jdk11@8.0.1-3.GA_redhat_00002.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"product": {
"name": "eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"product_id": "eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-java-jdk17@8.0.1-3.GA_redhat_00002.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"product": {
"name": "eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"product_id": "eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-modules@8.0.1-3.GA_redhat_00002.1.el8eap?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 8",
"product_id": "8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 8.0 for RHEL 8",
"product_id": "8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.src"
},
"product_reference": "eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 8",
"product_id": "8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 8.0 for RHEL 8",
"product_id": "8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.src"
},
"product_reference": "eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 8",
"product_id": "8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 8.0 for RHEL 8",
"product_id": "8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.src"
},
"product_reference": "eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 8",
"product_id": "8Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 8",
"product_id": "8Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 8",
"product_id": "8Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 8",
"product_id": "8Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 8",
"product_id": "8Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 8",
"product_id": "8Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 8",
"product_id": "8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 8.0 for RHEL 8",
"product_id": "8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.src"
},
"product_reference": "eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 8",
"product_id": "8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 8.0 for RHEL 8",
"product_id": "8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.src"
},
"product_reference": "eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 8",
"product_id": "8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch"
},
"product_reference": "eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.src as a component of Red Hat JBoss EAP 8.0 for RHEL 8",
"product_id": "8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.src"
},
"product_reference": "eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 8",
"product_id": "8Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch"
},
"product_reference": "eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 8",
"product_id": "8Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch"
},
"product_reference": "eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 8",
"product_id": "8Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch"
},
"product_reference": "eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-4043",
"cwe": {
"id": "CWE-834",
"name": "Excessive Iteration"
},
"discovery_date": "2023-12-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2254594"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Eclipse Parsson library when processing untrusted source content. This issue may cause a Denial of Service (DoS) due to built-in support for parsing numbers with a large scale, and some cases where processing a large number may take much more time than expected.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "parsson: Denial of Service due to large number parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates this as an important impact since one needs to process untrusted and if there is no sanitization a Denial of Service (DoS) may happen.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-4043"
},
{
"category": "external",
"summary": "RHBZ#2254594",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254594"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-4043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4043"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4043",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4043"
}
],
"release_date": "2023-11-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-06T15:32:30+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings.\nFor details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1192"
},
{
"category": "workaround",
"details": "Avoid processing untrusted sources content in order to minimize the chance for Denial of Service attack.",
"product_ids": [
"8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "parsson: Denial of Service due to large number parsing"
},
{
"cve": "CVE-2023-4759",
"discovery_date": "2023-09-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2238614"
}
],
"notes": [
{
"category": "description",
"text": "Arbitrary File Overwrite in Eclipse JGit \u003c= 6.6.0\n\nIn Eclipse JGit, all versions \u003c= 6.6.0.202305301015-r, a symbolic link present in a specially crafted git repository can be used to write a file to locations outside the working tree when this repository is cloned with JGit to a case-insensitive filesystem, or when a checkout from a clone of such a repository is performed on a case-insensitive filesystem.\n\nThis can happen on checkout (DirCacheCheckout), merge (ResolveMerger\u00a0via its WorkingTreeUpdater), pull (PullCommand\u00a0using merge), and when applying a patch (PatchApplier). This can be exploited for remote code execution (RCE), for instance if the file written outside the working tree is a git filter that gets executed on a subsequent git command.\n\nThe issue occurs only on case-insensitive filesystems, like the default filesystems on Windows and macOS. The user performing the clone or checkout must have the rights to create symbolic links for the problem to occur, and symbolic links must be enabled in the git configuration.\n\nSetting git configuration option core.symlinks = false\u00a0before checking out avoids the problem.\n\nThe issue was fixed in Eclipse JGit version 6.6.1.202309021850-r and 6.7.0.202309050840-r, available via Maven Central https://repo1.maven.org/maven2/org/eclipse/jgit/ \u00a0and repo.eclipse.org https://repo.eclipse.org/content/repositories/jgit-releases/ . A backport is available in 5.13.3 starting from 5.13.3.202401111512-r.\n\n\nThe JGit maintainers would like to thank RyotaK for finding and reporting this issue.\n\n\n\n",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jgit: arbitrary file overwrite",
"title": "Vulnerability summary"
}
],
"product_status": {
"fixed": [
"8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-4759"
},
{
"category": "external",
"summary": "RHBZ#2238614",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2238614"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-4759",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4759"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4759",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4759"
}
],
"release_date": "2023-09-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-06T15:32:30+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings.\nFor details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1192"
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jgit: arbitrary file overwrite"
},
{
"cve": "CVE-2023-35887",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2023-09-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2240036"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache Mina SSHD that could be exploited on certain SFTP servers implemented using the Apache Mina RootedFileSystem. This issue could permit authenticated users to view information outside of their permissions scope.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "apache-mina-sshd: information exposure in SFTP server implementations",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-35887"
},
{
"category": "external",
"summary": "RHBZ#2240036",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2240036"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-35887",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35887"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-35887",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-35887"
}
],
"release_date": "2023-07-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-06T15:32:30+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings.\nFor details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1192"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "apache-mina-sshd: information exposure in SFTP server implementations"
},
{
"cve": "CVE-2023-48795",
"cwe": {
"id": "CWE-222",
"name": "Truncation of Security-relevant Information"
},
"discovery_date": "2023-12-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2254210"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SSH channel integrity. By manipulating sequence numbers during the handshake, an attacker can remove the initial messages on the secure channel without causing a MAC failure. For example, an attacker could disable the ping extension and thus disable the new countermeasure in OpenSSH 9.5 against keystroke timing attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is classified as moderate because the attack requires an active Man-in-the-Middle (MITM) who can intercept and modify the connection\u0027s traffic at the TCP/IP layer.\n\nAlthough the attack is cryptographically innovative, its security impact is fortunately quite limited. It only allows the deletion of consecutive messages, and deleting most messages at this protocol stage prevents user authentication from proceeding, leading to a stalled connection.\n\nThe most significant identified impact is that it enables a MITM to delete the SSH2_MSG_EXT_INFO message sent before authentication begins. This allows the attacker to disable a subset of keystroke timing obfuscation features. However, there is no other observable impact on session secrecy or session integrity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-48795"
},
{
"category": "external",
"summary": "RHBZ#2254210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7071748",
"url": "https://access.redhat.com/solutions/7071748"
},
{
"category": "external",
"summary": "https://terrapin-attack.com/",
"url": "https://terrapin-attack.com/"
}
],
"release_date": "2023-12-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-06T15:32:30+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings.\nFor details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1192"
},
{
"category": "workaround",
"details": "Update to the last version and check that client and server provide kex pseudo-algorithms indicating usage of the updated version of the protocol which is protected from the attack. If \"kex-strict-c-v00@openssh.com\" is provided by clients and \"kex-strict-s-v00@openssh.com\" is in the server\u0027s reply, no other steps are necessary.\n\nDisabling ciphers if necessary:\n\nIf \"kex-strict-c-v00@openssh.com\" is not provided by clients or \"kex-strict-s-v00@openssh.com\" is absent in the server\u0027s reply, you can disable the following ciphers and HMACs as a workaround on RHEL-8 and RHEL-9:\n\n1. chacha20-poly1305@openssh.com\n2. hmac-sha2-512-etm@openssh.com\n3. hmac-sha2-256-etm@openssh.com\n4. hmac-sha1-etm@openssh.com\n5. hmac-md5-etm@openssh.com\n\nTo do that through crypto-policies, one can apply a subpolicy with the following content:\n```\ncipher@SSH = -CHACHA20-POLY1305\nssh_etm = 0\n```\ne.g., by putting these lines into `/etc/crypto-policies/policies/modules/CVE-2023-48795.pmod`, applying the resulting subpolicy with `update-crypto-policies --set $(update-crypto-policies --show):CVE-2023-48795` and restarting openssh server.\n\nOne can verify that the changes are in effect by ensuring the ciphers listed above are missing from both `/etc/crypto-policies/back-ends/openssh.config` and `/etc/crypto-policies/back-ends/opensshserver.config`.\n\nFor more details on using crypto-policies, please refer to https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/security_hardening/using-the-system-wide-cryptographic-policies_security-hardening\n\nNote that this procedure does limit the interoperability of the host and is only suggested as a temporary mitigation until the issue is fully resolved with an update.\n\nFor RHEL-7: \nWe can recommend to use strict MACs and Ciphers on RHEL7 in both files /etc/ssh/ssh_config and /etc/ssh/sshd_config.\n\nBelow strict set of Ciphers and MACs can be used as mitigation for RHEL 7.\n\n```\nCiphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com\nMACs umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512\n```\n\n- For Openshift Container Platform 4:\nPlease refer the KCS[1] document for verifying the fix in RHCOS.\n\n[1] https://access.redhat.com/solutions/7071748",
"product_ids": [
"8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el8eap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)"
}
]
}
RHSA-2024:1193
Vulnerability from csaf_redhat - Published: 2024-03-06 15:32 - Updated: 2026-05-11 02:39A flaw was found in Eclipse Parsson library when processing untrusted source content. This issue may cause a Denial of Service (DoS) due to built-in support for parsing numbers with a large scale, and some cases where processing a large number may take much more time than expected.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
Arbitrary File Overwrite in Eclipse JGit <= 6.6.0 In Eclipse JGit, all versions <= 6.6.0.202305301015-r, a symbolic link present in a specially crafted git repository can be used to write a file to locations outside the working tree when this repository is cloned with JGit to a case-insensitive filesystem, or when a checkout from a clone of such a repository is performed on a case-insensitive filesystem. This can happen on checkout (DirCacheCheckout), merge (ResolveMerger via its WorkingTreeUpdater), pull (PullCommand using merge), and when applying a patch (PatchApplier). This can be exploited for remote code execution (RCE), for instance if the file written outside the working tree is a git filter that gets executed on a subsequent git command. The issue occurs only on case-insensitive filesystems, like the default filesystems on Windows and macOS. The user performing the clone or checkout must have the rights to create symbolic links for the problem to occur, and symbolic links must be enabled in the git configuration. Setting git configuration option core.symlinks = false before checking out avoids the problem. The issue was fixed in Eclipse JGit version 6.6.1.202309021850-r and 6.7.0.202309050840-r, available via Maven Central https://repo1.maven.org/maven2/org/eclipse/jgit/ and repo.eclipse.org https://repo.eclipse.org/content/repositories/jgit-releases/ . A backport is available in 5.13.3 starting from 5.13.3.202401111512-r. The JGit maintainers would like to thank RyotaK for finding and reporting this issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch | — |
Vendor Fix
fix
|
A flaw was found in Apache Mina SSHD that could be exploited on certain SFTP servers implemented using the Apache Mina RootedFileSystem. This issue could permit authenticated users to view information outside of their permissions scope.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch | — |
Vendor Fix
fix
|
A flaw was found in the SSH channel integrity. By manipulating sequence numbers during the handshake, an attacker can remove the initial messages on the secure channel without causing a MAC failure. For example, an attacker could disable the ping extension and thus disable the new countermeasure in OpenSSH 9.5 against keystroke timing attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat JBoss Enterprise Application Platform 8.0 for Red Hat Enterprise Linux 9. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat JBoss Enterprise Application Platform 8 is a platform for Java applications based on the WildFly application runtime. This release of Red Hat JBoss Enterprise Application Platform 8.0.1 serves as a replacement for Red Hat JBoss Enterprise Application Platform 8.0.0, and includes bug fixes and enhancements. See the Red Hat JBoss Enterprise Application Platform 8.0.0 Release Notes for information about the most significant bug fixes and enhancements included in this release.\n\nSecurity Fix(es):\n\n* jgit: arbitrary file overwrite (CVE-2023-4759)\n\n* sshd-common: apache-mina-sshd: information exposure in SFTP server implementations (CVE-2023-35887)\n\n* parsson: Denial of Service due to large number parsing (CVE-2023-4043)\n\n* apache-sshd: ssh: Prefix truncation attack on Binary Packet Protocol (CVE-2023-48795)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:1193",
"url": "https://access.redhat.com/errata/RHSA-2024:1193"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/8.0/",
"url": "https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/8.0/"
},
{
"category": "external",
"summary": "2238614",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2238614"
},
{
"category": "external",
"summary": "2240036",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2240036"
},
{
"category": "external",
"summary": "2254210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210"
},
{
"category": "external",
"summary": "2254594",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254594"
},
{
"category": "external",
"summary": "JBEAP-26210",
"url": "https://issues.redhat.com/browse/JBEAP-26210"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1193.json"
}
],
"title": "Red Hat Security Advisory: Red Hat JBoss Enterprise Application Platform 8.0.1 security update",
"tracking": {
"current_release_date": "2026-05-11T02:39:28+00:00",
"generator": {
"date": "2026-05-11T02:39:28+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.9"
}
},
"id": "RHSA-2024:1193",
"initial_release_date": "2024-03-06T15:32:21+00:00",
"revision_history": [
{
"date": "2024-03-06T15:32:21+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-03-06T15:32:21+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-11T02:39:28+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat JBoss EAP 8.0 for RHEL 9",
"product": {
"name": "Red Hat JBoss EAP 8.0 for RHEL 9",
"product_id": "9Base-JBEAP-8.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:jboss_enterprise_application_platform:8.0::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat JBoss Enterprise Application Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.src",
"product": {
"name": "eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.src",
"product_id": "eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-eclipse-jgit@6.6.1.202309021850-1.r_redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.src",
"product": {
"name": "eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.src",
"product_id": "eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-apache-sshd@2.12.0-1.redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.src",
"product": {
"name": "eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.src",
"product_id": "eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-parsson@1.1.5-1.redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.src",
"product": {
"name": "eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.src",
"product_id": "eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-lucene-solr@8.11.2-2.redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.src",
"product": {
"name": "eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.src",
"product_id": "eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-log4j@2.19.0-2.redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.src",
"product": {
"name": "eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.src",
"product_id": "eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly@8.0.1-3.GA_redhat_00002.1.el9eap?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-eclipse-jgit@6.6.1.202309021850-1.r_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.noarch",
"product_id": "eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-apache-sshd@2.12.0-1.redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.noarch",
"product_id": "eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-parsson@1.1.5-1.redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"product_id": "eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-lucene-analyzers-common@8.11.2-2.redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"product_id": "eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-lucene-core@8.11.2-2.redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"product_id": "eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-lucene-facet@8.11.2-2.redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"product_id": "eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-lucene-join@8.11.2-2.redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"product_id": "eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-lucene-queries@8.11.2-2.redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"product_id": "eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-lucene-queryparser@8.11.2-2.redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"product_id": "eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-lucene-solr@8.11.2-2.redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.noarch",
"product_id": "eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-log4j@2.19.0-2.redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"product": {
"name": "eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"product_id": "eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly@8.0.1-3.GA_redhat_00002.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"product": {
"name": "eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"product_id": "eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-java-jdk11@8.0.1-3.GA_redhat_00002.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"product": {
"name": "eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"product_id": "eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-java-jdk17@8.0.1-3.GA_redhat_00002.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"product": {
"name": "eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"product_id": "eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-modules@8.0.1-3.GA_redhat_00002.1.el9eap?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 9",
"product_id": "9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 8.0 for RHEL 9",
"product_id": "9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.src"
},
"product_reference": "eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 9",
"product_id": "9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 8.0 for RHEL 9",
"product_id": "9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.src"
},
"product_reference": "eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 9",
"product_id": "9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 8.0 for RHEL 9",
"product_id": "9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.src"
},
"product_reference": "eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 9",
"product_id": "9Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 9",
"product_id": "9Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 9",
"product_id": "9Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 9",
"product_id": "9Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 9",
"product_id": "9Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 9",
"product_id": "9Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 9",
"product_id": "9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 8.0 for RHEL 9",
"product_id": "9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.src"
},
"product_reference": "eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 9",
"product_id": "9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 8.0 for RHEL 9",
"product_id": "9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.src"
},
"product_reference": "eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 9",
"product_id": "9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch"
},
"product_reference": "eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.src as a component of Red Hat JBoss EAP 8.0 for RHEL 9",
"product_id": "9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.src"
},
"product_reference": "eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 9",
"product_id": "9Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch"
},
"product_reference": "eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 9",
"product_id": "9Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch"
},
"product_reference": "eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.0 for RHEL 9",
"product_id": "9Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch"
},
"product_reference": "eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-4043",
"cwe": {
"id": "CWE-834",
"name": "Excessive Iteration"
},
"discovery_date": "2023-12-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2254594"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Eclipse Parsson library when processing untrusted source content. This issue may cause a Denial of Service (DoS) due to built-in support for parsing numbers with a large scale, and some cases where processing a large number may take much more time than expected.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "parsson: Denial of Service due to large number parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates this as an important impact since one needs to process untrusted and if there is no sanitization a Denial of Service (DoS) may happen.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-4043"
},
{
"category": "external",
"summary": "RHBZ#2254594",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254594"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-4043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4043"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4043",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4043"
}
],
"release_date": "2023-11-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-06T15:32:21+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1193"
},
{
"category": "workaround",
"details": "Avoid processing untrusted sources content in order to minimize the chance for Denial of Service attack.",
"product_ids": [
"9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "parsson: Denial of Service due to large number parsing"
},
{
"cve": "CVE-2023-4759",
"discovery_date": "2023-09-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2238614"
}
],
"notes": [
{
"category": "description",
"text": "Arbitrary File Overwrite in Eclipse JGit \u003c= 6.6.0\n\nIn Eclipse JGit, all versions \u003c= 6.6.0.202305301015-r, a symbolic link present in a specially crafted git repository can be used to write a file to locations outside the working tree when this repository is cloned with JGit to a case-insensitive filesystem, or when a checkout from a clone of such a repository is performed on a case-insensitive filesystem.\n\nThis can happen on checkout (DirCacheCheckout), merge (ResolveMerger\u00a0via its WorkingTreeUpdater), pull (PullCommand\u00a0using merge), and when applying a patch (PatchApplier). This can be exploited for remote code execution (RCE), for instance if the file written outside the working tree is a git filter that gets executed on a subsequent git command.\n\nThe issue occurs only on case-insensitive filesystems, like the default filesystems on Windows and macOS. The user performing the clone or checkout must have the rights to create symbolic links for the problem to occur, and symbolic links must be enabled in the git configuration.\n\nSetting git configuration option core.symlinks = false\u00a0before checking out avoids the problem.\n\nThe issue was fixed in Eclipse JGit version 6.6.1.202309021850-r and 6.7.0.202309050840-r, available via Maven Central https://repo1.maven.org/maven2/org/eclipse/jgit/ \u00a0and repo.eclipse.org https://repo.eclipse.org/content/repositories/jgit-releases/ . A backport is available in 5.13.3 starting from 5.13.3.202401111512-r.\n\n\nThe JGit maintainers would like to thank RyotaK for finding and reporting this issue.\n\n\n\n",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jgit: arbitrary file overwrite",
"title": "Vulnerability summary"
}
],
"product_status": {
"fixed": [
"9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-4759"
},
{
"category": "external",
"summary": "RHBZ#2238614",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2238614"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-4759",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4759"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4759",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4759"
}
],
"release_date": "2023-09-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-06T15:32:21+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1193"
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jgit: arbitrary file overwrite"
},
{
"cve": "CVE-2023-35887",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2023-09-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2240036"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache Mina SSHD that could be exploited on certain SFTP servers implemented using the Apache Mina RootedFileSystem. This issue could permit authenticated users to view information outside of their permissions scope.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "apache-mina-sshd: information exposure in SFTP server implementations",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-35887"
},
{
"category": "external",
"summary": "RHBZ#2240036",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2240036"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-35887",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35887"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-35887",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-35887"
}
],
"release_date": "2023-07-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-06T15:32:21+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1193"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "apache-mina-sshd: information exposure in SFTP server implementations"
},
{
"cve": "CVE-2023-48795",
"cwe": {
"id": "CWE-222",
"name": "Truncation of Security-relevant Information"
},
"discovery_date": "2023-12-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2254210"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SSH channel integrity. By manipulating sequence numbers during the handshake, an attacker can remove the initial messages on the secure channel without causing a MAC failure. For example, an attacker could disable the ping extension and thus disable the new countermeasure in OpenSSH 9.5 against keystroke timing attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is classified as moderate because the attack requires an active Man-in-the-Middle (MITM) who can intercept and modify the connection\u0027s traffic at the TCP/IP layer.\n\nAlthough the attack is cryptographically innovative, its security impact is fortunately quite limited. It only allows the deletion of consecutive messages, and deleting most messages at this protocol stage prevents user authentication from proceeding, leading to a stalled connection.\n\nThe most significant identified impact is that it enables a MITM to delete the SSH2_MSG_EXT_INFO message sent before authentication begins. This allows the attacker to disable a subset of keystroke timing obfuscation features. However, there is no other observable impact on session secrecy or session integrity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-48795"
},
{
"category": "external",
"summary": "RHBZ#2254210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7071748",
"url": "https://access.redhat.com/solutions/7071748"
},
{
"category": "external",
"summary": "https://terrapin-attack.com/",
"url": "https://terrapin-attack.com/"
}
],
"release_date": "2023-12-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-06T15:32:21+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1193"
},
{
"category": "workaround",
"details": "Update to the last version and check that client and server provide kex pseudo-algorithms indicating usage of the updated version of the protocol which is protected from the attack. If \"kex-strict-c-v00@openssh.com\" is provided by clients and \"kex-strict-s-v00@openssh.com\" is in the server\u0027s reply, no other steps are necessary.\n\nDisabling ciphers if necessary:\n\nIf \"kex-strict-c-v00@openssh.com\" is not provided by clients or \"kex-strict-s-v00@openssh.com\" is absent in the server\u0027s reply, you can disable the following ciphers and HMACs as a workaround on RHEL-8 and RHEL-9:\n\n1. chacha20-poly1305@openssh.com\n2. hmac-sha2-512-etm@openssh.com\n3. hmac-sha2-256-etm@openssh.com\n4. hmac-sha1-etm@openssh.com\n5. hmac-md5-etm@openssh.com\n\nTo do that through crypto-policies, one can apply a subpolicy with the following content:\n```\ncipher@SSH = -CHACHA20-POLY1305\nssh_etm = 0\n```\ne.g., by putting these lines into `/etc/crypto-policies/policies/modules/CVE-2023-48795.pmod`, applying the resulting subpolicy with `update-crypto-policies --set $(update-crypto-policies --show):CVE-2023-48795` and restarting openssh server.\n\nOne can verify that the changes are in effect by ensuring the ciphers listed above are missing from both `/etc/crypto-policies/back-ends/openssh.config` and `/etc/crypto-policies/back-ends/opensshserver.config`.\n\nFor more details on using crypto-policies, please refer to https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/security_hardening/using-the-system-wide-cryptographic-policies_security-hardening\n\nNote that this procedure does limit the interoperability of the host and is only suggested as a temporary mitigation until the issue is fully resolved with an update.\n\nFor RHEL-7: \nWe can recommend to use strict MACs and Ciphers on RHEL7 in both files /etc/ssh/ssh_config and /etc/ssh/sshd_config.\n\nBelow strict set of Ciphers and MACs can be used as mitigation for RHEL 7.\n\n```\nCiphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com\nMACs umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512\n```\n\n- For Openshift Container Platform 4:\nPlease refer the KCS[1] document for verifying the fix in RHCOS.\n\n[1] https://access.redhat.com/solutions/7071748",
"product_ids": [
"9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-apache-sshd-0:2.12.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-eclipse-jgit-0:6.6.1.202309021850-1.r_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-log4j-0:2.19.0-2.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-lucene-analyzers-common-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-core-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-facet-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-join-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-queries-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-queryparser-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-lucene-solr-0:8.11.2-2.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-parsson-0:1.1.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-0:8.0.1-3.GA_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.0:eap8-wildfly-java-jdk11-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-java-jdk17-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.0:eap8-wildfly-modules-0:8.0.1-3.GA_redhat_00002.1.el9eap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)"
}
]
}
RHSA-2024:1194
Vulnerability from csaf_redhat - Published: 2024-03-06 15:38 - Updated: 2026-05-11 02:39A flaw was found in Eclipse Parsson library when processing untrusted source content. This issue may cause a Denial of Service (DoS) due to built-in support for parsing numbers with a large scale, and some cases where processing a large number may take much more time than expected.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
EAP 8.0.1
Red Hat / Red Hat JBoss Enterprise Application Platform
|
cpe:/a:redhat:jboss_enterprise_application_platform:8.0
|
— |
Vendor Fix
fix
Workaround
|
Arbitrary File Overwrite in Eclipse JGit <= 6.6.0 In Eclipse JGit, all versions <= 6.6.0.202305301015-r, a symbolic link present in a specially crafted git repository can be used to write a file to locations outside the working tree when this repository is cloned with JGit to a case-insensitive filesystem, or when a checkout from a clone of such a repository is performed on a case-insensitive filesystem. This can happen on checkout (DirCacheCheckout), merge (ResolveMerger via its WorkingTreeUpdater), pull (PullCommand using merge), and when applying a patch (PatchApplier). This can be exploited for remote code execution (RCE), for instance if the file written outside the working tree is a git filter that gets executed on a subsequent git command. The issue occurs only on case-insensitive filesystems, like the default filesystems on Windows and macOS. The user performing the clone or checkout must have the rights to create symbolic links for the problem to occur, and symbolic links must be enabled in the git configuration. Setting git configuration option core.symlinks = false before checking out avoids the problem. The issue was fixed in Eclipse JGit version 6.6.1.202309021850-r and 6.7.0.202309050840-r, available via Maven Central https://repo1.maven.org/maven2/org/eclipse/jgit/ and repo.eclipse.org https://repo.eclipse.org/content/repositories/jgit-releases/ . A backport is available in 5.13.3 starting from 5.13.3.202401111512-r. The JGit maintainers would like to thank RyotaK for finding and reporting this issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
EAP 8.0.1
Red Hat / Red Hat JBoss Enterprise Application Platform
|
cpe:/a:redhat:jboss_enterprise_application_platform:8.0
|
— |
Vendor Fix
fix
|
A flaw was found in Apache Mina SSHD that could be exploited on certain SFTP servers implemented using the Apache Mina RootedFileSystem. This issue could permit authenticated users to view information outside of their permissions scope.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
EAP 8.0.1
Red Hat / Red Hat JBoss Enterprise Application Platform
|
cpe:/a:redhat:jboss_enterprise_application_platform:8.0
|
— |
Vendor Fix
fix
|
A flaw was found in the SSH channel integrity. By manipulating sequence numbers during the handshake, an attacker can remove the initial messages on the secure channel without causing a MAC failure. For example, an attacker could disable the ping extension and thus disable the new countermeasure in OpenSSH 9.5 against keystroke timing attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
EAP 8.0.1
Red Hat / Red Hat JBoss Enterprise Application Platform
|
cpe:/a:redhat:jboss_enterprise_application_platform:8.0
|
— |
Vendor Fix
fix
Workaround
|
A vulnerability was found in Undertow, where URL-encoded request paths can be mishandled during concurrent requests on the AJP listener. This issue arises because the same buffer is used to decode the paths for multiple requests simultaneously, leading to incorrect path information being processed. As a result, the server may attempt to access the wrong path, causing errors such as "404 Not Found" or other application failures. This flaw can potentially lead to a denial of service, as legitimate resources become inaccessible due to the path mix-up.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
EAP 8.0.1
Red Hat / Red Hat JBoss Enterprise Application Platform
|
cpe:/a:redhat:jboss_enterprise_application_platform:8.0
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Apache MINA SSHD. This flaw allows an attacker who can intercept traffic between the client and server to drop certain packets from the stream. This potentially causes a Terrapin attack where the client and server consequently end up with a connection for which some security features have been downgraded or disabled.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
EAP 8.0.1
Red Hat / Red Hat JBoss Enterprise Application Platform
|
cpe:/a:redhat:jboss_enterprise_application_platform:8.0
|
— |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat JBoss Enterprise Application Platform 8.0. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat JBoss Enterprise Application Platform 8 is a platform for Java applications based on the WildFly application runtime. This release of Red Hat JBoss Enterprise Application Platform 8.0.1 serves as a replacement for Red Hat JBoss Enterprise Application Platform 8.0.0, and includes bug fixes and enhancements. See the Red Hat JBoss Enterprise Application Platform 8.0.0 Release Notes for information about the most significant bug fixes and enhancements included in this release.\n\nSecurity Fix(es):\n\n* jgit: arbitrary file overwrite (CVE-2023-4759)\n\n* sshd-common: apache-mina-sshd: information exposure in SFTP server implementations (CVE-2023-35887)\n\n* parsson: Denial of Service due to large number parsing (CVE-2023-4043)\n\n* apache-sshd: ssh: Prefix truncation attack on Binary Packet Protocol (CVE-2023-48795)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:1194",
"url": "https://access.redhat.com/errata/RHSA-2024:1194"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/8.0/",
"url": "https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/8.0/"
},
{
"category": "external",
"summary": "2238614",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2238614"
},
{
"category": "external",
"summary": "2240036",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2240036"
},
{
"category": "external",
"summary": "2254210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210"
},
{
"category": "external",
"summary": "2254594",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254594"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1194.json"
}
],
"title": "Red Hat Security Advisory: Red Hat JBoss Enterprise Application Platform 8.0.1 security update",
"tracking": {
"current_release_date": "2026-05-11T02:39:28+00:00",
"generator": {
"date": "2026-05-11T02:39:28+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.9"
}
},
"id": "RHSA-2024:1194",
"initial_release_date": "2024-03-06T15:38:13+00:00",
"revision_history": [
{
"date": "2024-03-06T15:38:13+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-03-06T15:38:13+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-11T02:39:28+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "EAP 8.0.1",
"product": {
"name": "EAP 8.0.1",
"product_id": "EAP 8.0.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:jboss_enterprise_application_platform:8.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat JBoss Enterprise Application Platform"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-4043",
"cwe": {
"id": "CWE-834",
"name": "Excessive Iteration"
},
"discovery_date": "2023-12-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2254594"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Eclipse Parsson library when processing untrusted source content. This issue may cause a Denial of Service (DoS) due to built-in support for parsing numbers with a large scale, and some cases where processing a large number may take much more time than expected.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "parsson: Denial of Service due to large number parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates this as an important impact since one needs to process untrusted and if there is no sanitization a Denial of Service (DoS) may happen.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"EAP 8.0.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-4043"
},
{
"category": "external",
"summary": "RHBZ#2254594",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254594"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-4043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4043"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4043",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4043"
}
],
"release_date": "2023-11-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-06T15:38:13+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"EAP 8.0.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1194"
},
{
"category": "workaround",
"details": "Avoid processing untrusted sources content in order to minimize the chance for Denial of Service attack.",
"product_ids": [
"EAP 8.0.1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"EAP 8.0.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "parsson: Denial of Service due to large number parsing"
},
{
"cve": "CVE-2023-4759",
"discovery_date": "2023-09-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2238614"
}
],
"notes": [
{
"category": "description",
"text": "Arbitrary File Overwrite in Eclipse JGit \u003c= 6.6.0\n\nIn Eclipse JGit, all versions \u003c= 6.6.0.202305301015-r, a symbolic link present in a specially crafted git repository can be used to write a file to locations outside the working tree when this repository is cloned with JGit to a case-insensitive filesystem, or when a checkout from a clone of such a repository is performed on a case-insensitive filesystem.\n\nThis can happen on checkout (DirCacheCheckout), merge (ResolveMerger\u00a0via its WorkingTreeUpdater), pull (PullCommand\u00a0using merge), and when applying a patch (PatchApplier). This can be exploited for remote code execution (RCE), for instance if the file written outside the working tree is a git filter that gets executed on a subsequent git command.\n\nThe issue occurs only on case-insensitive filesystems, like the default filesystems on Windows and macOS. The user performing the clone or checkout must have the rights to create symbolic links for the problem to occur, and symbolic links must be enabled in the git configuration.\n\nSetting git configuration option core.symlinks = false\u00a0before checking out avoids the problem.\n\nThe issue was fixed in Eclipse JGit version 6.6.1.202309021850-r and 6.7.0.202309050840-r, available via Maven Central https://repo1.maven.org/maven2/org/eclipse/jgit/ \u00a0and repo.eclipse.org https://repo.eclipse.org/content/repositories/jgit-releases/ . A backport is available in 5.13.3 starting from 5.13.3.202401111512-r.\n\n\nThe JGit maintainers would like to thank RyotaK for finding and reporting this issue.\n\n\n\n",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jgit: arbitrary file overwrite",
"title": "Vulnerability summary"
}
],
"product_status": {
"fixed": [
"EAP 8.0.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-4759"
},
{
"category": "external",
"summary": "RHBZ#2238614",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2238614"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-4759",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4759"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4759",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4759"
}
],
"release_date": "2023-09-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-06T15:38:13+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"EAP 8.0.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1194"
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jgit: arbitrary file overwrite"
},
{
"cve": "CVE-2023-35887",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2023-09-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2240036"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache Mina SSHD that could be exploited on certain SFTP servers implemented using the Apache Mina RootedFileSystem. This issue could permit authenticated users to view information outside of their permissions scope.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "apache-mina-sshd: information exposure in SFTP server implementations",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"EAP 8.0.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-35887"
},
{
"category": "external",
"summary": "RHBZ#2240036",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2240036"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-35887",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35887"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-35887",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-35887"
}
],
"release_date": "2023-07-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-06T15:38:13+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"EAP 8.0.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1194"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"EAP 8.0.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "apache-mina-sshd: information exposure in SFTP server implementations"
},
{
"cve": "CVE-2023-48795",
"cwe": {
"id": "CWE-222",
"name": "Truncation of Security-relevant Information"
},
"discovery_date": "2023-12-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2254210"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SSH channel integrity. By manipulating sequence numbers during the handshake, an attacker can remove the initial messages on the secure channel without causing a MAC failure. For example, an attacker could disable the ping extension and thus disable the new countermeasure in OpenSSH 9.5 against keystroke timing attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is classified as moderate because the attack requires an active Man-in-the-Middle (MITM) who can intercept and modify the connection\u0027s traffic at the TCP/IP layer.\n\nAlthough the attack is cryptographically innovative, its security impact is fortunately quite limited. It only allows the deletion of consecutive messages, and deleting most messages at this protocol stage prevents user authentication from proceeding, leading to a stalled connection.\n\nThe most significant identified impact is that it enables a MITM to delete the SSH2_MSG_EXT_INFO message sent before authentication begins. This allows the attacker to disable a subset of keystroke timing obfuscation features. However, there is no other observable impact on session secrecy or session integrity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"EAP 8.0.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-48795"
},
{
"category": "external",
"summary": "RHBZ#2254210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7071748",
"url": "https://access.redhat.com/solutions/7071748"
},
{
"category": "external",
"summary": "https://terrapin-attack.com/",
"url": "https://terrapin-attack.com/"
}
],
"release_date": "2023-12-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-06T15:38:13+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"EAP 8.0.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1194"
},
{
"category": "workaround",
"details": "Update to the last version and check that client and server provide kex pseudo-algorithms indicating usage of the updated version of the protocol which is protected from the attack. If \"kex-strict-c-v00@openssh.com\" is provided by clients and \"kex-strict-s-v00@openssh.com\" is in the server\u0027s reply, no other steps are necessary.\n\nDisabling ciphers if necessary:\n\nIf \"kex-strict-c-v00@openssh.com\" is not provided by clients or \"kex-strict-s-v00@openssh.com\" is absent in the server\u0027s reply, you can disable the following ciphers and HMACs as a workaround on RHEL-8 and RHEL-9:\n\n1. chacha20-poly1305@openssh.com\n2. hmac-sha2-512-etm@openssh.com\n3. hmac-sha2-256-etm@openssh.com\n4. hmac-sha1-etm@openssh.com\n5. hmac-md5-etm@openssh.com\n\nTo do that through crypto-policies, one can apply a subpolicy with the following content:\n```\ncipher@SSH = -CHACHA20-POLY1305\nssh_etm = 0\n```\ne.g., by putting these lines into `/etc/crypto-policies/policies/modules/CVE-2023-48795.pmod`, applying the resulting subpolicy with `update-crypto-policies --set $(update-crypto-policies --show):CVE-2023-48795` and restarting openssh server.\n\nOne can verify that the changes are in effect by ensuring the ciphers listed above are missing from both `/etc/crypto-policies/back-ends/openssh.config` and `/etc/crypto-policies/back-ends/opensshserver.config`.\n\nFor more details on using crypto-policies, please refer to https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/security_hardening/using-the-system-wide-cryptographic-policies_security-hardening\n\nNote that this procedure does limit the interoperability of the host and is only suggested as a temporary mitigation until the issue is fully resolved with an update.\n\nFor RHEL-7: \nWe can recommend to use strict MACs and Ciphers on RHEL7 in both files /etc/ssh/ssh_config and /etc/ssh/sshd_config.\n\nBelow strict set of Ciphers and MACs can be used as mitigation for RHEL 7.\n\n```\nCiphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com\nMACs umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512\n```\n\n- For Openshift Container Platform 4:\nPlease refer the KCS[1] document for verifying the fix in RHCOS.\n\n[1] https://access.redhat.com/solutions/7071748",
"product_ids": [
"EAP 8.0.1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"EAP 8.0.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)"
},
{
"cve": "CVE-2024-6162",
"cwe": {
"id": "CWE-488",
"name": "Exposure of Data Element to Wrong Session"
},
"discovery_date": "2024-06-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2293069"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Undertow, where URL-encoded request paths can be mishandled during concurrent requests on the AJP listener. This issue arises because the same buffer is used to decode the paths for multiple requests simultaneously, leading to incorrect path information being processed. As a result, the server may attempt to access the wrong path, causing errors such as \"404 Not Found\" or other application failures. This flaw can potentially lead to a denial of service, as legitimate resources become inaccessible due to the path mix-up.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "undertow: url-encoded request path information can be broken on ajp-listener",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is classified as moderate severity rather than important because it specifically affects URL-encoded request paths under concurrent access conditions, primarily through the AJP listener. While it can lead to 404 errors or application failures, it does not inherently compromise data integrity, security, or lead to direct unauthorized access. The impact is limited to incorrect handling of certain URL-encoded paths, which means it primarily disrupts access to static or encoded resources rather than posing a broader risk to the system\u2019s overall security or functionality.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"EAP 8.0.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-6162"
},
{
"category": "external",
"summary": "RHBZ#2293069",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2293069"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-6162",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6162"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6162",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6162"
},
{
"category": "external",
"summary": "https://issues.redhat.com/browse/JBEAP-26268",
"url": "https://issues.redhat.com/browse/JBEAP-26268"
}
],
"release_date": "2024-06-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-06T15:38:13+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"EAP 8.0.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1194"
},
{
"category": "workaround",
"details": "To mitigate this issue, you can either switch to a different listener like the http-listener, or adjust the AJP listener configuration. By setting decode-url=\"false\" on the AJP listener and configuring a separate URL decoding filter, you can prevent the path decoding errors. This adjustment ensures that each request is processed correctly without interference from concurrent requests.",
"product_ids": [
"EAP 8.0.1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"EAP 8.0.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "undertow: url-encoded request path information can be broken on ajp-listener"
},
{
"cve": "CVE-2024-41909",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2024-08-13T17:25:21.934985+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2304442"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache MINA SSHD. This flaw allows an attacker who can intercept traffic between the client and server to drop certain packets from the stream. This potentially causes a Terrapin attack where the client and server consequently end up with a connection for which some security features have been downgraded or disabled.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "mina-sshd: integrity check bypass vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Above CVE is classified as a moderate severity issue rather than an important one due to its reliance on specific conditions for exploitation. The vulnerability, known as a Terrapin attack, requires an attacker to have the capability to intercept and manipulate packets between the SSH client and server. This level of access is not commonly available in most network environments, reducing the likelihood of widespread exploitation. Additionally, the impact of the attack\u2014where security features may be downgraded or disabled\u2014depends on the attacker\u0027s ability to perform packet drops without detection, which further limits the potential for significant damage.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"EAP 8.0.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-41909"
},
{
"category": "external",
"summary": "RHBZ#2304442",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2304442"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-41909",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41909"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-41909",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41909"
},
{
"category": "external",
"summary": "https://github.com/apache/mina-sshd/issues/445",
"url": "https://github.com/apache/mina-sshd/issues/445"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/vwf1ot8wx1njyy8n19j5j2tcnjnozt3b",
"url": "https://lists.apache.org/thread/vwf1ot8wx1njyy8n19j5j2tcnjnozt3b"
}
],
"release_date": "2024-08-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-06T15:38:13+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"EAP 8.0.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1194"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"EAP 8.0.1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"EAP 8.0.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "mina-sshd: integrity check bypass vulnerability"
}
]
}
SUSE-SU-2024:0057-1
Vulnerability from csaf_suse - Published: 2024-01-08 08:36 - Updated: 2024-01-08 08:36| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:jsch-0.2.9-150200.11.10.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jsch-0.2.9-150200.11.10.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jsch-0.2.9-150200.11.10.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jsch-0.2.9-150200.11.10.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jsch-0.2.9-150200.11.10.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jsch-0.2.9-150200.11.10.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jsch-0.2.9-150200.11.10.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jsch-0.2.9-150200.11.10.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jsch-0.2.9-150200.11.10.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jsch-0.2.9-150200.11.10.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:jsch-0.2.9-150200.11.10.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:eclipse-jgit-5.11.0-150200.3.15.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jgit-5.11.0-150200.3.15.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jgit-javadoc-5.11.0-150200.3.15.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jsch-0.2.9-150200.11.10.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jsch-demo-0.2.9-150200.11.10.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jsch-javadoc-0.2.9-150200.11.10.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:eclipse-jgit-5.11.0-150200.3.15.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jsch-0.2.9-150200.11.10.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jsch-demo-0.2.9-150200.11.10.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jsch-javadoc-0.2.9-150200.11.10.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for eclipse-jgit, jsch",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for eclipse-jgit, jsch fixes the following issues:\n\nSecurity fix:\n- CVE-2023-4759: Fixed an arbitrary file overwrite which might have occurred with a specially crafted git repository and a case-insensitive filesystem. (bsc#1215298)\n\nOther fixes:\njsch was updated to version 0.2.9:\n- Added support for various algorithms\n- Migrated from `com.jcraft:jsch` to `com.github.mwiede:jsch` fork (bsc#1211955):\n * Alias to the old artifact since the new one is drop-in\n replacement\n * Keep the old OSGi bundle symbolic name to avoid extensive\n patching of eclipse stack\n- Updated to version 0.2.9:\n * For the full list of changes please consult the upstream changelogs below for each version updated:\n + https://github.com/mwiede/jsch/releases/tag/jsch-0.2.9\n + https://github.com/mwiede/jsch/releases/tag/jsch-0.2.8\n + https://github.com/mwiede/jsch/releases/tag/jsch-0.2.7\n + https://github.com/mwiede/jsch/releases/tag/jsch-0.2.6\n + https://github.com/mwiede/jsch/releases/tag/jsch-0.2.5\n + https://github.com/mwiede/jsch/releases/tag/jsch-0.2.4\n + https://github.com/mwiede/jsch/releases/tag/jsch-0.2.3\n + https://github.com/mwiede/jsch/releases/tag/jsch-0.2.2\n + https://github.com/mwiede/jsch/releases/tag/jsch-0.2.1\n + https://github.com/mwiede/jsch/releases/tag/jsch-0.2.0\n + https://github.com/mwiede/jsch/releases/tag/jsch-0.1.71\n + https://github.com/mwiede/jsch/releases/tag/jsch-0.1.70\n + https://github.com/mwiede/jsch/releases/tag/jsch-0.1.69\n + https://github.com/mwiede/jsch/releases/tag/jsch-0.1.68\n + https://github.com/mwiede/jsch/releases/tag/jsch-0.1.67\n + https://github.com/mwiede/jsch/releases/tag/jsch-0.1.66\n + https://github.com/mwiede/jsch/releases/tag/jsch-0.1.65\n + https://github.com/mwiede/jsch/releases/tag/jsch-0.1.64\n + https://github.com/mwiede/jsch/releases/tag/jsch-0.1.63\n + https://github.com/mwiede/jsch/releases/tag/jsch-0.1.62\n + https://github.com/mwiede/jsch/releases/tag/jsch-0.1.61\n + https://github.com/mwiede/jsch/releases/tag/jsch-0.1.60\n + https://github.com/mwiede/jsch/releases/tag/jsch-0.1.59\n + https://github.com/mwiede/jsch/releases/tag/jsch-0.1.58\n + https://github.com/mwiede/jsch/releases/tag/jsch-0.1.57\n + https://github.com/mwiede/jsch/releases/tag/jsch-0.1.56\n\neclipse-jgit:\n\n- Craft the jgit script from the real Main class of the jar file instead of using a jar launcher (bsc#1209646)\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-57,SUSE-SLE-Module-Development-Tools-15-SP4-2024-57,SUSE-SLE-Module-Development-Tools-15-SP5-2024-57,SUSE-SLE-Module-SUSE-Manager-Server-4.3-2024-57,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-57,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2024-57,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-57,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-57,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-57,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-57,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-57,SUSE-Storage-7.1-2024-57,openSUSE-SLE-15.4-2024-57,openSUSE-SLE-15.5-2024-57",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_0057-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:0057-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240057-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:0057-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-January/017598.html"
},
{
"category": "self",
"summary": "SUSE Bug 1209646",
"url": "https://bugzilla.suse.com/1209646"
},
{
"category": "self",
"summary": "SUSE Bug 1211955",
"url": "https://bugzilla.suse.com/1211955"
},
{
"category": "self",
"summary": "SUSE Bug 1215298",
"url": "https://bugzilla.suse.com/1215298"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-4759 page",
"url": "https://www.suse.com/security/cve/CVE-2023-4759/"
}
],
"title": "Security update for eclipse-jgit, jsch",
"tracking": {
"current_release_date": "2024-01-08T08:36:13Z",
"generator": {
"date": "2024-01-08T08:36:13Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:0057-1",
"initial_release_date": "2024-01-08T08:36:13Z",
"revision_history": [
{
"date": "2024-01-08T08:36:13Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "eclipse-jgit-5.11.0-150200.3.15.2.noarch",
"product": {
"name": "eclipse-jgit-5.11.0-150200.3.15.2.noarch",
"product_id": "eclipse-jgit-5.11.0-150200.3.15.2.noarch"
}
},
{
"category": "product_version",
"name": "jgit-5.11.0-150200.3.15.2.noarch",
"product": {
"name": "jgit-5.11.0-150200.3.15.2.noarch",
"product_id": "jgit-5.11.0-150200.3.15.2.noarch"
}
},
{
"category": "product_version",
"name": "jgit-javadoc-5.11.0-150200.3.15.2.noarch",
"product": {
"name": "jgit-javadoc-5.11.0-150200.3.15.2.noarch",
"product_id": "jgit-javadoc-5.11.0-150200.3.15.2.noarch"
}
},
{
"category": "product_version",
"name": "jsch-0.2.9-150200.11.10.1.noarch",
"product": {
"name": "jsch-0.2.9-150200.11.10.1.noarch",
"product_id": "jsch-0.2.9-150200.11.10.1.noarch"
}
},
{
"category": "product_version",
"name": "jsch-demo-0.2.9-150200.11.10.1.noarch",
"product": {
"name": "jsch-demo-0.2.9-150200.11.10.1.noarch",
"product_id": "jsch-demo-0.2.9-150200.11.10.1.noarch"
}
},
{
"category": "product_version",
"name": "jsch-javadoc-0.2.9-150200.11.10.1.noarch",
"product": {
"name": "jsch-javadoc-0.2.9-150200.11.10.1.noarch",
"product_id": "jsch-javadoc-0.2.9-150200.11.10.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server Module 4.3",
"product": {
"name": "SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-suse-manager-server:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "jsch-0.2.9-150200.11.10.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:jsch-0.2.9-150200.11.10.1.noarch"
},
"product_reference": "jsch-0.2.9-150200.11.10.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jsch-0.2.9-150200.11.10.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:jsch-0.2.9-150200.11.10.1.noarch"
},
"product_reference": "jsch-0.2.9-150200.11.10.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jsch-0.2.9-150200.11.10.1.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:jsch-0.2.9-150200.11.10.1.noarch"
},
"product_reference": "jsch-0.2.9-150200.11.10.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jsch-0.2.9-150200.11.10.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jsch-0.2.9-150200.11.10.1.noarch"
},
"product_reference": "jsch-0.2.9-150200.11.10.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jsch-0.2.9-150200.11.10.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jsch-0.2.9-150200.11.10.1.noarch"
},
"product_reference": "jsch-0.2.9-150200.11.10.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jsch-0.2.9-150200.11.10.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jsch-0.2.9-150200.11.10.1.noarch"
},
"product_reference": "jsch-0.2.9-150200.11.10.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jsch-0.2.9-150200.11.10.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:jsch-0.2.9-150200.11.10.1.noarch"
},
"product_reference": "jsch-0.2.9-150200.11.10.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jsch-0.2.9-150200.11.10.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:jsch-0.2.9-150200.11.10.1.noarch"
},
"product_reference": "jsch-0.2.9-150200.11.10.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jsch-0.2.9-150200.11.10.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jsch-0.2.9-150200.11.10.1.noarch"
},
"product_reference": "jsch-0.2.9-150200.11.10.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jsch-0.2.9-150200.11.10.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jsch-0.2.9-150200.11.10.1.noarch"
},
"product_reference": "jsch-0.2.9-150200.11.10.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jsch-0.2.9-150200.11.10.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:jsch-0.2.9-150200.11.10.1.noarch"
},
"product_reference": "jsch-0.2.9-150200.11.10.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eclipse-jgit-5.11.0-150200.3.15.2.noarch as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:eclipse-jgit-5.11.0-150200.3.15.2.noarch"
},
"product_reference": "eclipse-jgit-5.11.0-150200.3.15.2.noarch",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jgit-5.11.0-150200.3.15.2.noarch as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:jgit-5.11.0-150200.3.15.2.noarch"
},
"product_reference": "jgit-5.11.0-150200.3.15.2.noarch",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jgit-javadoc-5.11.0-150200.3.15.2.noarch as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:jgit-javadoc-5.11.0-150200.3.15.2.noarch"
},
"product_reference": "jgit-javadoc-5.11.0-150200.3.15.2.noarch",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jsch-0.2.9-150200.11.10.1.noarch as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:jsch-0.2.9-150200.11.10.1.noarch"
},
"product_reference": "jsch-0.2.9-150200.11.10.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jsch-demo-0.2.9-150200.11.10.1.noarch as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:jsch-demo-0.2.9-150200.11.10.1.noarch"
},
"product_reference": "jsch-demo-0.2.9-150200.11.10.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jsch-javadoc-0.2.9-150200.11.10.1.noarch as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:jsch-javadoc-0.2.9-150200.11.10.1.noarch"
},
"product_reference": "jsch-javadoc-0.2.9-150200.11.10.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eclipse-jgit-5.11.0-150200.3.15.2.noarch as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:eclipse-jgit-5.11.0-150200.3.15.2.noarch"
},
"product_reference": "eclipse-jgit-5.11.0-150200.3.15.2.noarch",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jsch-0.2.9-150200.11.10.1.noarch as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:jsch-0.2.9-150200.11.10.1.noarch"
},
"product_reference": "jsch-0.2.9-150200.11.10.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jsch-demo-0.2.9-150200.11.10.1.noarch as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:jsch-demo-0.2.9-150200.11.10.1.noarch"
},
"product_reference": "jsch-demo-0.2.9-150200.11.10.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jsch-javadoc-0.2.9-150200.11.10.1.noarch as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:jsch-javadoc-0.2.9-150200.11.10.1.noarch"
},
"product_reference": "jsch-javadoc-0.2.9-150200.11.10.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-4759",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-4759"
}
],
"notes": [
{
"category": "general",
"text": "Arbitrary File Overwrite in Eclipse JGit \u003c= 6.6.0\n\nIn Eclipse JGit, all versions \u003c= 6.6.0.202305301015-r, a symbolic link present in a specially crafted git repository can be used to write a file to locations outside the working tree when this repository is cloned with JGit to a case-insensitive filesystem, or when a checkout from a clone of such a repository is performed on a case-insensitive filesystem.\n\nThis can happen on checkout (DirCacheCheckout), merge (ResolveMerger via its WorkingTreeUpdater), pull (PullCommand using merge), and when applying a patch (PatchApplier). This can be exploited for remote code execution (RCE), for instance if the file written outside the working tree is a git filter that gets executed on a subsequent git command.\n\nThe issue occurs only on case-insensitive filesystems, like the default filesystems on Windows and macOS. The user performing the clone or checkout must have the rights to create symbolic links for the problem to occur, and symbolic links must be enabled in the git configuration.\n\nSetting git configuration option core.symlinks = false before checking out avoids the problem.\n\nThe issue was fixed in Eclipse JGit version 6.6.1.202309021850-r and 6.7.0.202309050840-r, available via Maven Central https://repo1.maven.org/maven2/org/eclipse/jgit/ and repo.eclipse.org https://repo.eclipse.org/content/repositories/jgit-releases/ . A backport is available in 5.13.3 starting from 5.13.3.202401111512-r.\n\n\nThe JGit maintainers would like to thank RyotaK for finding and reporting this issue.\n\n\n\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Manager Server Module 4.3:jsch-0.2.9-150200.11.10.1.noarch",
"openSUSE Leap 15.4:eclipse-jgit-5.11.0-150200.3.15.2.noarch",
"openSUSE Leap 15.4:jgit-5.11.0-150200.3.15.2.noarch",
"openSUSE Leap 15.4:jgit-javadoc-5.11.0-150200.3.15.2.noarch",
"openSUSE Leap 15.4:jsch-0.2.9-150200.11.10.1.noarch",
"openSUSE Leap 15.4:jsch-demo-0.2.9-150200.11.10.1.noarch",
"openSUSE Leap 15.4:jsch-javadoc-0.2.9-150200.11.10.1.noarch",
"openSUSE Leap 15.5:eclipse-jgit-5.11.0-150200.3.15.2.noarch",
"openSUSE Leap 15.5:jsch-0.2.9-150200.11.10.1.noarch",
"openSUSE Leap 15.5:jsch-demo-0.2.9-150200.11.10.1.noarch",
"openSUSE Leap 15.5:jsch-javadoc-0.2.9-150200.11.10.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-4759",
"url": "https://www.suse.com/security/cve/CVE-2023-4759"
},
{
"category": "external",
"summary": "SUSE Bug 1215298 for CVE-2023-4759",
"url": "https://bugzilla.suse.com/1215298"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Manager Server Module 4.3:jsch-0.2.9-150200.11.10.1.noarch",
"openSUSE Leap 15.4:eclipse-jgit-5.11.0-150200.3.15.2.noarch",
"openSUSE Leap 15.4:jgit-5.11.0-150200.3.15.2.noarch",
"openSUSE Leap 15.4:jgit-javadoc-5.11.0-150200.3.15.2.noarch",
"openSUSE Leap 15.4:jsch-0.2.9-150200.11.10.1.noarch",
"openSUSE Leap 15.4:jsch-demo-0.2.9-150200.11.10.1.noarch",
"openSUSE Leap 15.4:jsch-javadoc-0.2.9-150200.11.10.1.noarch",
"openSUSE Leap 15.5:eclipse-jgit-5.11.0-150200.3.15.2.noarch",
"openSUSE Leap 15.5:jsch-0.2.9-150200.11.10.1.noarch",
"openSUSE Leap 15.5:jsch-demo-0.2.9-150200.11.10.1.noarch",
"openSUSE Leap 15.5:jsch-javadoc-0.2.9-150200.11.10.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jsch-0.2.9-150200.11.10.1.noarch",
"SUSE Manager Server Module 4.3:jsch-0.2.9-150200.11.10.1.noarch",
"openSUSE Leap 15.4:eclipse-jgit-5.11.0-150200.3.15.2.noarch",
"openSUSE Leap 15.4:jgit-5.11.0-150200.3.15.2.noarch",
"openSUSE Leap 15.4:jgit-javadoc-5.11.0-150200.3.15.2.noarch",
"openSUSE Leap 15.4:jsch-0.2.9-150200.11.10.1.noarch",
"openSUSE Leap 15.4:jsch-demo-0.2.9-150200.11.10.1.noarch",
"openSUSE Leap 15.4:jsch-javadoc-0.2.9-150200.11.10.1.noarch",
"openSUSE Leap 15.5:eclipse-jgit-5.11.0-150200.3.15.2.noarch",
"openSUSE Leap 15.5:jsch-0.2.9-150200.11.10.1.noarch",
"openSUSE Leap 15.5:jsch-demo-0.2.9-150200.11.10.1.noarch",
"openSUSE Leap 15.5:jsch-javadoc-0.2.9-150200.11.10.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-01-08T08:36:13Z",
"details": "important"
}
],
"title": "CVE-2023-4759"
}
]
}
WID-SEC-W-2024-0311
Vulnerability from csaf_certbund - Published: 2024-02-06 23:00 - Updated: 2024-06-06 22:00Es existiert eine Schwachstelle in Red Hat JBoss A-MQ und Red Hat Enterprise Linux. Diese besteht in der Komponente "Apache Santuario - XML Security" und ist auf einen Fehler in der "JSR 105" API zurückzuführen, welcher einen privaten Schlüssel möglicherweise in die Logdateien schreibt. Ein entfernter, authentisierter Angreifer kann diese Schwachstelle ausnutzen, um Informationen offenzulegen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 9
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9
|
9 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat JBoss Enterprise Application Platform <8.0.1
Red Hat / JBoss Enterprise Application Platform
|
<8.0.1 | ||
|
Red Hat Integration Camel for Spring Boot 1
Red Hat / Integration
|
cpe:/a:redhat:integration:camel_for_spring_boot_1
|
Camel for Spring Boot 1 | |
|
Red Hat Enterprise Linux 7
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:7
|
7 | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 |
Es existiert eine Schwachstelle in Red Hat JBoss A-MQ. Diese besteht in der Komponente "Eclipse JGit" und ist darauf zurückzuführen, dass mithilfe eines Symbolic Links außerhalb des Arbeitsverzeichnisses geschrieben werden kann. Ein entfernter, authentisierter Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuführen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat JBoss Enterprise Application Platform <8.0.1
Red Hat / JBoss Enterprise Application Platform
|
<8.0.1 | ||
|
Red Hat Integration Camel for Spring Boot 1
Red Hat / Integration
|
cpe:/a:redhat:integration:camel_for_spring_boot_1
|
Camel for Spring Boot 1 |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "JBoss A-MQ ist eine Messaging-Plattform.\r\nRed Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, authentisierter Angreifer kann mehrere Schwachstellen in Red Hat JBoss A-MQ und Red Hat Enterprise Linux ausnutzen, um Informationen offenzulegen oder beliebigen Programmcode auszuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2024-0311 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0311.json"
},
{
"category": "self",
"summary": "WID-SEC-2024-0311 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0311"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0804 vom 2024-02-13",
"url": "https://access.redhat.com/errata/RHSA-2024:0804"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0799 vom 2024-02-14",
"url": "https://access.redhat.com/errata/RHSA-2024:0799"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1192 vom 2024-03-06",
"url": "https://access.redhat.com/errata/RHSA-2024:1192"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1194 vom 2024-03-06",
"url": "https://access.redhat.com/errata/RHSA-2024:1194"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1193 vom 2024-03-06",
"url": "https://access.redhat.com/errata/RHSA-2024:1193"
},
{
"category": "external",
"summary": "RedHat Security Advisory vom 2024-02-06",
"url": "https://access.redhat.com/errata/RHSA-2024:0710"
},
{
"category": "external",
"summary": "RedHat Security Advisory vom 2024-02-06",
"url": "https://access.redhat.com/errata/RHSA-2024:0711"
},
{
"category": "external",
"summary": "RedHat Security Advisory vom 2024-02-06",
"url": "https://access.redhat.com/errata/RHSA-2024:0712"
},
{
"category": "external",
"summary": "RedHat Security Advisory vom 2024-02-06",
"url": "https://access.redhat.com/errata/RHSA-2024:0714"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3708 vom 2024-06-06",
"url": "https://access.redhat.com/errata/RHSA-2024:3708"
}
],
"source_lang": "en-US",
"title": "Red Hat JBoss A-MQ: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2024-06-06T22:00:00.000+00:00",
"generator": {
"date": "2024-08-15T18:04:55.912+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.5"
}
},
"id": "WID-SEC-W-2024-0311",
"initial_release_date": "2024-02-06T23:00:00.000+00:00",
"revision_history": [
{
"date": "2024-02-06T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2024-02-13T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-03-06T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-06-06T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "4"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version",
"name": "7",
"product": {
"name": "Red Hat Enterprise Linux 7",
"product_id": "T006054",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7"
}
}
},
{
"category": "product_version",
"name": "9",
"product": {
"name": "Red Hat Enterprise Linux 9",
"product_id": "T030908",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9"
}
}
},
{
"category": "product_version",
"name": "8",
"product": {
"name": "Red Hat Enterprise Linux 8",
"product_id": "T031155",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "Camel for Spring Boot 1",
"product": {
"name": "Red Hat Integration Camel for Spring Boot 1",
"product_id": "T035240",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:integration:camel_for_spring_boot_1"
}
}
}
],
"category": "product_name",
"name": "Integration"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.4.15",
"product": {
"name": "Red Hat JBoss A-MQ \u003c7.4.15",
"product_id": "T032534"
}
}
],
"category": "product_name",
"name": "JBoss A-MQ"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c8.0.1",
"product": {
"name": "Red Hat JBoss Enterprise Application Platform \u003c8.0.1",
"product_id": "T033272"
}
}
],
"category": "product_name",
"name": "JBoss Enterprise Application Platform"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-44483",
"notes": [
{
"category": "description",
"text": "Es existiert eine Schwachstelle in Red Hat JBoss A-MQ und Red Hat Enterprise Linux. Diese besteht in der Komponente \"Apache Santuario - XML Security\" und ist auf einen Fehler in der \"JSR 105\" API zur\u00fcckzuf\u00fchren, welcher einen privaten Schl\u00fcssel m\u00f6glicherweise in die Logdateien schreibt. Ein entfernter, authentisierter Angreifer kann diese Schwachstelle ausnutzen, um Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T030908",
"67646",
"T033272",
"T035240",
"T006054",
"T031155"
]
},
"release_date": "2024-02-06T23:00:00.000+00:00",
"title": "CVE-2023-44483"
},
{
"cve": "CVE-2023-4759",
"notes": [
{
"category": "description",
"text": "Es existiert eine Schwachstelle in Red Hat JBoss A-MQ. Diese besteht in der Komponente \"Eclipse JGit\" und ist darauf zur\u00fcckzuf\u00fchren, dass mithilfe eines Symbolic Links au\u00dferhalb des Arbeitsverzeichnisses geschrieben werden kann. Ein entfernter, authentisierter Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"67646",
"T033272",
"T035240"
]
},
"release_date": "2024-02-06T23:00:00.000+00:00",
"title": "CVE-2023-4759"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.