Hi Andy,
"mvn dependency:tree" did not explain why I get grpc-api:1.24.0 in
"dependencyManagement" section.
Hi Thomas,
Thank you. It worked in the same way as NetBeans:
$ mvn help:effective-pom -Dverbose
...
<dependency>
<groupId>io.grpc</groupId> <!-- io.grpc:grpc-bom:1.24.0, line 45
-->
<artifactId>grpc-api</artifactId> <!-- io.grpc:grpc-bom:1.24.0,
line 46 -->
<version>1.24.0</version> <!-- io.grpc:grpc-bom:1.24.0, line 47 -->
</dependency>
*What I'm looking for*
Given the effective pom containing grpc-api:1.24.0, I'm looking for this
parent/import information:
com.google.cloud:google-cloud-bom:0.116.1-alpha-SNAPSHOT
*importing* com.google.cloud:google-cloud-automl:0.114.0-beta in
dependencyManagement section
*inheriting* com.google.cloud:google-cloud-automl-parent:0.114.0-beta
*importing* io.grpc:grpc-bom:1.24.0 in dependencyManagement section
*containing* io.grpc:grpc-api:1.24.0 in dependencyManagement section
Is there any tool to help this?