Skip to content

Comments

Fix Maven not resolving parent dependencies#2672

Merged
DavyLandman merged 4 commits intomainfrom
fix/2668-parent-dependency-not-resolved
Feb 24, 2026
Merged

Fix Maven not resolving parent dependencies#2672
DavyLandman merged 4 commits intomainfrom
fix/2668-parent-dependency-not-resolved

Conversation

@toinehartman
Copy link
Member

@toinehartman toinehartman commented Feb 24, 2026

This PR fixes resolution of parent dependencies by maintaining the proper parent chaining (instead of skipping one parent).

Closes #2668.

@sonarqubecloud
Copy link

@toinehartman toinehartman marked this pull request as ready for review February 24, 2026 14:26
@codecov
Copy link

codecov bot commented Feb 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 46%. Comparing base (0f0afb4) to head (0c371e2).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##              main   #2672   +/-   ##
=======================================
- Coverage       46%     46%   -1%     
+ Complexity    6683    6680    -3     
=======================================
  Files          795     795           
  Lines        65902   65902           
  Branches      9880    9880           
=======================================
- Hits         30721   30720    -1     
- Misses       32801   32802    +1     
  Partials      2380    2380           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@DavyLandman DavyLandman merged commit ceb1554 into main Feb 24, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Declared dependency does not exist on existing dependency while resolving path config

2 participants