testable-agent dependence is required in order to have agent jar downloaded

This commit is contained in:
金戟
2020-11-28 19:52:20 +08:00
parent b4d6a8357e
commit 7b273affe3
5 changed files with 33 additions and 9 deletions

View File

@@ -21,6 +21,12 @@
<version>${testable.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.alibaba.testable</groupId>
<artifactId>testable-agent</artifactId>
<version>${testable.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>