From f3de04db06bae67537d093017e28863ee685f8a3 Mon Sep 17 00:00:00 2001
From: 潘志宝 <979469083@qq.com>
Date: 星期五, 03 一月 2025 13:36:38 +0800
Subject: [PATCH] 修改dynamicSettings为空异常

---
 iailab-module-bpm/pom.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/iailab-module-bpm/pom.xml b/iailab-module-bpm/pom.xml
index 93c95ca..de5bb2d 100644
--- a/iailab-module-bpm/pom.xml
+++ b/iailab-module-bpm/pom.xml
@@ -4,7 +4,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <groupId>com.iailab</groupId>
-        <artifactId>iailab-platform</artifactId>
+        <artifactId>iailab-plat</artifactId>
         <version>${revision}</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -34,6 +34,7 @@
                     <artifactId>maven-surefire-plugin</artifactId>
                     <version>${maven-surefire-plugin.version}</version>
                     <configuration>
+                        <encoding>utf8</encoding>
                         <skip>true</skip>
                     </configuration>
                 </plugin>

--
Gitblit v1.9.3