Skip to content

Commit

Permalink
Fix 145 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarsotovalero authored Dec 21, 2022
1 parent ebaeaea commit 9df879f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ private Dependency toDepCleanDependency(Artifact artifact) {
return new Dependency(
artifact.getGroupId(),
artifact.getArtifactId(),
artifact.getVersion(),
artifact.getBaseVersion(),
artifact.getScope(),
artifact.getFile());
}
Expand Down

0 comments on commit 9df879f

Please sign in to comment.