From 5b81bf940c44b1b89697c8c84181eae80a3bf9f0 Mon Sep 17 00:00:00 2001
From: hongawen <83944980@qq.com>
Date: Mon, 10 Apr 2023 13:45:28 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pqs-algorithm/algorithm-boot/pom.xml | 10 ++++++++++
pqs-device/pms-device/pms-device-boot/pom.xml | 10 ++++++++++
pqs-device/pq-device/pq-device-api/pom.xml | 4 ++++
pqs-device/pq-device/pq-device-boot/pom.xml | 10 ++++++++++
pqs-energy/energy-boot/pom.xml | 10 ++++++++++
pqs-event/event-boot/pom.xml | 10 ++++++++++
pqs-harmonic/harmonic-boot/pom.xml | 10 ++++++++++
pqs-prepare/prepare-api/pom.xml | 10 ++++++++++
pqs-prepare/prepare-boot/pom.xml | 10 ++++++++++
pqs-process/process-boot/pom.xml | 10 ++++++++++
10 files changed, 94 insertions(+)
diff --git a/pqs-algorithm/algorithm-boot/pom.xml b/pqs-algorithm/algorithm-boot/pom.xml
index 5afd48a32..7070ec2bc 100644
--- a/pqs-algorithm/algorithm-boot/pom.xml
+++ b/pqs-algorithm/algorithm-boot/pom.xml
@@ -14,6 +14,16 @@
com.njcn
common-web
${project.version}
+
+
+ org.slf4j
+ slf4j-log4j12
+
+
+ ch.qos.logback
+ logback-classic
+
+
com.njcn
diff --git a/pqs-device/pms-device/pms-device-boot/pom.xml b/pqs-device/pms-device/pms-device-boot/pom.xml
index e97f1bc61..d18e83f10 100644
--- a/pqs-device/pms-device/pms-device-boot/pom.xml
+++ b/pqs-device/pms-device/pms-device-boot/pom.xml
@@ -43,6 +43,16 @@
com.njcn
common-web
${project.version}
+
+
+ org.slf4j
+ slf4j-log4j12
+
+
+ ch.qos.logback
+ logback-classic
+
+
com.njcn
diff --git a/pqs-device/pq-device/pq-device-api/pom.xml b/pqs-device/pq-device/pq-device-api/pom.xml
index 71287e8cc..5d1a712d1 100644
--- a/pqs-device/pq-device/pq-device-api/pom.xml
+++ b/pqs-device/pq-device/pq-device-api/pom.xml
@@ -26,5 +26,9 @@
com.github.jeffreyning
mybatisplus-plus
+
+ com.github.jeffreyning
+ mybatisplus-plus
+
diff --git a/pqs-device/pq-device/pq-device-boot/pom.xml b/pqs-device/pq-device/pq-device-boot/pom.xml
index 04eeb1d14..930868d69 100644
--- a/pqs-device/pq-device/pq-device-boot/pom.xml
+++ b/pqs-device/pq-device/pq-device-boot/pom.xml
@@ -42,6 +42,16 @@
com.njcn
common-web
${project.version}
+
+
+ org.slf4j
+ slf4j-log4j12
+
+
+ ch.qos.logback
+ logback-classic
+
+
com.njcn
diff --git a/pqs-energy/energy-boot/pom.xml b/pqs-energy/energy-boot/pom.xml
index 0bdd127ab..bc59987f8 100644
--- a/pqs-energy/energy-boot/pom.xml
+++ b/pqs-energy/energy-boot/pom.xml
@@ -42,6 +42,16 @@
com.njcn
common-web
${project.version}
+
+
+ org.slf4j
+ slf4j-log4j12
+
+
+ ch.qos.logback
+ logback-classic
+
+
com.njcn
diff --git a/pqs-event/event-boot/pom.xml b/pqs-event/event-boot/pom.xml
index 969be891f..e7e420eb0 100644
--- a/pqs-event/event-boot/pom.xml
+++ b/pqs-event/event-boot/pom.xml
@@ -21,6 +21,16 @@
com.njcn
common-web
${project.version}
+
+
+ org.slf4j
+ slf4j-log4j12
+
+
+ ch.qos.logback
+ logback-classic
+
+
com.njcn
diff --git a/pqs-harmonic/harmonic-boot/pom.xml b/pqs-harmonic/harmonic-boot/pom.xml
index e5f31837e..6d8e6d3d7 100644
--- a/pqs-harmonic/harmonic-boot/pom.xml
+++ b/pqs-harmonic/harmonic-boot/pom.xml
@@ -27,6 +27,16 @@
com.njcn
common-web
${project.version}
+
+
+ org.slf4j
+ slf4j-log4j12
+
+
+ ch.qos.logback
+ logback-classic
+
+
com.njcn
diff --git a/pqs-prepare/prepare-api/pom.xml b/pqs-prepare/prepare-api/pom.xml
index 03b87c456..1c5d7c32b 100644
--- a/pqs-prepare/prepare-api/pom.xml
+++ b/pqs-prepare/prepare-api/pom.xml
@@ -33,6 +33,16 @@
com.njcn
common-web
${project.version}
+
+
+ org.slf4j
+ slf4j-log4j12
+
+
+ ch.qos.logback
+ logback-classic
+
+
diff --git a/pqs-prepare/prepare-boot/pom.xml b/pqs-prepare/prepare-boot/pom.xml
index 493710416..c67febffa 100644
--- a/pqs-prepare/prepare-boot/pom.xml
+++ b/pqs-prepare/prepare-boot/pom.xml
@@ -56,6 +56,16 @@
com.njcn
common-web
${project.version}
+
+
+ org.slf4j
+ slf4j-log4j12
+
+
+ ch.qos.logback
+ logback-classic
+
+
com.njcn
diff --git a/pqs-process/process-boot/pom.xml b/pqs-process/process-boot/pom.xml
index 878c50054..c438ab775 100644
--- a/pqs-process/process-boot/pom.xml
+++ b/pqs-process/process-boot/pom.xml
@@ -28,6 +28,16 @@
com.njcn
common-web
${project.version}
+
+
+ org.slf4j
+ slf4j-log4j12
+
+
+ ch.qos.logback
+ logback-classic
+
+
com.njcn