We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0154e commit e10bde2Copy full SHA for e10bde2
pom.xml
@@ -59,12 +59,25 @@
59
60
<dependencyManagement>
61
<dependencies>
62
+ <dependency>
63
+ <groupId>io.grpc</groupId>
64
+ <artifactId>grpc-bom</artifactId>
65
+ <version>1.56.0</version>
66
+ <type>pom</type>
67
+ <scope>import</scope>
68
+ </dependency>
69
<dependency>
70
<groupId>com.google.cloud</groupId>
71
<artifactId>google-cloud-shared-dependencies</artifactId>
72
<version>${google.cloud.shared-dependencies.version}</version>
73
<type>pom</type>
74
<scope>import</scope>
75
+ <exclusions>
76
+ <exclusion>
77
78
+ <artifactId>*</artifactId>
79
+ </exclusion>
80
+ </exclusions>
81
</dependency>
82
83
0 commit comments