Skip to content

Commit

Permalink
identical
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Feb 26, 2025
1 parent b2443b0 commit e1eda60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,4 @@ public DependencyConvergenceStub() {
protected String getPOM() {
return "dependency-convergence-plugin-config.xml";
}

@Override
public List<Dependency> getDependencies() {
return Collections.emptyList();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,6 @@ public File getFile() {
return new File(getBasedir(), getPOM());
}

@Override
public Set<Artifact> getArtifacts() {
return Collections.emptySet();
}

@Override
public List<ArtifactRepository> getRemoteArtifactRepositories() {
ArtifactRepository repository = new MavenArtifactRepository(
Expand Down

0 comments on commit e1eda60

Please sign in to comment.