diff --git a/pom.xml b/pom.xml index 06749dc..561984c 100644 --- a/pom.xml +++ b/pom.xml @@ -40,6 +40,16 @@ easy-retry-client-starter 2.3.0-SNAPSHOT + + com.googlecode.aviator + aviator + 5.3.3 + + + com.alibaba + QLExpress + 3.3.1 + com.baomidou mybatis-plus-boot-starter diff --git a/src/main/resources/META-INF/services/com.aizuda.easy.retry.client.core.ExpressionEngine b/src/main/resources/META-INF/services/com.aizuda.easy.retry.client.core.ExpressionEngine new file mode 100644 index 0000000..5740424 --- /dev/null +++ b/src/main/resources/META-INF/services/com.aizuda.easy.retry.client.core.ExpressionEngine @@ -0,0 +1,2 @@ +#com.aizuda.easy.retry.client.core.expression.QLExpressEngine +#com.aizuda.easy.retry.client.core.expression.AviatorExpressionEngine \ No newline at end of file