mirror of
https://github.com/anchore/syft.git
synced 2025-11-18 00:43:20 +01:00
fix(java): improve identification for org.apache.cassandra artifacts (#2386)
Signed-off-by: Weston Steimel <weston.steimel@proton.me>
This commit is contained in:
parent
814960f65a
commit
40d766a257
@ -40,6 +40,11 @@ var DefaultArtifactIDToGroupID = map[string]string{
|
|||||||
"commons-logging": "commons-logging", // see e.g. https://mvnrepository.com/artifact/commons-logging/commons-logging/1.1.1
|
"commons-logging": "commons-logging", // see e.g. https://mvnrepository.com/artifact/commons-logging/commons-logging/1.1.1
|
||||||
"okhttp": "com.squareup.okhttp3",
|
"okhttp": "com.squareup.okhttp3",
|
||||||
"okio": "com.squareup.okio",
|
"okio": "com.squareup.okio",
|
||||||
|
"cassandra-all": "org.apache.cassandra",
|
||||||
|
"cassandra-clientutil": "org.apache.cassandra",
|
||||||
|
"cassandra-javautils": "org.apache.cassandra",
|
||||||
|
"cassandra-parent": "org.apache.cassandra",
|
||||||
|
"cassandra-thrift": "org.apache.cassandra",
|
||||||
"apache-geode": "org.apache.geode",
|
"apache-geode": "org.apache.geode",
|
||||||
"geode-all-bom": "org.apache.geode",
|
"geode-all-bom": "org.apache.geode",
|
||||||
"geode-apis-compatible-with-redis": "org.apache.geode",
|
"geode-apis-compatible-with-redis": "org.apache.geode",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user