!2 修改POM文件

Merge pull request !2 from new_new_new/feature/pom-update
This commit is contained in:
new_new_new
2026-04-10 08:48:40 +00:00
committed by Gitee
4 changed files with 5 additions and 1 deletions
@@ -237,7 +237,8 @@
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-module-bpm-flowable</artifactId>
<version>${jeecgboot.version}</version>
<version>3.8.0</version>
<!-- <version>${jeecgboot.version}</version>-->
</dependency>
</dependencies>
</project>
@@ -127,6 +127,7 @@
</execution>
</executions>
<configuration>
<skip>true</skip>
<putLibraryJarsInTempDir>true</putLibraryJarsInTempDir>
<!--指定混淆的jar,如springboot打出来的jar基于它混淆-->
<injar>${project.build.finalName}.jar</injar>
@@ -170,6 +170,7 @@
</execution>
</executions>
<configuration>
<skip>true</skip>
<putLibraryJarsInTempDir>true</putLibraryJarsInTempDir>
<!--指定混淆的jar,如springboot打出来的jar基于它混淆-->
<injar>${project.build.finalName}.jar</injar>
+1
View File
@@ -97,6 +97,7 @@
<module>jeecg-module-system</module>
<module>jeecg-boot-module</module>
<module>jeecg-module-supervision</module>
<module>jeecg-boot-platform</module>
<!-- <module>jeecg-boot-platform</module> -->
</modules>