split core package into core and processor

This commit is contained in:
金戟
2020-10-27 06:54:36 +08:00
parent 419a10669d
commit 989a52a048
30 changed files with 171 additions and 57 deletions

View File

@@ -27,7 +27,7 @@
<dependency>
<groupId>com.alibaba.testable</groupId>
<artifactId>testable-core</artifactId>
<artifactId>testable-processor</artifactId>
<version>${testable.version}</version>
<scope>provided</scope>
</dependency>