12345678910111213141516171819 |
- <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/maven-v4_0_0.xsd">
- <parent>
- <artifactId>fs4a</artifactId>
- <groupId>com.fs4a</groupId>
- <version>1.0.0</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>com.fs4a.interfaces</groupId>
- <artifactId>fs4a-interfaces</artifactId>
- <packaging>pom</packaging>
- <description> fs4a接口中心 </description>
- <modules>
- <module>interfaces-gateway</module>
- </modules>
- </project>
|