pom.xml 798 Bytes
<?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">
    <parent>
        <artifactId>fp_scm</artifactId>
        <groupId>com.scm</groupId>
        <version>4.8.2</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>scm-framework</artifactId>
    <packaging>pom</packaging>

    <modules>
        <module>scm-common</module>
        <module>scm-generator</module>
        <module>scm-job</module>
        <module>scm-mybatis</module>
        <module>scm-oss</module>
        <module>scm-sms</module>
        <module>scm-core</module>
    </modules>


</project>