Skip to content

Commit

Permalink
build: work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Jan 5, 2024
1 parent 2b6523c commit 81b2af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx-maven/src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ function isParentPomExits(
return parentPom === artifactIdXml?.val;
}

export function getDependencyManagement(
function getDependencyManagement(
xmldoc: XmlDocument,
): 'bom' | 'spring-boot-parent-pom' | 'micronaut-parent-pom' {
if (isParentPomExits(xmldoc, 'spring-boot-starter-parent')) {
Expand Down

0 comments on commit 81b2af8

Please sign in to comment.