mirror of
https://github.com/anchore/syft.git
synced 2025-11-18 08:53:15 +01:00
fix(java): improve identification for io.projectreactor.netty artifacts (#2378)
Signed-off-by: Weston Steimel <weston.steimel@proton.me>
This commit is contained in:
parent
5d42a349e6
commit
facbc486a8
@ -1492,4 +1492,9 @@ var DefaultArtifactIDToGroupID = map[string]string{
|
||||
"org.eclipse.update.configurator": "org.eclipse.platform",
|
||||
"org.eclipse.update.core": "org.eclipse.platform",
|
||||
"org.eclipse.urischeme": "org.eclipse.platform",
|
||||
"reactor-netty": "io.projectreactor.netty",
|
||||
"reactor-netty-core": "io.projectreactor.netty",
|
||||
"reactor-netty-http": "io.projectreactor.netty",
|
||||
"reactor-netty-http-brave": "io.projectreactor.netty",
|
||||
"reactor-netty-incubator-quic": "io.projectreactor.netty.incubator",
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user