Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correctly resolve to the project dependency if both project & it's artifact are present. #285

Merged
merged 1 commit into from
Dec 14, 2016

Conversation

raviagarwal7
Copy link
Collaborator

Example

projectA depends on projectB
projectC depends on artifactA 
artifactA depends on projectB-artifact

old resolution:

projectA depends on projectB
projectC depends on artifactA, projectB-artifact

new resolution:

projectA depends on projectB
projectC depends on artifactA, projectB

@kageiit kageiit merged commit 5ea0a5e into master Dec 14, 2016
@kageiit kageiit deleted the ravi/fix-dep-cache branch December 14, 2016 17:25
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.

None yet

2 participants