mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
fix(java): add manual groupid mappings for org.apache.velocity jars (#2327)
Signed-off-by: Weston Steimel <weston.steimel@anchore.com>
This commit is contained in:
parent
b9294976ef
commit
dcd062cffb
@ -70,4 +70,10 @@ var DefaultArtifactIDToGroupID = map[string]string{
|
||||
"spring-webflow": "org.springframework.webflow",
|
||||
"spring-webflux": "org.springframework",
|
||||
"spring-webmvc": "org.springframework",
|
||||
"spring-velocity-support": "org.apache.velocity",
|
||||
"velocity": "org.apache.velocity",
|
||||
"velocity-engine-core": "org.apache.velocity",
|
||||
"velocity-engine-parent": "org.apache.velocity",
|
||||
"velocity-engine-scripting": "org.apache.velocity",
|
||||
"velocity-tools": "org.apache.velocity",
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user