From f28149d8183a62f87fa9c8df9ae589070d83f612 Mon Sep 17 00:00:00 2001 From: 于紫祥_1901 <email@yuzixiang_1910> Date: Thu, 24 Dec 2020 13:47:50 +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