Skip to content

Commit 96aa459

Browse files
authored
fix: [DevOps] Declare io.grpc:grpc-netty as direct dependency (#1152)
1 parent 027585d commit 96aa459

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • cloudplatform/connectivity-ztis

cloudplatform/connectivity-ztis/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@
7979
<scope>runtime</scope>
8080
</dependency>
8181
<!-- Override grpc versions from spiffe -->
82+
<dependency>
83+
<groupId>io.grpc</groupId>
84+
<artifactId>grpc-netty</artifactId>
85+
<scope>runtime</scope>
86+
</dependency>
8287
<dependency>
8388
<groupId>io.grpc</groupId>
8489
<artifactId>grpc-netty-shaded</artifactId>

0 commit comments

Comments
 (0)