Skip to content

Commit

Permalink
dubbo-metadata module change integration test to unit test
Browse files Browse the repository at this point in the history
Signed-off-by: “JermaineHua” <[email protected]>
  • Loading branch information
CrazyHZM committed Nov 23, 2024
1 parent dde9d11 commit 835e5f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
7 changes: 0 additions & 7 deletions dubbo-metadata/dubbo-metadata-report-zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,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-metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,4 @@
<module>dubbo-metadata-report-nacos</module>
</modules>

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

0 comments on commit 835e5f3

Please sign in to comment.