build: 添加jexl2和jexl3依赖包

This commit is contained in:
fit2-zhao 2024-03-18 18:29:17 +08:00 committed by Craftsman
parent 974d8b738e
commit 9159e30ab0
1 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,10 @@
<!-- sonar -->
<sonar.organization>metersphere</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<!-- 用于解析 ${__jexl2} 和 ${__jexl3} 函数变量 -->
<commons-jexl.version>2.1.1</commons-jexl.version>
<commons-jexl3.version>3.3</commons-jexl3.version>
</properties>
<modules>