mirror of https://github.com/dapr/java-sdk.git
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:
parent
0fafc97229
commit
be0e56bf50
|
@ -138,12 +138,6 @@
|
|||
<artifactId>grpc-inprocess</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.dapr</groupId>
|
||||
<artifactId>dapr-sdk-autogen</artifactId>
|
||||
<version>1.14.0-SNAPSHOT</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Reference in New Issue