mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
fix: hardcode xalan group ID (#2368)
According to maven central, the package called "xalan" should just have the group ID xalan, but currently syft isn't able to find that. Signed-off-by: Will Murphy <will.murphy@anchore.com>
This commit is contained in:
parent
1cfc4c7387
commit
ea4a6747eb
@ -1199,4 +1199,5 @@ var DefaultArtifactIDToGroupID = map[string]string{
|
||||
"spring-webflow": "org.springframework.webflow",
|
||||
"spring-ws": "org.springframework.ws",
|
||||
"spring-xml": "org.springframework.ws",
|
||||
"xalan": "xalan", // see https://mvnrepository.com/artifact/xalan/xalan/2.7.2
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user