Skip to content

Commit

Permalink
Additionally make package method public
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed Oct 28, 2016
1 parent f62abad commit e97b703
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ private Dependency getManagedDependency(String group, String artifact) {
.get(getIdentifier(group, artifact));
}

void addManagedDependencies(List<Dependency> dependencies) {
public void addManagedDependencies(List<Dependency> dependencies) {
this.managedDependencies.addAll(dependencies);
for (Dependency dependency : dependencies) {
this.managedDependencyByGroupAndArtifact.put(getIdentifier(dependency),
Expand Down

0 comments on commit e97b703

Please sign in to comment.