| | |
| | | <scope>import</scope> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | </dependencyManagement> |
| | | |
| | | <dependencies> |
| | |
| | | <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> |
| | | |
| | | <!-- jap--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.fujieid</groupId>--> |
| | | <!-- <artifactId>jap-simple</artifactId>--> |
| | | <!-- <version>1.0.5</version>--> |
| | | <!-- </dependency>--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>xyz.dong6662.jap.spring.boot</groupId>--> |
| | | <!-- <artifactId>jap-spring-boot-starter-template</artifactId>--> |
| | | <!-- <version>1.0.0</version>--> |
| | | <!-- </dependency>--> |
| | | |
| | | </dependencies> |
| | | |
| | | <build> |