Skip to content

Commit

Permalink
dubbo-cluster module change integration test to unit test (#14929)
Browse files Browse the repository at this point in the history
Signed-off-by: “JermaineHua” <[email protected]>
  • Loading branch information
CrazyHZM authored Nov 27, 2024
1 parent 9c86474 commit 64738de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 145 deletions.
16 changes: 0 additions & 16 deletions dubbo-cluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,6 @@
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-framework</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-serialization-hessian2</artifactId>
Expand All @@ -69,12 +59,6 @@
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-test-check</artifactId>
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-metrics-registry</artifactId>
Expand Down

This file was deleted.

0 comments on commit 64738de

Please sign in to comment.