Skip to content

Commit

Permalink
Merge branch '3.3' into feat/remove_test3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ authored Nov 25, 2024
2 parents c11f68a + a9394c0 commit 067d34a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 48 deletions.
7 changes: 0 additions & 7 deletions dubbo-configcenter/dubbo-configcenter-zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@
<version>${project.parent.version}</version>
</dependency>

<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-test-common</artifactId>
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-framework</artifactId>
Expand Down
8 changes: 0 additions & 8 deletions dubbo-configcenter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,4 @@
<skip_maven_deploy>false</skip_maven_deploy>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-test-check</artifactId>
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
33 changes: 0 additions & 33 deletions dubbo-dependencies-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
<zookeeper_version>3.7.2</zookeeper_version>
<curator_version>5.7.1</curator_version>
<curator_test_version>2.12.0</curator_test_version>
<jedis_version>3.10.0</jedis_version>
<hessian_version>4.0.66</hessian_version>
<protobuf-java_version>3.25.5</protobuf-java_version>
<javax_annotation-api_version>1.3.2</javax_annotation-api_version>
Expand Down Expand Up @@ -161,7 +160,6 @@
<awaitility_version>4.2.2</awaitility_version>
<hamcrest_version>2.2</hamcrest_version>
<cglib_version>2.2.2</cglib_version>
<embedded_redis_version>1.4.3</embedded_redis_version>
<mockito_version>4.11.0</mockito_version>
<spock_version>2.3-groovy-4.0</spock_version>

Expand All @@ -173,7 +171,6 @@

<snappy_java_version>1.1.10.7</snappy_java_version>
<bouncycastle-bcprov_version>1.70</bouncycastle-bcprov_version>
<sofa_registry_version>5.4.3</sofa_registry_version>
<metrics_version>2.0.6</metrics_version>
<gson_version>2.11.0</gson_version>
<jackson_version>2.18.1</jackson_version>
Expand All @@ -185,7 +182,6 @@
<spotless.action>check</spotless.action>
<dubbo-shared-resources.version>1.0.0</dubbo-shared-resources.version>
<palantirJavaFormat.version>2.38.0</palantirJavaFormat.version>
<open_feign_version>3.1.9</open_feign_version>
<jakarta.xml.bind-api.version>4.0.2</jakarta.xml.bind-api.version>
<jaxb-runtime.version>2.4.0-b180830.0438</jaxb-runtime.version>
<!-- Spring boot buddy is lower than the delivery dependency package version and can only show the defined dependency version -->
Expand Down Expand Up @@ -400,11 +396,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>${jedis_version}</version>
</dependency>

<!-- Alibaba -->

Expand Down Expand Up @@ -724,19 +715,6 @@
<version>${swagger_version}</version>
</dependency>

<!-- for dubbo-registry-sofa -->
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>registry-client-all</artifactId>
<version>${sofa_registry_version}</version>
</dependency>
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>registry-test</artifactId>
<version>${sofa_registry_version}</version>
<scope>test</scope>
</dependency>

<!-- Test libs -->
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down Expand Up @@ -804,12 +782,6 @@
<version>${cglib_version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.codemonstur</groupId>
<artifactId>embedded-redis</artifactId>
<version>${embedded_redis_version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
Expand Down Expand Up @@ -998,11 +970,6 @@
<artifactId>rxjava</artifactId>
<version>${rxjava.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-openfeign-core</artifactId>
<version>${open_feign_version}</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
Expand Down

0 comments on commit 067d34a

Please sign in to comment.