Skip to content

Commit 1c31ef6

Browse files
committed
Remove the unnecessary workaround for removing the generated extra dependencyManagement of POM
Closes gh-20
1 parent 15aace7 commit 1c31ef6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -216,14 +216,6 @@ subprojects { project ->
216216
}
217217
}
218218
}
219-
pom.withXml {
220-
def pomNode = asNode()
221-
try {
222-
pomNode.dependencyManagement.replaceNode {}
223-
} catch (Throwable e) {
224-
// ignore
225-
}
226-
}
227219

228220
artifactId projectInfo.projectArtifactId
229221
from components.java

0 commit comments

Comments
 (0)