You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolves: #1982
In some analysis cases, java dependencies may be generated
with the full `name` (group id + artifact id) and `version` but
lack a `sha` value. When this occurs, a maven central search
string can still be created.
Now, for any java dependency, link to maven central:
- Use the dependencies `sha`, or
- Use the `name` and `version`
Signed-off-by: Scott J Dickerson <[email protected]>
0 commit comments