mirror of https://github.com/grpc/grpc-java.git
bom: publish grpc-xds to bom
This commit is contained in:
parent
c5f48b8e38
commit
9cb277d7af
|
|
@ -12,7 +12,7 @@ publishing {
|
|||
|
||||
pom.withXml {
|
||||
// Generate bom using subprojects
|
||||
def internalProjects = [project.name, 'grpc-xds', 'grpc-gae-interop-testing-jdk8', 'grpc-compiler']
|
||||
def internalProjects = [project.name, 'grpc-gae-interop-testing-jdk8', 'grpc-compiler']
|
||||
|
||||
def dependencyManagement = asNode().appendNode('dependencyManagement')
|
||||
def dependencies = dependencyManagement.appendNode('dependencies')
|
||||
|
|
|
|||
Loading…
Reference in New Issue