[improvement][Headless] remove org.testng in mvn (#693)

This commit is contained in:
lexluo09
2024-01-26 18:23:42 +08:00
committed by GitHub
parent d9533c53ea
commit 22775343f4

View File

@@ -95,12 +95,6 @@
<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>