31 lines
1.0 KiB
XML
31 lines
1.0 KiB
XML
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>com.czcb.scfs</groupId>
|
|
<artifactId>scfs-api-sdk</artifactId>
|
|
<version>2.0.20</version>
|
|
</parent>
|
|
|
|
<artifactId>scfs-api-service</artifactId>
|
|
<version>2.0.20</version>
|
|
<name>scfs-api-service:业务接口模型</name>
|
|
<description>业务接口模型</description>
|
|
<packaging>jar</packaging>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.projectlombok</groupId>
|
|
<artifactId>lombok</artifactId>
|
|
<version>1.18.30</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.czcb.scfs</groupId>
|
|
<artifactId>scfs-api-core</artifactId>
|
|
<version>2.0.20</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|