Skip to content

Commit fb4b3c3

Browse files
committed
[fix][build] Remove io.grpc.netty relocation
Signed-off-by: Zixuan Liu <nodeces@gmail.com>
1 parent 4ce0c75 commit fb4b3c3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

jetcd-core-shaded/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,6 @@
107107
<rawString>true</rawString>
108108
</relocation>
109109
<!-- relocate to use grpc-netty-shaded packages -->
110-
<relocation>
111-
<pattern>io.grpc.netty</pattern>
112-
<shadedPattern>io.grpc.netty.shaded.io.grpc.netty</shadedPattern>
113-
</relocation>
114-
<!-- relocate to use grpc-netty-shaded packages -->
115110
<relocation>
116111
<pattern>io.netty</pattern>
117112
<shadedPattern>io.grpc.netty.shaded.io.netty</shadedPattern>

0 commit comments

Comments
 (0)