From 94d4a4e7600665f6b40b6d791b798b498196191b Mon Sep 17 00:00:00 2001 From: 于紫祥_1901 <email@yuzixiang_1910> Date: Wed, 23 Dec 2020 13:54:23 +0800 Subject: [PATCH] 公式更改 --- pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index b9a283b..d7b41de 100644 --- a/pom.xml +++ b/pom.xml @@ -48,6 +48,12 @@ <version>2.8.5</version> </dependency> + <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-jexl3 --> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-jexl3</artifactId> + <version>3.1</version> + </dependency> <dependency> <groupId>org.springframework.boot</groupId> -- Gitblit v1.8.0