From f12a9c1d98506cc4680e2a8d4d643d7d90712ada Mon Sep 17 00:00:00 2001
From: fjn <1194361820@qq.com>
Date: Fri, 22 Jan 2021 14:26:09 +0800
Subject: [PATCH] =?UTF-8?q?*=20=E6=95=B4=E7=90=86=E4=BE=9D=E8=B5=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 7 ++---
sqlhelper-examples/pom.xml | 10 +++----
.../sqlhelper-examples-client-feign/pom.xml | 26 +++++++++----------
.../pom.xml | 4 ---
.../pom.xml | 4 ---
.../pom.xml | 14 +++-------
.../pom.xml | 5 ----
.../pom.xml | 4 ---
8 files changed, 25 insertions(+), 49 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4858fc6a2..045574bc1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,12 +154,15 @@
com.github.fangjinuo.easyjson
easyjson-jackson
${easyjson.version}
- provided
com.fasterxml.jackson.core
jackson-databind
+
+ com.github.fangjinuo.langx
+ langx-java
+
@@ -277,7 +280,6 @@
com.github.fangjinuo.langx
langx-java
${langx-java.version}
- provided
@@ -296,7 +298,6 @@
com.github.fangjinuo.langx
langx-java
- provided
diff --git a/sqlhelper-examples/pom.xml b/sqlhelper-examples/pom.xml
index cc3f08701..02e49034d 100644
--- a/sqlhelper-examples/pom.xml
+++ b/sqlhelper-examples/pom.xml
@@ -273,11 +273,6 @@
-
- com.github.fangjinuo.langx
- langx-java
- ${langx-java.version}
-
com.github.fangjinuo.langx
langx-java8
@@ -298,7 +293,10 @@
h2
1.4.199
-
+
+ com.github.fangjinuo.easyjson
+ easyjson-jackson
+
diff --git a/sqlhelper-examples/sqlhelper-examples-client/sqlhelper-examples-client-feign/pom.xml b/sqlhelper-examples/sqlhelper-examples-client/sqlhelper-examples-client-feign/pom.xml
index 78fc294c8..48b9bf525 100644
--- a/sqlhelper-examples/sqlhelper-examples-client/sqlhelper-examples-client-feign/pom.xml
+++ b/sqlhelper-examples/sqlhelper-examples-client/sqlhelper-examples-client-feign/pom.xml
@@ -18,22 +18,9 @@
sqlhelper-dialect
-
- com.github.fangjinuo.easyjson
- easyjson-jackson
- ${easyjson.version}
-
-
-
- com.fasterxml.jackson.core
- jackson-core
- ${jackson.version}
-
-
com.fasterxml.jackson.core
jackson-databind
- ${jackson.version}
@@ -51,6 +38,10 @@
io.github.openfeign
feign-core
+
+ com.github.fangjinuo.easyjson
+ easyjson-jackson
+
@@ -58,6 +49,15 @@
spring-retry
1.3.0
+
+
+ com.github.fangjinuo.langx
+ langx-java
+
+
+ com.github.fangjinuo.easyjson
+ easyjson-jackson
+
diff --git a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatis/pom.xml b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatis/pom.xml
index 6ead201f2..97745589a 100644
--- a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatis/pom.xml
+++ b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatis/pom.xml
@@ -55,10 +55,6 @@
sqlhelper-mybatis-spring-boot-starter
-
- com.github.fangjinuo.easyjson
- easyjson-jackson
-
com.github.fangjinuo.sqlhelper
sqlhelper-mybatis-over-pagehelper
diff --git a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatisplus_2x/pom.xml b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatisplus_2x/pom.xml
index 5ca136095..0f44e9a6b 100644
--- a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatisplus_2x/pom.xml
+++ b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatisplus_2x/pom.xml
@@ -39,10 +39,6 @@
${mybatis_jdk8.version}
-
- com.github.fangjinuo.easyjson
- easyjson-jackson
-
com.github.fangjinuo.sqlhelper
sqlhelper-mybatis-over-pagehelper
diff --git a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatisplus_3x/pom.xml b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatisplus_3x/pom.xml
index 78b06b02f..aa31ac215 100644
--- a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatisplus_3x/pom.xml
+++ b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatisplus_3x/pom.xml
@@ -60,15 +60,6 @@
${mybatis_jdk8.version}
-
- com.github.fangjinuo.easyjson
- easyjson-jackson
-
-
- com.github.fangjinuo.sqlhelper
- sqlhelper-mybatis-over-pagehelper
-
-
com.github.fangjinuo.audit
audit-spring-boot-starter
@@ -99,7 +90,10 @@
com.github.fangjinuo.langx
langx-java8
- ${langx-java.version}
+
+
+ com.github.fangjinuo.sqlhelper
+ sqlhelper-mybatis-over-pagehelper
diff --git a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-springjdbc/pom.xml b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-springjdbc/pom.xml
index 797067710..998e41440 100644
--- a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-springjdbc/pom.xml
+++ b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-springjdbc/pom.xml
@@ -89,11 +89,6 @@
sqlhelper-springjdbc-spring-boot-starter
-
- com.github.fangjinuo.easyjson
- easyjson-jackson
-
-
diff --git a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-tkmapper/pom.xml b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-tkmapper/pom.xml
index 40e52a5a8..4a1613553 100644
--- a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-tkmapper/pom.xml
+++ b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-tkmapper/pom.xml
@@ -34,10 +34,6 @@
sqlhelper-dbutils
-
- com.github.fangjinuo.easyjson
- easyjson-jackson
-
com.github.fangjinuo.sqlhelper
sqlhelper-mybatis-over-pagehelper