Skip to content

Commit

Permalink
Set back change
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarsotovalero committed Dec 24, 2022
1 parent e3f6807 commit e0f16c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,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 e0f16c1

Please sign in to comment.