修改POM文件

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