Skip to content

Commit

Permalink
Bump maven-dependency-tree from 3.0.1 to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Sep 29, 2021
1 parent 2dc1c7a commit 3ed0f50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ under the License.
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-dependency-tree</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ private DependencyNode buildTree( DependencyNode parent, org.eclipse.aether.grap
convertAetherArtifactToMavenArtifact( child ),
child.getArtifact().getProperties().get( "preManagedVersion" ),
child.getArtifact().getProperties().get( "preManagedScope" ), null,
child.getDependency().isOptional() );
child.getDependency().isOptional(), exclusions );

newChild.setChildren( new ArrayList<>() );

Expand Down

0 comments on commit 3ed0f50

Please sign in to comment.