Skip to content

Commit 6a2e16c

Browse files
committed
Remove unused dependency
Signed-off-by: “JermaineHua” <[email protected]>
1 parent c0b1d49 commit 6a2e16c

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

dubbo-dependencies-bom/pom.xml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@
104104
<zookeeper_version>3.7.2</zookeeper_version>
105105
<curator_version>5.7.1</curator_version>
106106
<curator_test_version>2.12.0</curator_test_version>
107-
<jedis_version>3.10.0</jedis_version>
108107
<hessian_version>4.0.66</hessian_version>
109108
<protobuf-java_version>3.25.5</protobuf-java_version>
110109
<javax_annotation-api_version>1.3.2</javax_annotation-api_version>
@@ -162,7 +161,6 @@
162161
<awaitility_version>4.2.2</awaitility_version>
163162
<hamcrest_version>2.2</hamcrest_version>
164163
<cglib_version>2.2.2</cglib_version>
165-
<embedded_redis_version>1.4.3</embedded_redis_version>
166164
<mockito_version>4.11.0</mockito_version>
167165
<spock_version>2.3-groovy-4.0</spock_version>
168166

@@ -174,7 +172,6 @@
174172

175173
<snappy_java_version>1.1.10.7</snappy_java_version>
176174
<bouncycastle-bcprov_version>1.70</bouncycastle-bcprov_version>
177-
<sofa_registry_version>5.4.3</sofa_registry_version>
178175
<metrics_version>2.0.6</metrics_version>
179176
<gson_version>2.11.0</gson_version>
180177
<jackson_version>2.18.1</jackson_version>
@@ -186,7 +183,6 @@
186183
<spotless.action>check</spotless.action>
187184
<dubbo-shared-resources.version>1.0.0</dubbo-shared-resources.version>
188185
<palantirJavaFormat.version>2.38.0</palantirJavaFormat.version>
189-
<open_feign_version>3.1.9</open_feign_version>
190186
<jakarta.xml.bind-api.version>4.0.2</jakarta.xml.bind-api.version>
191187
<jaxb-runtime.version>2.4.0-b180830.0438</jaxb-runtime.version>
192188
<!-- Spring boot buddy is lower than the delivery dependency package version and can only show the defined dependency version -->
@@ -401,11 +397,6 @@
401397
</exclusion>
402398
</exclusions>
403399
</dependency>
404-
<dependency>
405-
<groupId>redis.clients</groupId>
406-
<artifactId>jedis</artifactId>
407-
<version>${jedis_version}</version>
408-
</dependency>
409400

410401
<!-- Alibaba -->
411402

@@ -725,19 +716,6 @@
725716
<version>${swagger_version}</version>
726717
</dependency>
727718

728-
<!-- for dubbo-registry-sofa -->
729-
<dependency>
730-
<groupId>com.alipay.sofa</groupId>
731-
<artifactId>registry-client-all</artifactId>
732-
<version>${sofa_registry_version}</version>
733-
</dependency>
734-
<dependency>
735-
<groupId>com.alipay.sofa</groupId>
736-
<artifactId>registry-test</artifactId>
737-
<version>${sofa_registry_version}</version>
738-
<scope>test</scope>
739-
</dependency>
740-
741719
<!-- Test libs -->
742720
<dependency>
743721
<groupId>org.junit.jupiter</groupId>
@@ -817,12 +795,6 @@
817795
<version>${cglib_version}</version>
818796
<scope>test</scope>
819797
</dependency>
820-
<dependency>
821-
<groupId>com.github.codemonstur</groupId>
822-
<artifactId>embedded-redis</artifactId>
823-
<version>${embedded_redis_version}</version>
824-
<scope>test</scope>
825-
</dependency>
826798
<dependency>
827799
<groupId>org.springframework</groupId>
828800
<artifactId>spring-test</artifactId>
@@ -1011,11 +983,6 @@
1011983
<artifactId>rxjava</artifactId>
1012984
<version>${rxjava.version}</version>
1013985
</dependency>
1014-
<dependency>
1015-
<groupId>org.springframework.cloud</groupId>
1016-
<artifactId>spring-cloud-openfeign-core</artifactId>
1017-
<version>${open_feign_version}</version>
1018-
</dependency>
1019986
<dependency>
1020987
<groupId>jakarta.xml.bind</groupId>
1021988
<artifactId>jakarta.xml.bind-api</artifactId>

0 commit comments

Comments
 (0)