Skip to content

Commit 9cc7dba

Browse files
authored
feat(java): remove Netty Native Image configuration after relocation to gax (#771)
* feat(java): remove Netty Native Image configuration after relocation
1 parent cafd489 commit 9cc7dba

File tree

2 files changed

+0
-127
lines changed

2 files changed

+0
-127
lines changed

java-core/native-image-support/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@
2121
</description>
2222

2323
<dependencies>
24-
<dependency>
25-
<groupId>io.grpc</groupId>
26-
<artifactId>grpc-netty-shaded</artifactId>
27-
<scope>provided</scope>
28-
</dependency>
2924

3025
<dependency>
3126
<groupId>org.graalvm.nativeimage</groupId>

java-core/native-image-support/src/main/java/com/google/cloud/nativeimage/features/GrpcNettyFeature.java

-122
This file was deleted.

0 commit comments

Comments
 (0)