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 |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index b727ece..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>
@@ -87,7 +93,7 @@
 	<dependency>
 		<groupId>org.springframework.boot</groupId>
 		<artifactId>spring-boot-starter-tomcat</artifactId>
-		<scope>compile</scope>
+		<scope>provided</scope>
 	</dependency>
 
 	<dependency>

--
Gitblit v1.8.0