peng
2026-03-24 ca41db25ab3da9ddd509b79fd783b60d2e66056f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<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">
    <modelVersion>4.0.0</modelVersion>
    <artifactId>cube-quick-start</artifactId>
    <version>1.1.0</version>
    <packaging>pom</packaging>
<!--    <repositories>-->
<!--        &lt;!&ndash;  公司私服 &ndash;&gt;-->
<!--        <repository>-->
<!--            <id>tievd</id>-->
<!--            <url>http://125.71.201.14:8999/repository/maven-public/</url>-->
<!--        </repository>-->
<!--    </repositories>-->
<!--    <pluginRepositories>-->
<!--        <pluginRepository>-->
<!--            <id>Aliyun-repos-public</id>-->
<!--            <name>aliyun public</name>-->
<!--            <url>https://maven.aliyun.com/repository/public/</url>-->
<!--        </pluginRepository>-->
<!--    </pluginRepositories>-->
    <parent>
        <artifactId>cube-dependencies</artifactId>
        <groupId>com.tievd.cube</groupId>
        <version>2.6.4</version>
    </parent>
    <properties>
        <easy-excel.version>1.2.0</easy-excel.version>
        <jyz-vision>1.1.0</jyz-vision>
        <lombok.version>1.18.36</lombok.version>
    </properties>
    <modules>
        <!-- <module>cube-system</module> -->
        <module>system-quick-start</module>
        <module>jyz-base-start</module>
    </modules>
</project>