Browse Source

fix:依赖修改

master
tanzs 1 month ago
parent
commit
f32a416980
2 changed files with 2 additions and 8 deletions
  1. +1
    -1
      jeecg-module-miniapp/pom.xml
  2. +1
    -7
      jeecg-module-system/jeecg-system-start/pom.xml

+ 1
- 1
jeecg-module-miniapp/pom.xml View File

@ -47,6 +47,6 @@
<artifactId>spring-test</artifactId>
</dependency>
</dependencies>
</dependencies><build><plugins><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-compiler-plugin</artifactId><configuration><source>8</source><target>8</target></configuration></plugin></plugins></build>
</project>

+ 1
- 7
jeecg-module-system/jeecg-system-start/pom.xml View File

@ -61,12 +61,6 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<layout>ZIP</layout>
<includes>
<include>
<groupId>nothing</groupId>
<artifactId>nothing</artifactId>
</include>
</includes>
</configuration>
<executions>
<execution>
@ -93,7 +87,7 @@
<!-- 输出目录为 lib 文件夹 -->
<outputDirectory>${project.build.directory}/lib</outputDirectory>
<!-- 只复制运行时依赖 -->
<!-- <scope>runtime</scope>-->
<scope>runtime</scope>
<!-- 不覆盖现有的文件 -->
<overWriteReleases>false</overWriteReleases>
<overWriteSnapshots>false</overWriteSnapshots>


Loading…
Cancel
Save