Skip to content

Commit

Permalink
update buddy-common pom plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
TreasureJade committed Sep 22, 2023
1 parent c301c58 commit 1772e7d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion jcommon/buddy/buddy-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.6</version>
<version>3.3.0</version>
<dependencies>
<!-- 添加 maven-archiver 依赖 -->
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-archiver</artifactId>
<version>3.5.0</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>assemble-all</id>
Expand Down Expand Up @@ -40,4 +48,5 @@
</plugin>
</plugins>
</build>

</project>

0 comments on commit 1772e7d

Please sign in to comment.