修改POM文件
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user