mirror of
https://github.com/alibaba/testable-mock.git
synced 2025-02-09 19:30:53 +08:00
move enable testable inject annotation to separate jar
This commit is contained in:
parent
6a2269a107
commit
264d3d95b6
13
annotation/pom.xml
Normal file
13
annotation/pom.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user