From f846329e976139e423f3015b1daba698825e4f93 Mon Sep 17 00:00:00 2001
From: yuzixiang <yzx123456>
Date: Thu, 21 May 2020 08:46:47 +0800
Subject: [PATCH] update

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