From 923219a3d3c0d383657898145dccf3651a5f85c8 Mon Sep 17 00:00:00 2001
From: ZhuDongming <773644075@qq.com>
Date: Thu, 28 May 2020 09:53:53 +0800
Subject: [PATCH] add方法参数

---
 pom.xml |   30 ++++++++++++++++++++++++------
 1 files changed, 24 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index b35845f..0a6b46a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,12 +136,12 @@
 			<version>3.1.0</version>
 		</dependency>
 
-	    <dependency>
-	      <groupId>org.apache.commons</groupId>
-	      <artifactId>commons-lang3</artifactId>
-	      <version>3.5</version>
-	      <scope>compile</scope>
-	    </dependency>
+	        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+            <version>3.5</version>
+            <scope>compile</scope>
+        </dependency>
 
 		<!-- https://mvnrepository.com/artifact/com.xuxueli/xxl-job-core -->
 		<dependency>
@@ -150,6 +150,24 @@
 		    <version>2.1.2</version>
 		</dependency>
 
+        <dependency>
+            <groupId>dom4j</groupId>
+            <artifactId>dom4j</artifactId>
+            <version>1.6.1</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.projectlombok</groupId>
+            <artifactId>lombok</artifactId>
+            <version>1.16.18</version>
+        </dependency>
+
+        <dependency>
+            <groupId>javax.persistence</groupId>
+            <artifactId>persistence-api</artifactId>
+            <version>1.0.2</version>
+        </dependency>
+
 	</dependencies>
 
 	<build>

--
Gitblit v1.8.0