Skip to content

Commit

Permalink
revert 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 82a0adb commit dde9d11
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dubbo-metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,12 @@
<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 dde9d11

Please sign in to comment.