Skip to content

Commit 8acbb62

Browse files
committed
refactor: Remove GRPC test dependencies
Signed-off-by: castlighting <[email protected]>
1 parent 01dbf48 commit 8acbb62

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

opengemini-client/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,6 @@
7171
<artifactId>vertx-grpc</artifactId>
7272
<version>${vertx.version}</version>
7373
</dependency>
74-
<dependency>
75-
<groupId>io.grpc</groupId>
76-
<artifactId>grpc-testing</artifactId>
77-
<scope>test</scope>
78-
</dependency>
79-
<dependency>
80-
<groupId>io.vertx</groupId>
81-
<artifactId>vertx-junit5</artifactId>
82-
<version>${vertx.version}</version>
83-
<scope>test</scope>
84-
</dependency>
8574
</dependencies>
8675

8776
</project>

0 commit comments

Comments
 (0)