bom: publish grpc-xds to bom

This commit is contained in:
ZHANG Dapeng 2020-02-28 10:46:15 -08:00 committed by GitHub
parent c5f48b8e38
commit 9cb277d7af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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')