| File was renamed from ruoyi-modules/ruoyi-file/pom.xml |
| | |
| | | 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>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-modules</artifactId>
|
| | | <groupId>com.sgd</groupId> |
| | | <artifactId>sgd-modules</artifactId> |
| | | <version>3.6.8</version>
|
| | | </parent>
|
| | | <modelVersion>4.0.0</modelVersion>
|
| | |
|
| | | <artifactId>ruoyi-modules-file</artifactId>
|
| | | <artifactId>sgd-modules-file</artifactId> |
| | |
|
| | | <description>
|
| | | ruoyi-modules-file文件服务
|
| | | sgd-modules-file文件服务 |
| | | </description>
|
| | |
|
| | | <dependencies>
|
| | |
| | | <version>${minio.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <!-- RuoYi Api System -->
|
| | | <!-- sgd Api System --> |
| | | <dependency>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-api-system</artifactId>
|
| | | <groupId>com.sgd</groupId> |
| | | <artifactId>sgd-api-system</artifactId> |
| | | </dependency>
|
| | |
|
| | | </dependencies>
|