Skip to content

Commit e11e90e

Browse files
authored
Revert "remove dubbo plugin useless dependency(dubbo-test-check) (apache#15236)"
This reverts commit 93cfa82.
1 parent 93cfa82 commit e11e90e

13 files changed

Lines changed: 78 additions & 0 deletions

File tree

dubbo-plugin/dubbo-auth/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@
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>
4551
<dependency>
4652
<groupId>org.apache.logging.log4j</groupId>
4753
<artifactId>log4j-slf4j-impl</artifactId>

dubbo-plugin/dubbo-compiler/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@
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>
6268
<dependency>
6369
<groupId>org.apache.logging.log4j</groupId>
6470
<artifactId>log4j-slf4j-impl</artifactId>

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@
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>
5056
<dependency>
5157
<groupId>org.apache.logging.log4j</groupId>
5258
<artifactId>log4j-slf4j-impl</artifactId>

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@
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>
8086
<dependency>
8187
<groupId>org.apache.logging.log4j</groupId>
8288
<artifactId>log4j-slf4j-impl</artifactId>

dubbo-plugin/dubbo-native/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
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>
3642
<dependency>
3743
<groupId>org.apache.logging.log4j</groupId>
3844
<artifactId>log4j-slf4j-impl</artifactId>

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@
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>
4652
<dependency>
4753
<groupId>org.apache.logging.log4j</groupId>
4854
<artifactId>log4j-slf4j-impl</artifactId>

dubbo-plugin/dubbo-qos/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@
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>
8995
<dependency>
9096
<groupId>org.apache.logging.log4j</groupId>
9197
<artifactId>log4j-slf4j-impl</artifactId>

dubbo-plugin/dubbo-reactive/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@
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>
4854
<dependency>
4955
<groupId>org.apache.logging.log4j</groupId>
5056
<artifactId>log4j-slf4j-impl</artifactId>

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@
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>
8793
<dependency>
8894
<groupId>org.apache.logging.log4j</groupId>
8995
<artifactId>log4j-slf4j-impl</artifactId>

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@
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>
96102
<dependency>
97103
<groupId>org.apache.logging.log4j</groupId>
98104
<artifactId>log4j-slf4j-impl</artifactId>

0 commit comments

Comments
 (0)