Skip to content

Commit

Permalink
enabling dependencies in pom for interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
lmassaoy authored Jan 28, 2025
1 parent 3cfefcd commit fa348d7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions integration/spark-extension-interfaces/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,11 @@ publishing {
}
}

pom.withXml {
Node pomNode = asNode()
pomNode.remove(pomNode.get("dependencies"))
}
// -------- removing the following section to enable the dependencies within the pom file --------
// pom.withXml {
// Node pomNode = asNode()
// pomNode.remove(pomNode.get("dependencies"))
// }
}
}

Expand Down

0 comments on commit fa348d7

Please sign in to comment.