remove duplicated dependency (#1189)

Signed-off-by: theonefx <chenxilzx1@gmail.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
This commit is contained in:
TheoneFx 2025-01-19 11:04:26 +08:00 committed by GitHub
parent 0fafc97229
commit be0e56bf50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 6 deletions

View File

@ -138,12 +138,6 @@
<artifactId>grpc-inprocess</artifactId> <artifactId>grpc-inprocess</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-autogen</artifactId>
<version>1.14.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies> </dependencies>
<build> <build>