| | |
| | | <groupId>com.consum</groupId> |
| | | <artifactId>consum-base</artifactId> |
| | | <version>1.0.0-SNAPSHOT</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>spring-security-core</artifactId> |
| | | <groupId>org.springframework.security</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | |
| | | <!-- 通过界面下载po生成文件,2023/03/16 --> |
| | |
| | | <dependency> |
| | | <groupId>org.springframework.security</groupId> |
| | | <artifactId>spring-security-web</artifactId> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>spring-security-core</artifactId> |
| | | <groupId>org.springframework.security</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.security</groupId> |
| | | <artifactId>spring-security-config</artifactId> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>spring-security-core</artifactId> |
| | | <groupId>org.springframework.security</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.security</groupId> |
| | | <artifactId>spring-security-core</artifactId> |
| | | <version>5.7.12</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |