Files
shoulder-platform/shoulder-system-center/pom.xml
2020-10-07 17:08:13 +08:00

60 lines
2.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>cn.itlym.platform</groupId>
<artifactId>shoulder-platform-parent</artifactId>
<version>1.0-SNAPSHOT</version><!-- shoulder-platform-version -->
<relativePath>../shoulder-platform-common/shoulder-platform-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shoulder-system-center</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version><!-- system-center.version -->
<modules>
<module>system-api</module>
<module>system-common</module>
<module>system-core</module>
<module>system-modules</module>
<module>system-start</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>cn.itlym.platform</groupId>
<artifactId>system-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>cn.itlym.platform</groupId>
<artifactId>system-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>cn.itlym.platform</groupId>
<artifactId>system-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>cn.itlym.platform</groupId>
<artifactId>system-config</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>cn.itlym.platform</groupId>
<artifactId>system-dictionary</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>