|
104 | 104 | <zookeeper_version>3.7.2</zookeeper_version>
|
105 | 105 | <curator_version>5.7.1</curator_version>
|
106 | 106 | <curator_test_version>2.12.0</curator_test_version>
|
107 |
| - <jedis_version>3.10.0</jedis_version> |
108 | 107 | <hessian_version>4.0.66</hessian_version>
|
109 | 108 | <protobuf-java_version>3.25.5</protobuf-java_version>
|
110 | 109 | <javax_annotation-api_version>1.3.2</javax_annotation-api_version>
|
|
161 | 160 | <awaitility_version>4.2.2</awaitility_version>
|
162 | 161 | <hamcrest_version>2.2</hamcrest_version>
|
163 | 162 | <cglib_version>2.2.2</cglib_version>
|
164 |
| - <embedded_redis_version>1.4.3</embedded_redis_version> |
165 | 163 | <mockito_version>4.11.0</mockito_version>
|
166 | 164 | <spock_version>2.3-groovy-4.0</spock_version>
|
167 | 165 |
|
|
173 | 171 |
|
174 | 172 | <snappy_java_version>1.1.10.7</snappy_java_version>
|
175 | 173 | <bouncycastle-bcprov_version>1.70</bouncycastle-bcprov_version>
|
176 |
| - <sofa_registry_version>5.4.3</sofa_registry_version> |
177 | 174 | <metrics_version>2.0.6</metrics_version>
|
178 | 175 | <gson_version>2.11.0</gson_version>
|
179 | 176 | <jackson_version>2.18.1</jackson_version>
|
|
185 | 182 | <spotless.action>check</spotless.action>
|
186 | 183 | <dubbo-shared-resources.version>1.0.0</dubbo-shared-resources.version>
|
187 | 184 | <palantirJavaFormat.version>2.38.0</palantirJavaFormat.version>
|
188 |
| - <open_feign_version>3.1.9</open_feign_version> |
189 | 185 | <jakarta.xml.bind-api.version>4.0.2</jakarta.xml.bind-api.version>
|
190 | 186 | <jaxb-runtime.version>2.4.0-b180830.0438</jaxb-runtime.version>
|
191 | 187 | <!-- Spring boot buddy is lower than the delivery dependency package version and can only show the defined dependency version -->
|
|
400 | 396 | </exclusion>
|
401 | 397 | </exclusions>
|
402 | 398 | </dependency>
|
403 |
| - <dependency> |
404 |
| - <groupId>redis.clients</groupId> |
405 |
| - <artifactId>jedis</artifactId> |
406 |
| - <version>${jedis_version}</version> |
407 |
| - </dependency> |
408 | 399 |
|
409 | 400 | <!-- Alibaba -->
|
410 | 401 |
|
|
724 | 715 | <version>${swagger_version}</version>
|
725 | 716 | </dependency>
|
726 | 717 |
|
727 |
| - <!-- for dubbo-registry-sofa --> |
728 |
| - <dependency> |
729 |
| - <groupId>com.alipay.sofa</groupId> |
730 |
| - <artifactId>registry-client-all</artifactId> |
731 |
| - <version>${sofa_registry_version}</version> |
732 |
| - </dependency> |
733 |
| - <dependency> |
734 |
| - <groupId>com.alipay.sofa</groupId> |
735 |
| - <artifactId>registry-test</artifactId> |
736 |
| - <version>${sofa_registry_version}</version> |
737 |
| - <scope>test</scope> |
738 |
| - </dependency> |
739 |
| - |
740 | 718 | <!-- Test libs -->
|
741 | 719 | <dependency>
|
742 | 720 | <groupId>org.junit.jupiter</groupId>
|
|
804 | 782 | <version>${cglib_version}</version>
|
805 | 783 | <scope>test</scope>
|
806 | 784 | </dependency>
|
807 |
| - <dependency> |
808 |
| - <groupId>com.github.codemonstur</groupId> |
809 |
| - <artifactId>embedded-redis</artifactId> |
810 |
| - <version>${embedded_redis_version}</version> |
811 |
| - <scope>test</scope> |
812 |
| - </dependency> |
813 | 785 | <dependency>
|
814 | 786 | <groupId>org.springframework</groupId>
|
815 | 787 | <artifactId>spring-test</artifactId>
|
|
998 | 970 | <artifactId>rxjava</artifactId>
|
999 | 971 | <version>${rxjava.version}</version>
|
1000 | 972 | </dependency>
|
1001 |
| - <dependency> |
1002 |
| - <groupId>org.springframework.cloud</groupId> |
1003 |
| - <artifactId>spring-cloud-openfeign-core</artifactId> |
1004 |
| - <version>${open_feign_version}</version> |
1005 |
| - </dependency> |
1006 | 973 | <dependency>
|
1007 | 974 | <groupId>jakarta.xml.bind</groupId>
|
1008 | 975 | <artifactId>jakarta.xml.bind-api</artifactId>
|
|
0 commit comments