| | |
| | | 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> |
| | |
| | | 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> |
| | |
| | | <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 --> |
| | |
| | | <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 --> |