Skip to content

Commit

Permalink
Fixed mojohaus#346
Browse files Browse the repository at this point in the history
Support import scoped BOM dependencies in use-latest-releases.
  • Loading branch information
asw56 committed Apr 21, 2019
1 parent 28134b4 commit 06c6170
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ protected void update( ModifiedPomXMLEventReader pom )
if ( getProject().getDependencyManagement() != null && isProcessingDependencyManagement() )
{
useLatestReleases( pom, getProject().getDependencyManagement().getDependencies() );
useLatestReleases( pom, PomHelper.readImportedPOMsFromDependencyManagementSection( pom ) );
}
if ( getProject().getDependencies() != null && isProcessingDependencies() )
{
Expand Down

0 comments on commit 06c6170

Please sign in to comment.