chenjiahe
2024-09-27 1db5d379c60a96e277022c3096ca13cbc0d765f3
pom.xml
@@ -4,7 +4,7 @@
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.hx.gitee</groupId>
    <groupId>com.yunyin</groupId>
    <artifactId>hx-parent</artifactId>
    <version>stander</version>
    <packaging>pom</packaging>
@@ -16,9 +16,18 @@
        <relativePath/> <!-- lookup parent from repository -->
    </parent>
    <modules>
        <module>hx_common</module>
        <module>hx_auto</module>
        <module>hx-redisson</module>
    </modules>
    <!-- 依赖版本统一管理 -->
    <properties>
        <!--设置机构缀名-->
        <version.tag>stander</version.tag>
        <mybatis.version>1.1.1</mybatis.version>
        <druid.version>1.1.9</druid.version>
        <druid-boot.version>1.1.23</druid-boot.version>
@@ -553,6 +562,25 @@
                </exclusions>
            </dependency>
            <!--开发包-开始-->
            <dependency>
                <groupId>com.yunyin</groupId>
                <artifactId>hx-redisson</artifactId>
                <version>${version.tag}</version>
            </dependency>
            <dependency>
                <groupId>com.yunyin</groupId>
                <artifactId>hx-auto</artifactId>
                <version>${version.tag}</version>
                <scope>compile</scope>
            </dependency>
            <dependency>
                <groupId>com.yunyin</groupId>
                <artifactId>hx-common</artifactId>
                <version>${version.tag}</version>
            </dependency>
            <!--开发包-结束-->
        </dependencies>
    </dependencyManagement>