This is an automated email from the ASF dual-hosted git repository.
songxiaosheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-spi-extensions.git
The following commit(s) were added to refs/heads/master by this push:
new d893789 remove useless junit (#396)
d893789 is described below
commit d893789e129784cf1fdbd2d15ceb317a6e284425
Author: 王聪洋 <[email protected]>
AuthorDate: Tue Jun 4 18:12:49 2024 +0800
remove useless junit (#396)
---
dobbo-doc-auto-gen/pom.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/dobbo-doc-auto-gen/pom.xml b/dobbo-doc-auto-gen/pom.xml
index 1cf5324..c1a40f5 100644
--- a/dobbo-doc-auto-gen/pom.xml
+++ b/dobbo-doc-auto-gen/pom.xml
@@ -37,12 +37,4 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
</project>