增加JUnit依赖

This commit is contained in:
myh 2023-11-12 19:36:34 +08:00
parent 5bafd04b30
commit 6cf049cf48

View File

@ -76,6 +76,13 @@
<artifactId>jakarta.xml.bind-api</artifactId> <artifactId>jakarta.xml.bind-api</artifactId>
<version>4.0.1</version> <version>4.0.1</version>
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/junit/junit -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies> </dependencies>
<build> <build>