| | |
| | | <artifactId>blade-starter-report</artifactId> |
| | | </dependency> |
| | | <!-- 工作流 --> |
| | | <dependency> |
| | | <groupId>org.springblade</groupId> |
| | | <artifactId>blade-starter-flowable</artifactId> |
| | | </dependency> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.springblade</groupId>--> |
| | | <!-- <artifactId>blade-starter-flowable</artifactId>--> |
| | | <!-- </dependency>--> |
| | | <!-- 验证码 --> |
| | | <dependency> |
| | | <groupId>com.github.whvcse</groupId> |
| | |
| | | <artifactId>lombok</artifactId> |
| | | <scope>provided</scope> |
| | | </dependency> |
| | | <!-- 二维码生成 --> |
| | | <dependency> |
| | | <groupId>com.google.zxing</groupId> |
| | | <artifactId>core</artifactId> |
| | | <version>3.3.3</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.google.zxing</groupId> |
| | | <artifactId>javase</artifactId> |
| | | <version>3.3.3</version> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/net.sf.json-lib/json-lib --> |
| | | <dependency> |
| | | <groupId>net.sf.json-lib</groupId> |
| | | <artifactId>json-lib</artifactId> |
| | | <version>2.4</version> |
| | | <classifier>jdk15</classifier> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | | <build> |