Skip to content

Comments

fix: missing runtime and duplicate dependencies#250

Merged
hurali97 merged 4 commits intomainfrom
fix/missing-runtime-and-duplicate-deps
Feb 24, 2026
Merged

fix: missing runtime and duplicate dependencies#250
hurali97 merged 4 commits intomainfrom
fix/missing-runtime-and-duplicate-deps

Conversation

@hurali97
Copy link
Member

@hurali97 hurali97 commented Feb 24, 2026

Summary

This fixes a recent regression by which we have missing runtime and duplicate dependencies for junit and testing. We fix this by reverting the change for runtime dependencies and opting for simpler configurations.

Test plan

CI Passes - 🟢
Verified Locally 👍

Copilot AI review requested due to automatic review settings February 24, 2026 08:01
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request fixes a regression that caused missing runtime dependencies and duplicate dependencies for JUnit and testing. The fix involves two main changes: removing the scope-based filtering when parsing Maven POM dependencies (which was preventing runtime-scoped dependencies from being included), and adding stricter configuration filtering to exclude test-related, annotation processor, and other non-production configurations when discovering dependencies from Gradle projects.

Changes:

  • Removed the compile-only scope filter from Maven POM dependency parsing to include runtime dependencies
  • Added explicit exclusion of test, annotation processor, kapt, lint, and detached configurations when discovering dependencies from Gradle

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

hurali97 and others added 3 commits February 24, 2026 13:10
…react/brownfield/expo/ExpoPublishingHelper.kt

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Collaborator

@artus9033 artus9033 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@hurali97 hurali97 merged commit 665d564 into main Feb 24, 2026
9 checks passed
@hurali97 hurali97 deleted the fix/missing-runtime-and-duplicate-deps branch February 24, 2026 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants