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 |    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