[fix](Nereids): remove duplicated dependency (#28279)

This commit is contained in:
jakevin
2023-12-12 17:57:52 +08:00
committed by GitHub
parent 7ac12ac7d7
commit 6e5f84635b

View File

@ -1467,11 +1467,6 @@ under the License.
<artifactId>grpc-netty</artifactId>
<version>${grpc.version}</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-core</artifactId>
<version>${grpc.version}</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-context</artifactId>