[Core] [SPI] Adapter xml convert

This commit is contained in:
qianmoQ 2024-07-02 20:23:49 +08:00
parent 21a355ffb9
commit ab7df9ca23

View File

@ -102,6 +102,11 @@
<artifactId>datacap-convert-csv</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap-convert-xml</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<build>