fix -- 更换表达式解析引擎为aviator

This commit is contained in:
konbai
2022-05-06 23:51:22 +08:00
parent f6995953d8
commit fd4ff7d9d0
3 changed files with 17 additions and 21 deletions

View File

@@ -27,11 +27,10 @@
<artifactId>flowable-spring-boot-starter-process</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/org.eweb4j/fel -->
<dependency>
<groupId>org.eweb4j</groupId>
<artifactId>fel</artifactId>
<version>0.8</version>
<groupId>com.googlecode.aviator</groupId>
<artifactId>aviator</artifactId>
<version>5.3.1</version>
</dependency>
</dependencies>