Skip to content

Commit 93cfa82

Browse files
authored
remove dubbo plugin useless dependency(dubbo-test-check) (#15236)
1 parent afd1072 commit 93cfa82

File tree

13 files changed

+0
-78
lines changed

13 files changed

+0
-78
lines changed

dubbo-plugin/dubbo-auth/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@
4242
<artifactId>dubbo-rpc-api</artifactId>
4343
<version>${project.version}</version>
4444
</dependency>
45-
<dependency>
46-
<groupId>org.apache.dubbo</groupId>
47-
<artifactId>dubbo-test-check</artifactId>
48-
<version>${project.parent.version}</version>
49-
<scope>test</scope>
50-
</dependency>
5145
<dependency>
5246
<groupId>org.apache.logging.log4j</groupId>
5347
<artifactId>log4j-slf4j-impl</artifactId>

dubbo-plugin/dubbo-compiler/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,6 @@
5959
<groupId>com.salesforce.servicelibs</groupId>
6060
<artifactId>grpc-contrib</artifactId>
6161
</dependency>
62-
<dependency>
63-
<groupId>org.apache.dubbo</groupId>
64-
<artifactId>dubbo-test-check</artifactId>
65-
<version>${project.parent.version}</version>
66-
<scope>test</scope>
67-
</dependency>
6862
<dependency>
6963
<groupId>org.apache.logging.log4j</groupId>
7064
<artifactId>log4j-slf4j-impl</artifactId>

dubbo-plugin/dubbo-filter-cache/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@
4747
<version>${hazelcast_version}</version>
4848
<scope>test</scope>
4949
</dependency>
50-
<dependency>
51-
<groupId>org.apache.dubbo</groupId>
52-
<artifactId>dubbo-test-check</artifactId>
53-
<version>${project.parent.version}</version>
54-
<scope>test</scope>
55-
</dependency>
5650
<dependency>
5751
<groupId>org.apache.logging.log4j</groupId>
5852
<artifactId>log4j-slf4j-impl</artifactId>

dubbo-plugin/dubbo-filter-validation/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,6 @@
7777
<version>${jaxb_api_version}</version>
7878
<scope>test</scope>
7979
</dependency>
80-
<dependency>
81-
<groupId>org.apache.dubbo</groupId>
82-
<artifactId>dubbo-test-check</artifactId>
83-
<version>${project.parent.version}</version>
84-
<scope>test</scope>
85-
</dependency>
8680
<dependency>
8781
<groupId>org.apache.logging.log4j</groupId>
8882
<artifactId>log4j-slf4j-impl</artifactId>

dubbo-plugin/dubbo-native/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@
3333
<artifactId>dubbo-common</artifactId>
3434
<version>${project.parent.version}</version>
3535
</dependency>
36-
<dependency>
37-
<groupId>org.apache.dubbo</groupId>
38-
<artifactId>dubbo-test-check</artifactId>
39-
<version>${project.parent.version}</version>
40-
<scope>test</scope>
41-
</dependency>
4236
<dependency>
4337
<groupId>org.apache.logging.log4j</groupId>
4438
<artifactId>log4j-slf4j-impl</artifactId>

dubbo-plugin/dubbo-qos-api/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@
4343
<artifactId>dubbo-common</artifactId>
4444
<version>${project.version}</version>
4545
</dependency>
46-
<dependency>
47-
<groupId>org.apache.dubbo</groupId>
48-
<artifactId>dubbo-test-check</artifactId>
49-
<version>${project.parent.version}</version>
50-
<scope>test</scope>
51-
</dependency>
5246
<dependency>
5347
<groupId>org.apache.logging.log4j</groupId>
5448
<artifactId>log4j-slf4j-impl</artifactId>

dubbo-plugin/dubbo-qos/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,6 @@
8686
<artifactId>dubbo-metrics-default</artifactId>
8787
<version>${project.version}</version>
8888
</dependency>
89-
<dependency>
90-
<groupId>org.apache.dubbo</groupId>
91-
<artifactId>dubbo-test-check</artifactId>
92-
<version>${project.parent.version}</version>
93-
<scope>test</scope>
94-
</dependency>
9589
<dependency>
9690
<groupId>org.apache.logging.log4j</groupId>
9791
<artifactId>log4j-slf4j-impl</artifactId>

dubbo-plugin/dubbo-reactive/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@
4545
<groupId>io.projectreactor</groupId>
4646
<artifactId>reactor-core</artifactId>
4747
</dependency>
48-
<dependency>
49-
<groupId>org.apache.dubbo</groupId>
50-
<artifactId>dubbo-test-check</artifactId>
51-
<version>${project.parent.version}</version>
52-
<scope>test</scope>
53-
</dependency>
5448
<dependency>
5549
<groupId>org.apache.logging.log4j</groupId>
5650
<artifactId>log4j-slf4j-impl</artifactId>

dubbo-plugin/dubbo-rest-jaxrs/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,6 @@
8484
<artifactId>spock-core</artifactId>
8585
<scope>test</scope>
8686
</dependency>
87-
<dependency>
88-
<groupId>org.apache.dubbo</groupId>
89-
<artifactId>dubbo-test-check</artifactId>
90-
<version>${project.parent.version}</version>
91-
<scope>test</scope>
92-
</dependency>
9387
<dependency>
9488
<groupId>org.apache.logging.log4j</groupId>
9589
<artifactId>log4j-slf4j-impl</artifactId>

dubbo-plugin/dubbo-rest-spring/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,6 @@
9393
<artifactId>spock-core</artifactId>
9494
<scope>test</scope>
9595
</dependency>
96-
<dependency>
97-
<groupId>org.apache.dubbo</groupId>
98-
<artifactId>dubbo-test-check</artifactId>
99-
<version>${project.parent.version}</version>
100-
<scope>test</scope>
101-
</dependency>
10296
<dependency>
10397
<groupId>org.apache.logging.log4j</groupId>
10498
<artifactId>log4j-slf4j-impl</artifactId>

0 commit comments

Comments
 (0)