move enable testable inject annotation to separate jar

This commit is contained in:
金戟 2020-07-25 20:34:57 +08:00
parent 6a2269a107
commit 264d3d95b6
3 changed files with 14 additions and 0 deletions

13
annotation/pom.xml Normal file
View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>Testable</name>
<description>Unit test enhancement toolkit</description>
<groupId>com.alibaba.testable</groupId>
<artifactId>annotation</artifactId>
<version>0.0.3-SNAPSHOT</version>
</project>

View File

@ -10,6 +10,7 @@
<modules>
<module>agent</module>
<module>annotation</module>
<module>core</module>
</modules>