| | |
| | | <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> |
| | | <artifactId>iplatform-base-security-consum</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 --> |
| | | <dependency> |
| | | <groupId>com.iplatform</groupId> |
| | | <artifactId>iplatform-base-admin</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>fastjson</artifactId> |
| | | <version>1.2.28</version> |
| | | </dependency> |
| | | |
| | | <!-- 提供Redis支持,由业务子工程决定是否依赖, 2022/09/20 --> |
| | |
| | | <artifactId>consum-model-pojo</artifactId> |
| | | <version>1.0.0-SNAPSHOT</version> |
| | | </dependency> |
| | | |
| | | <!--EasyPOI 工具类,Excel的快速导入导出,Excel模板导出,Word模板导出 官网:http://www.wupaas.com/ --> |
| | | <dependency> |
| | | <groupId>cn.afterturn</groupId> |
| | | <artifactId>easypoi-base</artifactId> |
| | | <version>4.1.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>cn.hutool</groupId> |
| | | <artifactId>hutool-core</artifactId> |
| | | <version>4.5.3</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>junit</groupId> |
| | | <artifactId>junit</artifactId> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | </project> |