Skip to content

Commit 4b0d2f9

Browse files
committed
dubbo-cluster module change integration test to unit test
Signed-off-by: “JermaineHua” <crazyhzm@gmail.com>
1 parent 9e249cf commit 4b0d2f9

File tree

2 files changed

+0
-145
lines changed

2 files changed

+0
-145
lines changed

dubbo-cluster/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,6 @@
4747
<version>${project.parent.version}</version>
4848
<scope>test</scope>
4949
</dependency>
50-
<dependency>
51-
<groupId>org.apache.curator</groupId>
52-
<artifactId>curator-framework</artifactId>
53-
<scope>test</scope>
54-
</dependency>
55-
<dependency>
56-
<groupId>org.apache.zookeeper</groupId>
57-
<artifactId>zookeeper</artifactId>
58-
<scope>test</scope>
59-
</dependency>
6050
<dependency>
6151
<groupId>org.apache.dubbo</groupId>
6252
<artifactId>dubbo-serialization-hessian2</artifactId>
@@ -69,12 +59,6 @@
6959
<version>${project.parent.version}</version>
7060
<scope>test</scope>
7161
</dependency>
72-
<dependency>
73-
<groupId>org.apache.dubbo</groupId>
74-
<artifactId>dubbo-test-check</artifactId>
75-
<version>${project.parent.version}</version>
76-
<scope>test</scope>
77-
</dependency>
7862
<dependency>
7963
<groupId>org.apache.dubbo</groupId>
8064
<artifactId>dubbo-metrics-registry</artifactId>

dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/router/ConfigConditionRouterTest.java

Lines changed: 0 additions & 129 deletions
This file was deleted.

0 commit comments

Comments
 (0)