From 2a2e973fe173be0d054c7468c32fd21bae104ad4 Mon Sep 17 00:00:00 2001
From: HelloCoCooo <46306510+HelloCoCooo@users.noreply.github.com>
Date: Tue, 12 May 2020 18:25:09 +0800
Subject: [PATCH] Fix dependency conflict issue
---
pom.xml | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index dd2d81a..5029a94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,6 +30,12 @@
org.springframework.boot
spring-boot-starter
+
+
+ commons-logging
+ commons-logging
+ 1.2
+
org.springframework.boot
@@ -75,11 +81,6 @@
guava
19.0
-
- commons-logging
- commons-logging
- 1.2
-
org.apache.commons
commons-lang3