feat: support bsh packer

This commit is contained in:
ReaJason
2025-01-30 18:09:44 +08:00
parent 1f94ca41f6
commit b9c05453ef
17 changed files with 85 additions and 36 deletions
+1
View File
@@ -22,6 +22,7 @@ dependencies {
implementation 'org.apache.velocity:velocity:1.7'
implementation 'ognl:ognl:2.7.3'
implementation 'org.mvel:mvel2:2.4.7.Final'
implementation 'org.beanshell:bsh:2.0b5'
implementation 'org.apache.commons:commons-jexl:2.1.1'
implementation 'org.apache.commons:commons-jexl3:3.2.1'
implementation 'commons-jxpath:commons-jxpath:1.3'