From 9b1d0b696afae07022a33fd973c8e780533221b0 Mon Sep 17 00:00:00 2001 From: jay <75509151@qq.com> Date: Fri, 14 Jun 2024 20:44:20 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=8F=82=E6=95=B0=E6=A0=A1=E9=AA=8C-?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=AF=BC=E5=85=A5=E7=89=88=E6=9C=AC=E8=BF=87?= =?UTF-8?q?=E4=BD=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iot-dao/iot-data-model/pom.xml | 1 + iot-dao/iot-data-service/pom.xml | 1 + iot-dao/iot-data-serviceImpl-cache/pom.xml | 1 + iot-dao/iot-data-serviceImpl-rdb/pom.xml | 4 ++++ iot-dao/iot-temporal-service/pom.xml | 1 + iot-dao/iot-temporal-serviceImpl-td/pom.xml | 1 + iot-dao/iot-temporal-serviceImpl-ts/pom.xml | 1 + iot-module/iot-message-notify/pom.xml | 1 + iot-module/iot-rule-engine/pom.xml | 1 + iot-module/iot-screen/pom.xml | 1 + iot-test-tool/iot-virtual-device/pom.xml | 1 + pom.xml | 1 + 12 files changed, 15 insertions(+) diff --git a/iot-dao/iot-data-model/pom.xml b/iot-dao/iot-data-model/pom.xml index 09db0366..27f05449 100644 --- a/iot-dao/iot-data-model/pom.xml +++ b/iot-dao/iot-data-model/pom.xml @@ -44,6 +44,7 @@ org.apache.maven.plugins maven-compiler-plugin + 3.8.1 ${java.version} ${java.version} diff --git a/iot-dao/iot-data-service/pom.xml b/iot-dao/iot-data-service/pom.xml index c2ad39f2..29b44ed3 100644 --- a/iot-dao/iot-data-service/pom.xml +++ b/iot-dao/iot-data-service/pom.xml @@ -25,6 +25,7 @@ org.apache.maven.plugins maven-compiler-plugin + 3.8.1 ${java.version} ${java.version} diff --git a/iot-dao/iot-data-serviceImpl-cache/pom.xml b/iot-dao/iot-data-serviceImpl-cache/pom.xml index 9b6d2a1b..b8c54c25 100644 --- a/iot-dao/iot-data-serviceImpl-cache/pom.xml +++ b/iot-dao/iot-data-serviceImpl-cache/pom.xml @@ -52,6 +52,7 @@ org.apache.maven.plugins maven-compiler-plugin + 3.8.1 ${java.version} ${java.version} diff --git a/iot-dao/iot-data-serviceImpl-rdb/pom.xml b/iot-dao/iot-data-serviceImpl-rdb/pom.xml index 806d0861..d1738d4a 100644 --- a/iot-dao/iot-data-serviceImpl-rdb/pom.xml +++ b/iot-dao/iot-data-serviceImpl-rdb/pom.xml @@ -96,6 +96,10 @@ lombok provided + + cc.iotkit + iot-common-satoken + diff --git a/iot-dao/iot-temporal-service/pom.xml b/iot-dao/iot-temporal-service/pom.xml index c86c3af5..af0da220 100644 --- a/iot-dao/iot-temporal-service/pom.xml +++ b/iot-dao/iot-temporal-service/pom.xml @@ -30,6 +30,7 @@ org.apache.maven.plugins maven-compiler-plugin + 3.8.1 ${java.version} ${java.version} diff --git a/iot-dao/iot-temporal-serviceImpl-td/pom.xml b/iot-dao/iot-temporal-serviceImpl-td/pom.xml index 3f257280..7737d28a 100644 --- a/iot-dao/iot-temporal-serviceImpl-td/pom.xml +++ b/iot-dao/iot-temporal-serviceImpl-td/pom.xml @@ -74,6 +74,7 @@ org.apache.maven.plugins maven-compiler-plugin + 3.8.1 ${java.version} ${java.version} diff --git a/iot-dao/iot-temporal-serviceImpl-ts/pom.xml b/iot-dao/iot-temporal-serviceImpl-ts/pom.xml index 3f9e89f8..9df0aa04 100644 --- a/iot-dao/iot-temporal-serviceImpl-ts/pom.xml +++ b/iot-dao/iot-temporal-serviceImpl-ts/pom.xml @@ -99,6 +99,7 @@ org.apache.maven.plugins maven-compiler-plugin + 3.8.1 ${java.version} ${java.version} diff --git a/iot-module/iot-message-notify/pom.xml b/iot-module/iot-message-notify/pom.xml index 86875940..34af4dc6 100644 --- a/iot-module/iot-message-notify/pom.xml +++ b/iot-module/iot-message-notify/pom.xml @@ -48,6 +48,7 @@ org.apache.maven.plugins maven-compiler-plugin + 3.8.1 ${java.version} ${java.version} diff --git a/iot-module/iot-rule-engine/pom.xml b/iot-module/iot-rule-engine/pom.xml index bf30a5e2..28406fcd 100644 --- a/iot-module/iot-rule-engine/pom.xml +++ b/iot-module/iot-rule-engine/pom.xml @@ -120,6 +120,7 @@ org.apache.maven.plugins maven-compiler-plugin + 3.8.1 ${java.version} ${java.version} diff --git a/iot-module/iot-screen/pom.xml b/iot-module/iot-screen/pom.xml index facf73de..02da877f 100644 --- a/iot-module/iot-screen/pom.xml +++ b/iot-module/iot-screen/pom.xml @@ -70,6 +70,7 @@ org.apache.maven.plugins maven-compiler-plugin + 3.8.1 ${java.version} ${java.version} diff --git a/iot-test-tool/iot-virtual-device/pom.xml b/iot-test-tool/iot-virtual-device/pom.xml index 06bfaac1..c5121b5d 100644 --- a/iot-test-tool/iot-virtual-device/pom.xml +++ b/iot-test-tool/iot-virtual-device/pom.xml @@ -54,6 +54,7 @@ org.apache.maven.plugins maven-compiler-plugin + 3.8.1 ${java.version} ${java.version} diff --git a/pom.xml b/pom.xml index 605644d9..e5ed4500 100755 --- a/pom.xml +++ b/pom.xml @@ -427,6 +427,7 @@ org.apache.maven.plugins maven-compiler-plugin + 3.8.1 ${java.version} ${java.version}