1
13693261870
2024-08-16 61be83a7a66003e5ad1c3d136c9290140384eefc
1
已修改4个文件
10 ■■■■■ 文件已修改
se-common/pom.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
se-modules/pom.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
se-modules/se-file/pom.xml 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
se-modules/se-job/pom.xml 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
se-common/pom.xml
@@ -3,7 +3,7 @@
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <groupId>com.se</groupId>
        <artifactId>se-common</artifactId>
        <artifactId>se</artifactId>
        <version>3.6.4</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
se-modules/pom.xml
@@ -3,7 +3,7 @@
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <groupId>com.se</groupId>
        <artifactId>se-modules</artifactId>
        <artifactId>se</artifactId>
        <version>3.6.4</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
se-modules/se-file/pom.xml
@@ -51,7 +51,8 @@
        <dependency>
            <groupId>io.minio</groupId>
            <artifactId>minio</artifactId>
            <version>${minio.version}</version>
            <version>8.2.2</version>
<!--            <version>${minio.version}</version>-->
        </dependency>
        
        <!-- RuoYi Api System -->
se-modules/se-job/pom.xml
@@ -45,7 +45,8 @@
        <dependency>
            <groupId>io.springfox</groupId>
            <artifactId>springfox-swagger-ui</artifactId>
            <version>${swagger.fox.version}</version>
<!--            <version>${swagger.fox.version}</version>-->
            <version>3.0.0</version>
        </dependency>
        
        <!-- Quartz -->