dist打包修改

This commit is contained in:
oyo
2026-06-02 16:33:56 +08:00
parent 9c6af1d68b
commit 3db951e5a0
2 changed files with 9 additions and 26 deletions

View File

@@ -11,11 +11,19 @@
<groupId>{{ .groupId }}</groupId>
<artifactId>{{ .artifactId }}-remote-contract-interfaces</artifactId>
<version>3.0-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>{{ .groupId }}</groupId>
<artifactId>{{ .artifactId }}-remote-contract-types</artifactId>
<version>3.0-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.github.think-1024</groupId>
<artifactId>toco-all-spring5-springboot2-community</artifactId>
<version>2.0</version>
<optional>true</optional>
</dependency>
</dependencies>
@@ -52,7 +60,7 @@
</filter>
</filters>
<shadedArtifactAttached>false</shadedArtifactAttached>
<createDependencyReducedPom>true</createDependencyReducedPom>
<createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>
</execution>
</executions>