This update fixes two regressions related to Maven packages:
- Fixed: Regression where Maven packages were not showing package scores. The logic changed around filtering based on purl and it didn't account for multiple artifacts (e.g., ext + classifier combos). This has been fixed by reverting to the old behavior that precomputes an exact key.
- Fixed: Regression where Maven packages would be missing if they had more than one artifact.
These fixes improve Maven package handling to be more consistent across variations in the number of artifacts.