| File was renamed from ruoyi-modules/ruoyi-system/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-system</artifactId>
|
| | | <artifactId>sgd-modules-system</artifactId> |
| | |
|
| | | <description>
|
| | | ruoyi-modules-system系统模块
|
| | | sgd-modules-system系统模块 |
| | | </description>
|
| | |
|
| | | <dependencies>
|
| | |
| | | <artifactId>mysql-connector-j</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- RuoYi Common DataSource -->
|
| | | <!-- sgd Common DataSource --> |
| | | <dependency>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-common-datasource</artifactId>
|
| | | <groupId>com.sgd</groupId> |
| | | <artifactId>sgd-common-datasource</artifactId> |
| | | </dependency>
|
| | |
|
| | | <!-- RuoYi Common DataScope -->
|
| | | <!-- sgd Common DataScope --> |
| | | <dependency>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-common-datascope</artifactId>
|
| | | <groupId>com.sgd</groupId> |
| | | <artifactId>sgd-common-datascope</artifactId> |
| | | </dependency>
|
| | |
|
| | | <!-- RuoYi Common Log -->
|
| | | <!-- sgd Common Log --> |
| | | <dependency>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-common-log</artifactId>
|
| | | <groupId>com.sgd</groupId> |
| | | <artifactId>sgd-common-log</artifactId> |
| | | </dependency>
|
| | |
|
| | | <!-- RuoYi Common Swagger -->
|
| | | <!-- sgd Common Swagger --> |
| | | <dependency>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-common-swagger</artifactId>
|
| | | <groupId>com.sgd</groupId> |
| | | <artifactId>sgd-common-swagger</artifactId> |
| | | </dependency>
|
| | |
|
| | | </dependencies>
|