| | |
| | | <dependency> |
| | | <groupId>com.iplatform</groupId> |
| | | <artifactId>iplatform-base</artifactId> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>snakeyaml</artifactId> |
| | | <groupId>org.yaml</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.yaml</groupId> |
| | | <artifactId>snakeyaml</artifactId> |
| | | <version>2.0</version> |
| | | </dependency> |
| | | <!-- 引入web安全认证模块,如果不引入则不会做任何权限拦截(这种模式通常可用于快速测试), 2022/10/31 --> |
| | | <dependency> |
| | | <groupId>com.iplatform</groupId> |
| | | <artifactId>iplatform-base-security</artifactId> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>spring-security-crypto</artifactId> |
| | | <groupId>org.springframework.security</groupId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <artifactId>spring-security-core</artifactId> |
| | | <groupId>org.springframework.security</groupId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <artifactId>spring-security-config</artifactId> |
| | | <groupId>org.springframework.security</groupId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <artifactId>spring-security-web</artifactId> |
| | | <groupId>org.springframework.security</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <artifactId>spring-security-crypto</artifactId> |
| | | <groupId>org.springframework.security</groupId> |
| | | <version>5.7.12</version> |
| | | </dependency> |
| | | <dependency> |
| | | <artifactId>spring-security-core</artifactId> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>spring-security-crypto</artifactId> |
| | | <groupId>org.springframework.security</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | <groupId>org.springframework.security</groupId> |
| | | <version>5.7.12</version> |
| | | </dependency> |
| | | <dependency> |
| | | <artifactId>spring-security-config</artifactId> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>spring-security-core</artifactId> |
| | | <groupId>org.springframework.security</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | <groupId>org.springframework.security</groupId> |
| | | <version>5.7.12</version> |
| | | </dependency> |
| | | <dependency> |
| | | <artifactId>spring-security-web</artifactId> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>spring-security-core</artifactId> |
| | | <groupId>org.springframework.security</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | <groupId>org.springframework.security</groupId> |
| | | <version>5.7.12</version> |
| | | </dependency> |
| | | |
| | | <!-- 系统基础模块界面管理控制模块,如果不引入也不会有swagger文档功能!,2023/03/05 --> |