mirror of
https://github.com/anchore/syft
synced 2024-11-13 07:37:09 +00: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
1 changed files with 1 additions and 0 deletions
|
@ -1199,4 +1199,5 @@ var DefaultArtifactIDToGroupID = map[string]string{
|
||||||
"spring-webflow": "org.springframework.webflow",
|
"spring-webflow": "org.springframework.webflow",
|
||||||
"spring-ws": "org.springframework.ws",
|
"spring-ws": "org.springframework.ws",
|
||||||
"spring-xml": "org.springframework.ws",
|
"spring-xml": "org.springframework.ws",
|
||||||
|
"xalan": "xalan", // see https://mvnrepository.com/artifact/xalan/xalan/2.7.2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue