| | |
| | | <groupId>org.flowable</groupId> |
| | | <artifactId>flowable-engine</artifactId> |
| | | <scope>compile</scope> |
| | | <version>6.4.0</version> |
| | | <version>6.5.0</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <groupId>org.mybatis</groupId> |
| | |
| | | <dependency> |
| | | <groupId>org.flowable</groupId> |
| | | <artifactId>flowable-spring-boot-starter-basic</artifactId> |
| | | <version>6.4.0</version> |
| | | <version>6.5.0</version> |
| | | </dependency> |
| | | <!--表达式解析工具--> |
| | | <dependency> |
| | |
| | | <artifactId>xercesImpl</artifactId> |
| | | <version>2.12.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.hibernate</groupId> |
| | | <artifactId>hibernate-core</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.projectlombok</groupId> |
| | | <artifactId>lombok</artifactId> |
| | | <scope>provided</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.projectlombok</groupId> |
| | | <artifactId>lombok</artifactId> |
| | | <scope>provided</scope> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | </project> |