| File was renamed from ruoyi-auth/pom.xml |
| | |
| | | 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">
|
| | | <parent>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi</artifactId>
|
| | | <groupId>com.sgd</groupId> |
| | | <artifactId>sgd</artifactId> |
| | | <version>3.6.8</version>
|
| | | </parent>
|
| | | <modelVersion>4.0.0</modelVersion>
|
| | |
|
| | | <artifactId>ruoyi-auth</artifactId>
|
| | | <artifactId>sgd-auth</artifactId> |
| | |
|
| | | <description>
|
| | | ruoyi-auth认证授权中心
|
| | | sgd-auth认证授权中心 |
| | | </description>
|
| | |
|
| | | <dependencies>
|
| | |
| | | <artifactId>spring-boot-starter-actuator</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- RuoYi Common Security-->
|
| | | <!-- sgd Common Security--> |
| | | <dependency>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-common-security</artifactId>
|
| | | <groupId>com.sgd</groupId> |
| | | <artifactId>sgd-common-security</artifactId> |
| | | </dependency>
|
| | |
|
| | | </dependencies>
|