[improvement][Headless] Fix the issue with test metric recommendations, integrate testing with compilation. (#692)

This commit is contained in:
lexluo09
2024-01-26 17:54:46 +08:00
committed by GitHub
parent 841db25198
commit d9533c53ea
20 changed files with 298 additions and 363 deletions

View File

@@ -95,6 +95,12 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>${org.testng.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<profiles>